Fix notifications margins blocking mouse interractions and links in notifications looking bad.
This commit is contained in:
parent
093644b720
commit
f29272740d
File diff suppressed because one or more lines are too long
@ -140,6 +140,7 @@ a[href="javascript:;"] {
|
|||||||
|
|
||||||
/* Notifications */
|
/* Notifications */
|
||||||
#notifications {
|
#notifications {
|
||||||
|
height: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.notification {
|
.notification {
|
||||||
@ -167,8 +168,10 @@ a[href="javascript:;"] {
|
|||||||
.notification.success {
|
.notification.success {
|
||||||
background-color: hsla(104, 100%, 40%, .9);
|
background-color: hsla(104, 100%, 40%, .9);
|
||||||
}
|
}
|
||||||
.notification > .close {
|
.notification a {
|
||||||
color: white;
|
color: white;
|
||||||
|
}
|
||||||
|
.notification > .close {
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user