Small adjustment.

This commit is contained in:
Martin Edenhofer 2015-06-10 02:37:59 +02:00
parent 2b030f436f
commit 47902212cf

View file

@ -2499,10 +2499,10 @@ footer {
.popover-notificationsMarkRead { .popover-notificationsMarkRead {
@extend .btn; @extend .btn;
@extend .btn--subtle; @extend .btn--subtle;
padding: 7px 0 0; padding: 7px 0 0 2px;
&:hover { &:hover {
padding: 7px 0 0; padding: 7px 0 0 2px;
} }
} }