[STYLE] refactor variable to sass
This commit is contained in:
parent
7ca3077c68
commit
d58e4a134a
@ -1,6 +1,4 @@
|
||||
:root {
|
||||
--primary-color: #33691e;
|
||||
}
|
||||
$primary-color: #33691e;
|
||||
|
||||
#willkommen-banner {
|
||||
height: calc(100vh - 64px);
|
||||
@ -55,7 +53,7 @@
|
||||
}
|
||||
|
||||
a:not([href^='#']) {
|
||||
color: var(--primary-color);
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
#logo-container img {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user