summaryrefslogtreecommitdiffstats
path: root/src/objects/_heading.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects/_heading.scss')
-rw-r--r--src/objects/_heading.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss
index b5f02d8..48088ba 100644
--- a/src/objects/_heading.scss
+++ b/src/objects/_heading.scss
@@ -6,9 +6,9 @@
6 @include iro.props-store(( 6 @include iro.props-store((
7 --dims: ( 7 --dims: (
8 --in-page-margin: ( 8 --in-page-margin: (
9 --top: fn.global-dim(--spacing --lg), 9 --top: fn.global-dim(--size --500),
10 --top-sibling: fn.global-dim(--spacing --md), 10 --top-sibling: fn.global-dim(--size --325),
11 --bottom: fn.global-dim(--spacing --sm), 11 --bottom: fn.global-dim(--size --150),
12 ), 12 ),
13 ), 13 ),
14 ), 'dims'); 14 ), 'dims');
@@ -33,28 +33,28 @@
33 33
34 @include iro.bem-modifier('xxl') { 34 @include iro.bem-modifier('xxl') {
35 color: fn.color(--strong); 35 color: fn.color(--strong);
36 font-size: fn.global-dim(--font-size --xxxl); 36 font-size: fn.global-dim(--font-size --400);
37 } 37 }
38 38
39 @include iro.bem-modifier('xl') { 39 @include iro.bem-modifier('xl') {
40 color: fn.color(--strong); 40 color: fn.color(--strong);
41 font-size: fn.global-dim(--font-size --xxl); 41 font-size: fn.global-dim(--font-size --300);
42 } 42 }
43 43
44 @include iro.bem-modifier('lg') { 44 @include iro.bem-modifier('lg') {
45 color: fn.color(--strong); 45 color: fn.color(--strong);
46 font-size: fn.global-dim(--font-size --xl); 46 font-size: fn.global-dim(--font-size --200);
47 } 47 }
48 48
49 @include iro.bem-modifier('md') { 49 @include iro.bem-modifier('md') {
50 color: fn.color(--strong); 50 color: fn.color(--strong);
51 font-size: fn.global-dim(--font-size --lg); 51 font-size: fn.global-dim(--font-size --150);
52 } 52 }
53 53
54 @include iro.bem-modifier('sm') { 54 @include iro.bem-modifier('sm') {
55 @include mx.set-font(--standard, ( 55 @include mx.set-font(--standard, (
56 --line-height: null, 56 --line-height: null,
57 --size: fn.global-dim(--font-size --md), 57 --size: fn.global-dim(--font-size --100),
58 --weight: 500 58 --weight: 500
59 )); 59 ));
60 60
@@ -64,7 +64,7 @@
64 @include iro.bem-modifier('xs') { 64 @include iro.bem-modifier('xs') {
65 @include mx.set-font(--standard, ( 65 @include mx.set-font(--standard, (
66 --line-height: null, 66 --line-height: null,
67 --size: fn.global-dim(--font-size --xs), 67 --size: fn.global-dim(--font-size --50),
68 --weight: 500, 68 --weight: 500,
69 --transform: uppercase, 69 --transform: uppercase,
70 --spacing: .5px 70 --spacing: .5px