Smaller callout icons to ensure vertical alignment
This commit is contained in:
parent
b67ac9d36a
commit
9da15a6954
1 changed files with 3 additions and 3 deletions
|
|
@ -8,13 +8,13 @@
|
|||
- next
|
||||
- when 'notice'
|
||||
.callout.warning data-closable=true
|
||||
= fa_icon 'info-circle wobble 2x'
|
||||
= fa_icon 'info-circle wobble'
|
||||
strong< = msg
|
||||
- when 'error'
|
||||
.callout.alert data-closable=true
|
||||
= fa_icon 'meh-o wobble 2x'
|
||||
= fa_icon 'meh-o wobble'
|
||||
strong< = msg
|
||||
- else
|
||||
.callout.primary data-closable=true
|
||||
= fa_icon 'info-circle wobble 2x'
|
||||
= fa_icon 'info-circle wobble'
|
||||
strong< = msg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue