Fix spacing of the delete button in notification element (#1518)

This commit is contained in:
Angel Gomez 2017-12-28 11:08:10 -04:00 committed by Jeremy Thomas
parent 48b1b916f1
commit 64551af87b

View 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