summaryrefslogtreecommitdiff
path: root/scss/updates.scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 23:17:31 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-01-16 23:17:31 +1100
commit828da2ce9e88c6a0cc0c33f22f764c4283a1f651 (patch)
tree0d558f99f2615c87dd69c40f0cebdc4cfe73750a /scss/updates.scss
parentbar: unread -> notif count (diff)
downloadcaelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.tar.gz
caelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.tar.bz2
caelestia-shell-828da2ce9e88c6a0cc0c33f22f764c4283a1f651.zip
base popdown window
Diffstat (limited to 'scss/updates.scss')
-rw-r--r--scss/updates.scss43
1 files changed, 5 insertions, 38 deletions
diff --git a/scss/updates.scss b/scss/updates.scss
index 11f9a3e..12da977 100644
--- a/scss/updates.scss
+++ b/scss/updates.scss
@@ -3,60 +3,27 @@
@use "lib";
@use "font";
+$accent: scheme.$blue;
+
.updates {
- @include lib.rounded(8);
- @include lib.border(scheme.$blue, 0.4, 2);
- @include lib.shadow;
- @include font.mono;
+ @include lib.popdown-window($accent);
min-width: lib.s(600);
min-height: lib.s(400);
- background-color: scheme.$base;
- color: scheme.$blue;
- padding: lib.s(10) lib.s(12);
- font-size: lib.s(14);
.wrapper {
@include lib.element-decel;
&:hover,
&:focus {
- color: color.mix(scheme.$blue, scheme.$base, 80%);
+ color: color.mix($accent, scheme.$base, 80%);
}
&:active {
- color: color.mix(scheme.$blue, scheme.$base, 60%);
+ color: color.mix($accent, scheme.$base, 60%);
}
}
- .header {
- @include lib.spacing(8);
-
- padding: 0 lib.s(5);
- margin-bottom: lib.s(8);
- font-size: lib.s(15);
-
- 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;
- }
- }
- }
-
- .icon {
- font-size: lib.s(32);
- }
-
.repos {
@include lib.spacing($vertical: true);