[web] Correct the use of Bulma variables in the CSS
The variables for colors are now correctly referenced in the CSS.
This commit is contained in:
parent
67de2303f9
commit
d7d3a0767d
|
@ -45,7 +45,7 @@ a.navbar-item {
|
||||||
.fd-tabs-section {
|
.fd-tabs-section {
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
background: #{white};
|
background: $white;
|
||||||
top: 3.25rem;
|
top: 3.25rem;
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -122,7 +122,7 @@ a.navbar-item {
|
||||||
}
|
}
|
||||||
.sortable-ghost h1,
|
.sortable-ghost h1,
|
||||||
.sortable-ghost h2 {
|
.sortable-ghost h2 {
|
||||||
color: #{$danger};
|
color: $danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media:first-of-type {
|
.media:first-of-type {
|
||||||
|
|
Loading…
Reference in New Issue