Flash/callouts more sublte now

This commit is contained in:
Christoph Haas 2018-05-29 16:49:47 +02:00
parent 5ff7de59f1
commit bb615378f2
2 changed files with 49 additions and 6 deletions

View file

@ -7,14 +7,11 @@
/ Workaround for Devise sometimes sending "true"
- next
- when 'notice'
.callout.warning data-closable=true
= fa_icon 'info-circle wobble'
.callout.warning.alert-callout-subtle.radius data-closable=true
strong< = msg
- when 'error'
.callout.alert data-closable=true
= fa_icon 'meh-o wobble'
.callout.alert.alert-callout-subtle.radius data-closable=true
strong< = msg
- else
.callout.primary data-closable=true
= fa_icon 'info-circle wobble'
.callout.primary.alert-callout-subtle.radius data-closable=true
strong< = msg