Skip to content

Commit

Permalink
Правки состояний
Browse files Browse the repository at this point in the history
  • Loading branch information
rychagoff committed Jun 17, 2024
1 parent a86afcd commit cb156ec
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions source/styles/blocks/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,17 @@
&--accent {
background-color: $base-primary;
}

&:hover,
&:focus {
background-color: $primary-lighter;
}

&:active {
background-color: $primary-darker;
}

&--accent:disabled {
background-color: $base-grey;
}
}

0 comments on commit cb156ec

Please sign in to comment.