diff options
Diffstat (limited to 'assets/css/layouts')
| -rw-r--r-- | assets/css/layouts/_section.scss | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss index 1bc86fe..1a1bc0b 100644 --- a/assets/css/layouts/_section.scss +++ b/assets/css/layouts/_section.scss | |||
| @@ -42,18 +42,5 @@ | |||
| 42 | border-top: 1px solid prop(--colors --border); | 42 | border-top: 1px solid prop(--colors --border); |
| 43 | } | 43 | } |
| 44 | } | 44 | } |
| 45 | |||
| 46 | @include element('banner') { | ||
| 47 | position: absolute; | ||
| 48 | z-index: -20; | ||
| 49 | top: calc(-2 * #{prop(--dims --banner-blur)}); | ||
| 50 | left: calc(-2 * #{prop(--dims --banner-blur)}); | ||
| 51 | width: calc(100% + 4 * #{prop(--dims --banner-blur)}); | ||
| 52 | height: 60rem; | ||
| 53 | object-fit: cover; | ||
| 54 | object-position: top center; | ||
| 55 | filter: blur(#{prop(--dims --banner-blur)}); | ||
| 56 | mask-image: iro-easing-gradient(linear, to bottom, rgba(#000, .25), ease, transparent); | ||
| 57 | } | ||
| 58 | } | 45 | } |
| 59 | } | 46 | } |
