update notifications

This commit is contained in:
gnat
2024-11-18 17:34:41 -08:00
parent 0cf8c0d102
commit 460c2589cc
2 changed files with 51 additions and 33 deletions

View File

@ -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;
}
}
}
}
}