Unify CSS code formatting

This commit is contained in:
Kristóf Tóth 2018-05-17 11:58:46 +02:00
parent e6a29a33b5
commit ebbed24c9d
1 changed files with 0 additions and 5 deletions

View File

@ -5,7 +5,6 @@
@import "../../assets/scss/mixins/layout.scss";
@mixin set-tfw-web($layouts-key) {
.tfw-web {
.iframe-container {
display: flex;
@ -23,7 +22,6 @@
}
@mixin set-scrollbar-style() {
::-webkit-scrollbar-track
{
background-color: #F5F5F5;
@ -39,7 +37,6 @@
{
background-color: gray;
}
}
.tfw-grid-main-components {
@ -53,7 +50,6 @@
.tfw-header,
.tfw-messages {
// Check whether the layout contains a web component
div[class*="web"] & {
border: 2px solid $tao-gray-100;
@ -80,7 +76,6 @@
}
@include set-scrollbar-style();
}
.tfw-ide {