update notifications
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
.notifications {
|
||||
> * {
|
||||
> box {
|
||||
margin: 10px 20px;
|
||||
margin: 10px 15px;
|
||||
border: 1px solid $fg;
|
||||
border-right: none;
|
||||
background: $bg;
|
||||
|
||||
.title {
|
||||
@ -27,6 +26,18 @@
|
||||
background-color: $hl-alt-1;
|
||||
}
|
||||
}
|
||||
|
||||
.urgency-indicator {
|
||||
min-width: 25px;
|
||||
|
||||
&.NORMAL, &.LOW {
|
||||
background: $hl-alt-2;
|
||||
}
|
||||
|
||||
&.CRITICAL {
|
||||
background: $hl;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user