diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-01 19:08:15 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-01 19:08:15 +1100 |
| commit | 31138ffd9348990fc3221352fc40d48dfcd59141 (patch) | |
| tree | 14083dcd472354762d4e1c738adada9652ff05de /scss | |
| parent | launcher: change window colour (diff) | |
| download | caelestia-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.scss | 28 |
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; + } + } + } } |