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
+6 -5
View File
@@ -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;