Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
style(button): add another variant
Browse files Browse the repository at this point in the history
  • Loading branch information
AteKitty07 committed Sep 17, 2022
1 parent f83349a commit 6f2b16b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions styles/btn.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@
background-color: $color-primary;
color: white;
}

&.btn-back {
background-color: grey;
color: white;
}
}

0 comments on commit 6f2b16b

Please sign in to comment.