Add nginx global section

This commit is contained in:
MattIPv4
2020-05-04 17:16:25 +01:00
parent 8e9a89b107
commit 431cbf53e2
3 changed files with 176 additions and 6 deletions

View File

@@ -191,18 +191,18 @@ $highlight: #f2c94c;
.button {
&.is-static {
background: $panel;
border-color: $border;
border-style: solid;
border-width: 1px 0 1px 1px;
border: 1px solid $border;
color: $dark-grey;
padding: 0 ($margin * 1.5);
}
}
.control {
+ .control {
&:not(.is-expanded) {
margin-top: .25rem;
&:not(.is-expanded) {
+ .control {
&:not(.is-expanded) {
margin-top: .25rem;
}
}
}
}