[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:
Alain Nussbaumer 2023-10-08 10:47:26 +02:00
parent 67de2303f9
commit d7d3a0767d
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ a.navbar-item {
.fd-tabs-section {
padding-bottom: 3px;
padding-top: 3px;
background: #{white};
background: $white;
top: 3.25rem;
z-index: 20;
position: fixed;
@ -122,7 +122,7 @@ a.navbar-item {
}
.sortable-ghost h1,
.sortable-ghost h2 {
color: #{$danger};
color: $danger;
}
.media:first-of-type {