From: Angel Gomez Date: Thu, 28 Dec 2017 15:08:10 +0000 (-0400) Subject: Fix spacing of the delete button in notification element (#1518) X-Git-Tag: 0.6.2~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64551af87b2434c1e0607fce9ab792a794b8f8ac;p=thirdparty%2Fbulma.git Fix spacing of the delete button in notification element (#1518) --- diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 1ed9c1505..8daccaad1 100644 --- a/sass/elements/notification.sass +++ b/sass/elements/notification.sass @@ -20,8 +20,8 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default background: transparent & > .delete position: absolute - right: 0.5em - top: 0.5em + right: 0.5rem + top: 0.5rem .title, .subtitle, .content