mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:31:33 +00:00
Unify CSS code formatting
This commit is contained in:
parent
e6a29a33b5
commit
ebbed24c9d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user