diff options
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_heading.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/objects/_heading.scss b/src/objects/_heading.scss index e73b074..d1f37e0 100644 --- a/src/objects/_heading.scss +++ b/src/objects/_heading.scss | |||
@@ -17,6 +17,7 @@ | |||
17 | 17 | ||
18 | display: block; | 18 | display: block; |
19 | margin-top: fn.global-dim(--heading --margin-top); | 19 | margin-top: fn.global-dim(--heading --margin-top); |
20 | transform: translateX(-.06em); | ||
20 | letter-spacing: normal; | 21 | letter-spacing: normal; |
21 | text-transform: none; | 22 | text-transform: none; |
22 | 23 | ||
@@ -53,7 +54,8 @@ | |||
53 | --spacing: 1px | 54 | --spacing: 1px |
54 | )); | 55 | )); |
55 | 56 | ||
56 | color: fn.color(--strong); | 57 | transform: none; |
58 | color: fn.color(--strong); | ||
57 | } | 59 | } |
58 | 60 | ||
59 | @include iro.bem-modifier('xs') { | 61 | @include iro.bem-modifier('xs') { |
@@ -65,7 +67,8 @@ | |||
65 | --spacing: 1px | 67 | --spacing: 1px |
66 | )); | 68 | )); |
67 | 69 | ||
68 | color: fn.color(--light); | 70 | transform: none; |
71 | color: fn.color(--light); | ||
69 | } | 72 | } |
70 | 73 | ||
71 | @include iro.bem-elem('primary') { | 74 | @include iro.bem-elem('primary') { |