diff options
| author | Volpeon <git@volpeon.ink> | 2023-01-26 14:57:03 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2023-01-26 14:57:03 +0100 |
| commit | 967ea296bbac44741be46eaa5388a4ac9cfd8ab2 (patch) | |
| tree | ab4ebf7fbaa6ed743208ccfa5346736f5e7db1ac /src/objects/_backdrop.scss | |
| parent | Bubble group (diff) | |
| download | iro-design-967ea296bbac44741be46eaa5388a4ac9cfd8ab2.tar.gz iro-design-967ea296bbac44741be46eaa5388a4ac9cfd8ab2.tar.bz2 iro-design-967ea296bbac44741be46eaa5388a4ac9cfd8ab2.zip | |
Updates
Diffstat (limited to 'src/objects/_backdrop.scss')
| -rw-r--r-- | src/objects/_backdrop.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/objects/_backdrop.scss b/src/objects/_backdrop.scss index e7f2cfd..7653a99 100644 --- a/src/objects/_backdrop.scss +++ b/src/objects/_backdrop.scss | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | @include iro.props-store(( | 5 | @include iro.props-store(( |
| 6 | --dims: ( | 6 | --dims: ( |
| 7 | --z-index: 10000, | 7 | --z-index: 10000, |
| 8 | --blur: 2em, | ||
| 8 | ), | 9 | ), |
| 9 | ), 'dims'); | 10 | ), 'dims'); |
| 10 | 11 | ||
| @@ -32,5 +33,6 @@ | |||
| 32 | flex-direction: column; | 33 | flex-direction: column; |
| 33 | background-color: fn.color(--bg); | 34 | background-color: fn.color(--bg); |
| 34 | color: fn.global-color(--fg); | 35 | color: fn.global-color(--fg); |
| 36 | backdrop-filter: blur(fn.dim(--blur)); | ||
| 35 | } | 37 | } |
| 36 | } | 38 | } |
