File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 126
126
@mixin tc-heading-xl {
127
127
@include roboto-light ;
128
128
129
+ color : $tc-black ;
130
+ font-size : 42px ;
131
+ line-height : 50px ;
132
+ }
133
+
134
+ @mixin tc-heading-lg {
135
+ @include roboto-light ;
136
+
129
137
color : $tc-black ;
130
138
font-size : 36px ;
131
139
line-height : 45px ;
132
140
}
133
141
134
- @mixin tc-heading-lg {
142
+ @mixin tc-heading-md {
135
143
@include roboto-regular ;
136
144
137
145
color : $tc-black ;
138
146
font-size : 28px ;
139
147
line-height : 35px ;
140
148
}
141
149
142
- @mixin tc-heading-md {
150
+ @mixin tc-heading-sm {
143
151
@include roboto-regular ;
144
152
145
153
color : $tc-black ;
146
154
font-size : 20px ;
147
- line-height : 30 px ;
155
+ line-height : 35 px ;
148
156
}
149
157
150
- @mixin tc-heading-sm {
158
+ @mixin tc-heading-xs {
151
159
@include roboto-bold ;
152
160
153
161
color : $tc-black ;
154
162
font-size : 15px ;
155
163
line-height : 25px ;
156
164
}
157
165
158
- @mixin tc-heading-xs {
166
+ @mixin tc-heading-xxs {
159
167
@include roboto-bold ;
160
168
161
169
color : $tc-black ;
You can’t perform that action at this time.
0 commit comments