Smaller callout icons to ensure vertical alignment

This commit is contained in:
Christoph Haas 2018-05-28 16:50:09 +02:00
parent b67ac9d36a
commit 9da15a6954

View file

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