fix: minor style fix

This commit is contained in:
Matthieu Bessat 2024-03-06 09:08:56 +01:00
parent a6a9adf673
commit b7c6df59ed
2 changed files with 6 additions and 2 deletions

View file

@ -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;

View file

@ -24,6 +24,10 @@
} }
} }
.button-border {
border: 1px solid $accent-dark;
}
.button.button-transparent { .button.button-transparent {
background-color: transparent; background-color: transparent;