From 5f2febe5347097abc6b11e29ec227bfa62351073 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:21:20 +1100 Subject: osds: lock keys popups --- scss/osds.scss | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'scss') 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); + } +} -- cgit v1.2.3-freya