From 2ce1f3a68621b958d061c3e5be2d1964ed776c44 Mon Sep 17 00:00:00 2001 From: Angel Gomez Date: Fri, 8 Dec 2017 16:02:29 -0400 Subject: [PATCH] Fix spacing of the delete button in notification element --- 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 1ed9c15056..8daccaad16 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