Total color overhaul on Front and Guild page
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import "../../assets/scss/globals";
|
||||
|
||||
|
||||
.button {
|
||||
-webkit-appearance: none;
|
||||
border-radius: none;
|
||||
@@ -14,17 +15,17 @@
|
||||
}
|
||||
|
||||
&.hero {
|
||||
background-color: $dark-blue;
|
||||
color: $blue;
|
||||
background-color: color(dark-blue);
|
||||
color: color(blue);
|
||||
font-weight: 800;
|
||||
letter-spacing: 1.5px;
|
||||
border: 1px solid $light-turquoise;
|
||||
border: 1px solid color(light-turquoise);
|
||||
}
|
||||
|
||||
&.filled {
|
||||
justify-content: center;
|
||||
background-color: $blue;
|
||||
color: $white;
|
||||
background-color: color(blue);
|
||||
color: color(white);
|
||||
font-weight: 800;
|
||||
letter-spacing: 1.5px;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user