diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 23:53:00 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-15 23:53:00 +1100 |
| commit | 338669214f48ab3624c73ecff15dfdbef85cd904 (patch) | |
| tree | df79355afdaf0947864a985142f272a14b74e606 /scss/osds.scss | |
| parent | bar: bluetooth hook on alias (diff) | |
| download | caelestia-shell-338669214f48ab3624c73ecff15dfdbef85cd904.tar.gz caelestia-shell-338669214f48ab3624c73ecff15dfdbef85cd904.tar.bz2 caelestia-shell-338669214f48ab3624c73ecff15dfdbef85cd904.zip | |
osds: progress numbers
Diffstat (limited to 'scss/osds.scss')
| -rw-r--r-- | scss/osds.scss | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/scss/osds.scss b/scss/osds.scss index a711583..adfaef9 100644 --- a/scss/osds.scss +++ b/scss/osds.scss @@ -7,14 +7,13 @@ @include lib.rounded(8); @include lib.border(scheme.$overlay0, 0.1); @include lib.shadow; - @include font.icon; + @include font.mono; background-color: scheme.$base; - font-size: lib.s(28); + font-size: lib.s(16); padding: lib.s(3); .inner { - @include lib.rounded(8); @include lib.fluent-decel(1000ms); min-width: lib.s(300); @@ -23,7 +22,3 @@ color: scheme.$base; } } - -.brightness { - font-size: lib.s(26); -} |