]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Fix spacing of the delete button in notification element (#1518)
authorAngel Gomez <feutet@gmail.com>
Thu, 28 Dec 2017 15:08:10 +0000 (11:08 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 28 Dec 2017 15:08:10 +0000 (16:08 +0100)
sass/elements/notification.sass

index 1ed9c15056c62c1937471059fd371259e3470b20..8daccaad16425bcc787c9e2a3153fc8b22b919e3 100644 (file)
@@ -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