Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
839 bytes
|
Line | |
---|
1 | @forward '../core/theming/theming.import';
|
---|
2 | @forward '../core/density/private/compatibility.import';
|
---|
3 | @forward 'stepper-variables' as mat-* hide $mat-density-config, $mat-header-height,
|
---|
4 | $mat-header-maximum-height, $mat-header-minimum-height, $mat-label-header-height,
|
---|
5 | $mat-label-min-width, $mat-label-position-bottom-top-gap, $mat-line-gap, $mat-line-width,
|
---|
6 | $mat-side-gap;
|
---|
7 | @forward 'stepper-variables' as mat-stepper-* hide $mat-stepper-step-header-icon-size,
|
---|
8 | $mat-stepper-step-sub-label-font-size, $mat-stepper-vertical-stepper-content-margin;
|
---|
9 | @forward '../core/typography/typography-utils.import';
|
---|
10 | @forward 'stepper-theme' as mat-stepper-*;
|
---|
11 |
|
---|
12 | @import '../core/theming/palette';
|
---|
13 | @import '../core/theming/theming';
|
---|
14 | @import '../core/typography/typography-utils';
|
---|
15 | @import '../core/density/private/compatibility';
|
---|
16 | @import './stepper-variables';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.