Flash/callouts more sublte now
This commit is contained in:
parent
5ff7de59f1
commit
bb615378f2
2 changed files with 49 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue