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
@@ -1,5 +1,6 @@
@import "../../assets/scss/globals";
.signup-questions-widget {
button.add-link {
background: none;
@@ -8,7 +9,7 @@
}
button.remove {
background-color: $orange1;
background-color: color(orange1);
margin-left: auto;
margin-bottom: 0.5rem;
padding: 0.3rem 0.5rem;
@@ -20,6 +21,6 @@
display: flex;
flex-flow: column nowrap;
padding: 0.5rem;
background-color: $light-blue;
background-color: color(light-blue);
}
}