Skip to content

Commit

Permalink
Removed .button.red styling
Browse files Browse the repository at this point in the history
There is already a .button--red, .button--negative
  • Loading branch information
lucascumsille committed Jan 13, 2025
1 parent dc9b04f commit 32bd74d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions www/docs/style/sass/parts/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@
margin-left: 0.5em;
}

.button.red {
background-color: $color-red;
color: #fff;

&:hover {
background-color: darken($color-red, 15%);
}
}

#create-alert-form {
label {
color: $body-font-color;
Expand Down

0 comments on commit 32bd74d

Please sign in to comment.