Total color overhaul on Front and Guild page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user