Small adjustment.
This commit is contained in:
parent
2b030f436f
commit
47902212cf
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue