Merge pull request #961 from sgmap/css-var

Use CSS variables when possible
This commit is contained in:
gregoirenovel 2017-11-21 16:48:39 +01:00 committed by GitHub
commit 3f55bd33e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;