Merge pull request #961 from sgmap/css-var
Use CSS variables when possible
This commit is contained in:
commit
3f55bd33e3
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-section {
|
.header-section {
|
||||||
color: #4393F3;
|
color: $blue;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
margin-bottom: 2 * $default-padding;
|
margin-bottom: 2 * $default-padding;
|
||||||
|
|
Loading…
Reference in a new issue