diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 23:17:31 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 23:17:31 +1100 |
| commit | 828da2ce9e88c6a0cc0c33f22f764c4283a1f651 (patch) | |
| tree | 0d558f99f2615c87dd69c40f0cebdc4cfe73750a /scss/notifications.scss | |
| parent | bar: unread -> notif count (diff) | |
| download | caelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.tar.gz caelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.tar.bz2 caelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.zip | |
base popdown window
Diffstat (limited to 'scss/notifications.scss')
| -rw-r--r-- | scss/notifications.scss | 49 |
1 files changed, 1 insertions, 48 deletions
diff --git a/scss/notifications.scss b/scss/notifications.scss index f9cb7ce..e955a4c 100644 --- a/scss/notifications.scss +++ b/scss/notifications.scss @@ -14,57 +14,10 @@ } .notifications { - @include lib.rounded(8); - @include lib.border(scheme.$mauve, 0.4, 2); - @include lib.shadow; - @include font.mono; + @include lib.popdown-window(scheme.$mauve); min-width: lib.s(400); min-height: lib.s(600); - background-color: scheme.$base; - color: scheme.$mauve; - padding: lib.s(10) lib.s(12); - - .header { - @include lib.spacing(8); - - padding: 0 lib.s(5); - margin-bottom: lib.s(8); - - button { - @include lib.rounded(5); - @include lib.element-decel; - - padding: lib.s(3) lib.s(8); - - &:hover, - &:focus { - background-color: scheme.$surface0; - } - - &:active { - background-color: scheme.$surface1; - } - - &.enabled { - background-color: scheme.$mauve; - color: scheme.$base; - - &:hover, - &:focus { - background-color: color.mix(scheme.$mauve, scheme.$base, 80%); - } - - &:active { - background-color: color.mix(scheme.$mauve, scheme.$base, 70%); - } - } - } - } - - .icon { - font-size: lib.s(32); - } .notification { .wrapper { |