Skip to content

Commit

Permalink
Fix spacing of the delete button in notification element (#1518)
Browse files Browse the repository at this point in the history
  • Loading branch information
feute authored and jgthms committed Dec 28, 2017
1 parent 48b1b91 commit 64551af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/elements/notification.sass
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64551af

Please sign in to comment.