fix notifications language problem

This commit is contained in:
Felix Niklas 2015-05-04 19:02:24 +02:00
parent bf86afb056
commit d827993084

View file

@ -2908,10 +2908,12 @@ footer {
.popover--notifications { .popover--notifications {
min-height: 100px; min-height: 100px;
width: auto;
min-width: 372px;
@extend .zIndex-5; @extend .zIndex-5;
&.is-visible { &.fade {
@extend .vertical; display: inline-block !important;
} }
.arrow { .arrow {
@ -2952,10 +2954,15 @@ footer {
@extend .btn; @extend .btn;
@extend .btn--subtle; @extend .btn--subtle;
@extend .align-right; @extend .align-right;
<<<<<<< HEAD
padding: 5px 0 0; padding: 5px 0 0;
=======
padding: 5px 0 0 10px;
>>>>>>> fix notifications language problem
&:hover { &:hover {
padding: 5px 0 0; padding: 5px 0 0 10px;
} }
} }