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