Skip to content

Commit

Permalink
Fix #971 - Add border-radius and drop shadow to error message
Browse files Browse the repository at this point in the history
  • Loading branch information
codemist committed Jul 29, 2021
1 parent 1e251c8 commit 24c4eb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions static/scss/partials/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2390,6 +2390,8 @@ input.input-has-error {

.messages .error {
background-color: var(--warningRed);
border-radius: $border-radius-md;
box-shadow: var(--dropShadowLight);
}

ul.messages {
Expand Down

0 comments on commit 24c4eb9

Please sign in to comment.