mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-04 05:22:41 +00:00
Fix ambigous whitespaces
This commit is contained in:
parent
b1245c0636
commit
fbbf2596cd
@ -4,21 +4,17 @@
|
|||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
|
|
||||||
.tfw-messages-main {
|
.tfw-messages-main {
|
||||||
|
|
||||||
|
|
||||||
.tfw-grid-messages-header {
|
.tfw-grid-messages-header {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
margin-bottom: $small;
|
margin-bottom: $small;
|
||||||
|
|
||||||
|
|
||||||
span {
|
span {
|
||||||
color: $tao-blue-500;
|
color: $tao-blue-500;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
font-size: $font-size-h3;
|
font-size: $font-size-h3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tfw-grid-message {
|
.tfw-grid-message {
|
||||||
@ -52,6 +48,4 @@
|
|||||||
font-size: $font-size-tiny;
|
font-size: $font-size-tiny;
|
||||||
opacity: 0.37;
|
opacity: 0.37;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
@import "../../assets/scss/mixins/layout.scss";
|
@import "../../assets/scss/mixins/layout.scss";
|
||||||
|
|
||||||
.tfw-ide-pin {
|
.tfw-ide-pin {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
@ -31,6 +30,5 @@
|
|||||||
outline: none;
|
outline: none;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user