diff options
author | Volpeon <git@volpeon.ink> | 2024-10-18 19:07:42 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-18 19:07:42 +0200 |
commit | e3d34a6d6ce2db04c3c898ad6a4687a0c59df996 (patch) | |
tree | 58b338d738076579030624b563df2365af19782e /src/objects/_heading.scss | |
parent | Refactoring (diff) | |
download | iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.tar.gz iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.tar.bz2 iro-design-e3d34a6d6ce2db04c3c898ad6a4687a0c59df996.zip |
Update
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r-- | src/objects/_heading.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index 7fbafea..8ed3b17 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss | |||
@@ -31,10 +31,10 @@ $sizes: 'xxl' 'xl' 'lg' 'md' 'sm' 'xs'; | |||
31 | 31 | ||
32 | @include iro.bem-elem('highlight') { | 32 | @include iro.bem-elem('highlight') { |
33 | background-image: linear-gradient(to top, | 33 | background-image: linear-gradient(to top, |
34 | transparent .05em, | 34 | transparent .05em, |
35 | fn.color(--bg) .05em, | 35 | fn.color(--bg) .05em, |
36 | fn.color(--bg) .5em, | 36 | fn.color(--bg) .5em, |
37 | transparent .5em); | 37 | transparent .5em); |
38 | } | 38 | } |
39 | 39 | ||
40 | @include iro.bem-modifier('xxl') { | 40 | @include iro.bem-modifier('xxl') { |