File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed
projects/igniteui-angular/src/lib/core/styles/typography Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 182
182
183
183
@include igx-dialog-typography ($type-scale , $categories : (
184
184
title: ' h5' ,
185
- content : ' body-1' ,
186
185
));
187
186
188
187
@include igx-drop-down-typography ($type-scale , $categories : (
197
196
subtitle: ' subtitle-1' ,
198
197
header : ' overline' ,
199
198
));
199
+
200
+ @include igx-checkbox-typography ($type-scale , $categories : (
201
+ label : ' body-2' ,
202
+ ));
203
+
204
+ @include igx-input-group-typography ($type-scale , $categories : (
205
+ helper- text: ' body-2' ,
206
+ input- text: ' body-1'
207
+ ));
208
+
209
+ @include igx-navbar-typography ($type-scale , $categories : (
210
+ title: ' h5'
211
+ ));
212
+
213
+ @include igx-drop-down-typography ($type-scale , $categories : (
214
+ header : ' body-1' ,
215
+ item: ' body-1' ,
216
+ select- item: ' body-1'
217
+ ));
218
+
219
+ @include igx-expansion-panel-typography ($type-scale , $categories : (
220
+ description: ' body-1' ,
221
+ ));
200
222
}
201
223
202
224
@if ($_variant == ' indigo' ) {
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ $bootstrap_h5: igx-type-style(
48
48
49
49
$bootstrap_h6 : igx-type-style (
50
50
$font-size : rem (16px ),
51
- $font-weight : 400 ,
51
+ $font-weight : 500 ,
52
52
$line-height : rem (19.2px ),
53
53
$text-transform : none ,
54
54
$margin-top : 0 ,
@@ -95,7 +95,7 @@ $bootstrap_button: igx-type-style(
95
95
$font-size : rem (16px ),
96
96
$font-weight : 500 ,
97
97
$line-height : rem (24px ),
98
- $text-transform : capitalize ,
98
+ $text-transform : none ,
99
99
$margin-top : 0 ,
100
100
$margin-bottom : 0
101
101
);
You can’t perform that action at this time.
0 commit comments