Skip to content

Commit

Permalink
ui: Fixes styling of 'duplicate intention' error message
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cowen committed Dec 17, 2019
1 parent b330b80 commit 0e65120
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui-v2/app/styles/components/flash-message.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
%flash-message.exiting {
@extend %blink-in-fade-out;
}
/* This is for the flash message that appears */
/* when you save an intention that already exists */
/* once we have refactored app-view with data-source with nicer */
/* flash message usage we should be able to remove this */
%flash-message p.exists strong::before {
@extend %with-cancel-square-fill-color-icon;
}
%flash-message p.exists {
@extend %frame-red-500;
}

0 comments on commit 0e65120

Please sign in to comment.