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