diff options
| author | Henry Jameson <me@hjkos.com> | 2024-09-12 19:31:19 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-09-12 19:31:19 +0300 |
| commit | aa7a3361833f4c88ec685c4a92ff7727ed7249a7 (patch) | |
| tree | 1e7570bddde456c6c6dbaa80a694d5f346723bb6 /src/components/shadow_control/shadow_control.scss | |
| parent | 2b9968eacd6f45dc5ad39796f1b2f488e2a22cbb (diff) | |
Updated shadow control to be able to handle "absolute null" situation
Diffstat (limited to 'src/components/shadow_control/shadow_control.scss')
| -rw-r--r-- | src/components/shadow_control/shadow_control.scss | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/components/shadow_control/shadow_control.scss b/src/components/shadow_control/shadow_control.scss index 0fba39f3..d7bc15c4 100644 --- a/src/components/shadow_control/shadow_control.scss +++ b/src/components/shadow_control/shadow_control.scss @@ -69,6 +69,16 @@ } } + .inset-alert { + padding: 0.25em 0.5em; + } + + &.disabled { + .inset-alert { + opacity: 0.2; + } + } + .shadow-preview { order: 2; flex: 3 3 15em; @@ -94,7 +104,7 @@ .input-light-grid { grid-area: options; - justify-self: end; + justify-self: center; } .input-number { @@ -176,3 +186,8 @@ } } } + +.inset-tooltip { + padding: 0.5em; + max-width: 30em; +} |
