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

View File

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