diff options
| author | Volpeon <git@volpeon.ink> | 2024-07-05 10:39:50 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-07-05 10:39:50 +0200 |
| commit | 2477ee47390afcdd6485ad4ca6fd476f0015ea90 (patch) | |
| tree | 9fcd4f9afeb28f3151a199455f7864f48130a5e6 /src | |
| parent | Shit (diff) | |
| download | iro-design-2477ee47390afcdd6485ad4ca6fd476f0015ea90.tar.gz iro-design-2477ee47390afcdd6485ad4ca6fd476f0015ea90.tar.bz2 iro-design-2477ee47390afcdd6485ad4ca6fd476f0015ea90.zip | |
Add u-p-fixed
Diffstat (limited to 'src')
| -rw-r--r-- | src/_utils.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/_utils.scss b/src/_utils.scss index 66058aa..54d7a9c 100644 --- a/src/_utils.scss +++ b/src/_utils.scss | |||
| @@ -163,6 +163,10 @@ $sizes: 0 10 50 75 100 125 200 400 700 800 !default; | |||
| 163 | position: relative; | 163 | position: relative; |
| 164 | } | 164 | } |
| 165 | 165 | ||
| 166 | @include iro.bem-utility('p-fixed') { | ||
| 167 | position: fixed; | ||
| 168 | } | ||
| 169 | |||
| 166 | @include iro.bem-utility('p-sticky-bs') { | 170 | @include iro.bem-utility('p-sticky-bs') { |
| 167 | position: sticky; | 171 | position: sticky; |
| 168 | inset-block-start: 0; | 172 | inset-block-start: 0; |
| @@ -192,7 +196,7 @@ $sizes: 0 10 50 75 100 125 200 400 700 800 !default; | |||
| 192 | } | 196 | } |
| 193 | 197 | ||
| 194 | @include iro.bem-utility('b#{$dir}-1') { | 198 | @include iro.bem-utility('b#{$dir}-1') { |
| 195 | border#{$suffix}: fn.global-dim(--border --thin) solid fn.global-color(--border); | 199 | border#{$suffix}: fn.global-dim(--border --thin) solid fn.global-color(--border);solidfn.global-color |
| 196 | } | 200 | } |
| 197 | } | 201 | } |
| 198 | 202 | ||
