File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
22
@import ' ../../sidenav/sidenav-theme' ;
23
23
@import ' ../../slide-toggle/slide-toggle-theme' ;
24
24
@import ' ../../slider/slider-theme' ;
25
+ @import ' ../../stepper/stepper-theme' ;
25
26
@import ' ../../tabs/tabs-theme' ;
26
27
@import ' ../../toolbar/toolbar-theme' ;
27
28
@import ' ../../tooltip/tooltip-theme' ;
61
62
@include mat-sidenav-typography ($config );
62
63
@include mat-slide-toggle-typography ($config );
63
64
@include mat-slider-typography ($config );
65
+ @include mat-stepper-typography ($config );
64
66
@include mat-tabs-typography ($config );
65
67
@include mat-toolbar-typography ($config );
66
68
@include mat-tooltip-typography ($config );
Original file line number Diff line number Diff line change 1
1
@import ' ../core/theming/palette' ;
2
2
@import ' ../core/theming/theming' ;
3
- @import ' ../core/typography/_typography -utils.scss ' ;
3
+ @import ' ../core/typography/typography -utils' ;
4
4
5
5
@mixin mat-stepper-theme ($theme ) {
6
6
$foreground : map-get ($theme , foreground );
45
45
border-top-color : mat-color ($foreground , divider );
46
46
}
47
47
}
48
+
49
+ @mixin mat-stepper-typography ($config ) {
50
+ .mat-stepper-vertical , .mat-stepper-horizontal {
51
+ font-family : mat-font-family ($config );
52
+ }
53
+ }
You can’t perform that action at this time.
0 commit comments