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 {
|
||||
border: 2px solid $accent;
|
||||
background-color: darken($accent, 10%);
|
||||
color: white;
|
||||
// background-color: $accent-dark;
|
||||
// color: white;
|
||||
border-radius: 3px;
|
||||
padding: 1rem 2rem;
|
||||
|
||||
|
|
|
@ -24,6 +24,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.button-border {
|
||||
border: 1px solid $accent-dark;
|
||||
}
|
||||
|
||||
.button.button-transparent {
|
||||
background-color: transparent;
|
||||
|
||||
|
|
Loading…
Reference in a new issue