fix: minor style fix
This commit is contained in:
parent
a6a9adf673
commit
b7c6df59ed
2 changed files with 6 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.alert {
|
.alert {
|
||||||
border: 2px solid $accent;
|
border: 2px solid $accent;
|
||||||
background-color: darken($accent, 10%);
|
// background-color: $accent-dark;
|
||||||
color: white;
|
// color: white;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
padding: 1rem 2rem;
|
padding: 1rem 2rem;
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-border {
|
||||||
|
border: 1px solid $accent-dark;
|
||||||
|
}
|
||||||
|
|
||||||
.button.button-transparent {
|
.button.button-transparent {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue