Skip to content

Commit

Permalink
feat(toast): add error toast styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwoodland authored and stavares843 committed May 30, 2022
1 parent 4e09e58 commit 406ccd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/styles/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ body {
background: @flair-gradient !important ;
color: @secondary-text !important;
font-family: @primary-font;

&.error {
background: @danger-gradient !important;
}
}

//Loading
Expand Down

0 comments on commit 406ccd0

Please sign in to comment.