summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-10 22:51:57 +0200
committerVolpeon <git@volpeon.ink>2022-06-10 22:51:57 +0200
commit78787ed4b378f45d302ee3fc415cda8705696b5b (patch)
treeb547d4186d1ac0c4ed3f45459d590ca5b2ea402a /src/objects/_heading.scss
parentUpdate (diff)
downloadiro-design-78787ed4b378f45d302ee3fc415cda8705696b5b.tar.gz
iro-design-78787ed4b378f45d302ee3fc415cda8705696b5b.tar.bz2
iro-design-78787ed4b378f45d302ee3fc415cda8705696b5b.zip
Update
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index a9e0e71..e73b074 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -26,28 +26,28 @@
26 26
27 @include iro.bem-modifier('xxl') { 27 @include iro.bem-modifier('xxl') {
28 color: fn.color(--strong); 28 color: fn.color(--strong);
29 font-size: fn.global-dim(--font-size --1000); 29 font-size: fn.global-dim(--font-size --900);
30 } 30 }
31 31
32 @include iro.bem-modifier('xl') { 32 @include iro.bem-modifier('xl') {
33 color: fn.color(--strong); 33 color: fn.color(--strong);
34 font-size: fn.global-dim(--font-size --700); 34 font-size: fn.global-dim(--font-size --600);
35 } 35 }
36 36
37 @include iro.bem-modifier('lg') { 37 @include iro.bem-modifier('lg') {
38 color: fn.color(--strong); 38 color: fn.color(--strong);
39 font-size: fn.global-dim(--font-size --400); 39 font-size: fn.global-dim(--font-size --300);
40 } 40 }
41 41
42 @include iro.bem-modifier('md') { 42 @include iro.bem-modifier('md') {
43 color: fn.color(--strong); 43 color: fn.color(--strong);
44 font-size: fn.global-dim(--font-size --200); 44 font-size: fn.global-dim(--font-size --150);
45 } 45 }
46 46
47 @include iro.bem-modifier('sm') { 47 @include iro.bem-modifier('sm') {
48 @include mx.set-font(--standard, ( 48 @include mx.set-font(--standard, (
49 --line-height: null, 49 --line-height: null,
50 --size: fn.global-dim(--font-size --100), 50 --size: fn.global-dim(--font-size --75),
51 --weight: bold, 51 --weight: bold,
52 --transform: uppercase, 52 --transform: uppercase,
53 --spacing: 1px 53 --spacing: 1px