ui: Fixes styling of 'duplicate intention' error message (#6936)

This commit is contained in:
John Cowen 2019-12-17 16:17:07 +00:00 committed by John Cowen
parent 09b46dcfdc
commit e190615f97
1 changed files with 10 additions and 0 deletions

View File

@ -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;
}