Modifies button style, per Creative
This commit is contained in:
parent
0562c1ffa2
commit
7f72e6eabd
@ -35,11 +35,15 @@
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
.secondary-btn {
|
||||
.secondary-btn,
|
||||
input[type="submit"].secondary-btn,
|
||||
button.secondary-btn {
|
||||
background-color: $secondary-color;
|
||||
}
|
||||
|
||||
.tertiary-btn {
|
||||
.tertiary-btn,
|
||||
input[type="submit"].tertiary-btn,
|
||||
button.tertiary-btn {
|
||||
background-color: transparent;
|
||||
color: $primary-color;
|
||||
border: 1px solid $primary-color;
|
||||
|
Loading…
Reference in New Issue
Block a user