diff options
| author | Volpeon <git@volpeon.ink> | 2024-06-27 09:56:02 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-06-27 09:56:02 +0200 |
| commit | d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784 (patch) | |
| tree | 19e9a649bcf6ca6559ed7ad46b0fd2c23e664521 /src/scopes | |
| parent | Update (diff) | |
| download | iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.tar.gz iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.tar.bz2 iro-design-d23a2cf25ccc33f49d73ee3da2f775c0d4fa0784.zip | |
Update
Diffstat (limited to 'src/scopes')
| -rw-r--r-- | src/scopes/_headings.scss | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index c5033e8..9593792 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss | |||
| @@ -21,20 +21,29 @@ | |||
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | h1 { | 23 | h1 { |
| 24 | @include mx.heading-strong(--lg); | 24 | @include mx.heading-strong(--xxl); |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | h2 { | 27 | h2 { |
| 28 | @include mx.heading-strong(--xl); | ||
| 29 | } | ||
| 30 | |||
| 31 | h3 { | ||
| 32 | @include mx.heading-medium(--lg); | ||
| 33 | } | ||
| 34 | |||
| 35 | h4 { | ||
| 28 | @include mx.heading-medium(--md); | 36 | @include mx.heading-medium(--md); |
| 29 | } | 37 | } |
| 30 | 38 | ||
| 31 | h3, | 39 | h5 { |
| 32 | h4, | ||
| 33 | h5, | ||
| 34 | h6 { | ||
| 35 | @include mx.heading-faint(--sm); | 40 | @include mx.heading-faint(--sm); |
| 36 | } | 41 | } |
| 37 | 42 | ||
| 43 | h6 { | ||
| 44 | @include mx.heading-faint(--xs); | ||
| 45 | } | ||
| 46 | |||
| 38 | @include iro.bem-elem('highlight') { | 47 | @include iro.bem-elem('highlight') { |
| 39 | background-image: linear-gradient( | 48 | background-image: linear-gradient( |
| 40 | to top, | 49 | to top, |
