Total color overhaul on Front and Guild page

This commit is contained in:
Aarni Halinen
2019-07-02 20:43:44 +03:00
parent 8ae0783c69
commit 02daa01d25
42 changed files with 439 additions and 431 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
@import "../../assets/scss/globals";
.drop-down-box {
background-color: $white;
background-color: color(white);
margin-top: 0.8rem;
position: absolute;
left: 0;
@@ -10,7 +11,7 @@
&,
& a {
color: $dark-blue !important;
color: color(dark-blue) !important;
text-transform: uppercase;
}
}