From 9da15a69543e2b4b6227627cf31de8cd8a6f9190 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Mon, 28 May 2018 16:50:09 +0200 Subject: [PATCH] Smaller callout icons to ensure vertical alignment --- app/views/layouts/_messages.slim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/layouts/_messages.slim b/app/views/layouts/_messages.slim index 9d3fd1e..c8e7206 100644 --- a/app/views/layouts/_messages.slim +++ b/app/views/layouts/_messages.slim @@ -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