From 64551af87b2434c1e0607fce9ab792a794b8f8ac Mon Sep 17 00:00:00 2001 From: Angel Gomez Date: Thu, 28 Dec 2017 11:08:10 -0400 Subject: [PATCH] Fix spacing of the delete button in notification element (#1518) --- sass/elements/notification.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/elements/notification.sass b/sass/elements/notification.sass index 1ed9c150..8daccaad 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