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 {
|
||||
height: 0;
|
||||
text-align: center;
|
||||
}
|
||||
.notification {
|
||||
@ -167,8 +168,10 @@ a[href="javascript:;"] {
|
||||
.notification.success {
|
||||
background-color: hsla(104, 100%, 40%, .9);
|
||||
}
|
||||
.notification > .close {
|
||||
.notification a {
|
||||
color: white;
|
||||
}
|
||||
.notification > .close {
|
||||
padding: 4px 6px;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user