diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-04 23:26:05 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-03-05 11:41:20 +1100 |
| commit | 35364193e3d24d47a8c2d970f70f696f2247e3bb (patch) | |
| tree | 03ad351e37e040eabe666d6f4921971545a1fb17 /scss | |
| parent | popdowns: buttons change colour when disabled (diff) | |
| download | caelestia-shell-35364193e3d24d47a8c2d970f70f696f2247e3bb.tar.gz caelestia-shell-35364193e3d24d47a8c2d970f70f696f2247e3bb.tar.bz2 caelestia-shell-35364193e3d24d47a8c2d970f70f696f2247e3bb.zip | |
launcher: math mode
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/launcher.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/scss/launcher.scss b/scss/launcher.scss index 983f362..87854f4 100644 --- a/scss/launcher.scss +++ b/scss/launcher.scss @@ -9,6 +9,10 @@ color: $colour; } + .separator { + background-color: color.change($colour, $alpha: 0.7); + } + .search-bar { .mode { @include lib.border($colour, $width: 2); @@ -126,6 +130,16 @@ } } + .math { + .preview > * { + margin-bottom: lib.s(10); + } + + .result { + @include lib.spacing(10); + } + } + .swatches { @include lib.spacing(3); } |