diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 15:21:20 +1100 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-01-16 15:21:20 +1100 |
| commit | 5f2febe5347097abc6b11e29ec227bfa62351073 (patch) | |
| tree | d400fa341a5484c69c99e03b40f15e23f8f62848 /scss | |
| parent | requests: brightness syntax change (diff) | |
| download | caelestia-shell-5f2febe5347097abc6b11e29ec227bfa62351073.tar.gz caelestia-shell-5f2febe5347097abc6b11e29ec227bfa62351073.tar.bz2 caelestia-shell-5f2febe5347097abc6b11e29ec227bfa62351073.zip | |
osds: lock keys popups
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/osds.scss | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scss/osds.scss b/scss/osds.scss index 7ad3d5b..a3cd4f2 100644 --- a/scss/osds.scss +++ b/scss/osds.scss @@ -25,3 +25,27 @@ .volume .inner.mute { background-color: scheme.$overlay0; } + +.lock { + @include lib.rounded(8); + @include lib.border(scheme.$overlay0, 0.1); + @include lib.shadow; + @include lib.element-decel; + @include font.mono; + + min-width: lib.s(80); + min-height: lib.s(80); + padding: lib.s(10); + background-color: scheme.$base; + color: scheme.$overlay0; + font-size: lib.s(16); + font-weight: bold; + + &.enabled { + color: scheme.$text; + } + + .icon { + font-size: lib.s(48); + } +} |