Skip to content

Commit

Permalink
style error_explanation for forms
Browse files Browse the repository at this point in the history
  • Loading branch information
fwolfst committed Oct 14, 2020
1 parent 99314bf commit 962d747
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,10 @@ $custom-colors: (

@import 'admin';

#error_explanation {
@extend .content.notification.has-text-danger;
h2 {
@extend .has-text-danger;
@extend .is-size-5;
}
}

0 comments on commit 962d747

Please sign in to comment.