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 Aug 4, 2021
1 parent f0ccc09 commit 1600c1a
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 @@ -2305,6 +2305,8 @@ input.input-has-error {

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

ul.messages {
Expand Down

0 comments on commit 1600c1a

Please sign in to comment.