fix notifications language problem
This commit is contained in:
parent
13da832a64
commit
283e4de201
1 changed files with 6 additions and 4 deletions
|
@ -2905,10 +2905,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 {
|
||||||
|
@ -2949,10 +2951,10 @@ footer {
|
||||||
@extend .btn;
|
@extend .btn;
|
||||||
@extend .btn--subtle;
|
@extend .btn--subtle;
|
||||||
@extend .align-right;
|
@extend .align-right;
|
||||||
padding: 5px 0 0;
|
padding: 5px 0 0 10px;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
padding: 5px 0 0;
|
padding: 5px 0 0 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue