Fix spacing of the delete button in notification element (#1518)
This commit is contained in:
parent
48b1b916f1
commit
64551af87b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue