summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-01 19:08:15 +1100
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-03-01 19:08:15 +1100
commit31138ffd9348990fc3221352fc40d48dfcd59141 (patch)
tree14083dcd472354762d4e1c738adada9652ff05de /scss
parentlauncher: change window colour (diff)
downloadcaelestia-shell-31138ffd9348990fc3221352fc40d48dfcd59141.tar.gz
caelestia-shell-31138ffd9348990fc3221352fc40d48dfcd59141.tar.bz2
caelestia-shell-31138ffd9348990fc3221352fc40d48dfcd59141.zip
launcher: scheme autocomplete
Diffstat (limited to 'scss')
-rw-r--r--scss/launcher.scss28
1 files changed, 28 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss
index 7c775b7..49f09c8 100644
--- a/scss/launcher.scss
+++ b/scss/launcher.scss
@@ -125,4 +125,32 @@
background-color: scheme.$surface1;
}
}
+
+ .swatches {
+ @include lib.spacing(3);
+ }
+
+ .swatch {
+ @include lib.rounded(100);
+
+ min-width: lib.s(16);
+ min-height: lib.s(16);
+
+ &.big {
+ min-height: lib.s(32);
+
+ &.left {
+ @include lib.border(scheme.$overlay0, 0.3);
+
+ border-right: none;
+ border-top-right-radius: 0;
+ border-bottom-right-radius: 0;
+ }
+
+ &.right {
+ border-top-left-radius: 0;
+ border-bottom-left-radius: 0;
+ }
+ }
+ }
}