1 | @forward '../core/style/form-common.import';
|
---|
2 | @forward 'form-field-fill-theme' as mat-* hide $mat-fill-dedupe, mat-fill-color, mat-fill-theme,
|
---|
3 | mat-fill-typography;
|
---|
4 | @forward 'form-field-fill-theme' as mat-form-field-* hide
|
---|
5 | mat-form-field-private-form-field-fill-density;
|
---|
6 | @forward 'form-field-legacy-theme' as mat-* hide $mat-legacy-dedupe, mat-legacy-color,
|
---|
7 | mat-legacy-theme, mat-legacy-typography;
|
---|
8 | @forward 'form-field-legacy-theme' as mat-form-field-* hide
|
---|
9 | mat-form-field-private-form-field-legacy-density;
|
---|
10 | @forward 'form-field-outline-theme' as mat-* hide $mat-outline-dedupe, mat-outline-color,
|
---|
11 | mat-outline-theme, mat-outline-typography;
|
---|
12 | @forward 'form-field-outline-theme' as mat-form-field-* hide
|
---|
13 | mat-form-field-private-form-field-outline-density;
|
---|
14 | @forward '../core/typography/typography-utils.import';
|
---|
15 | @forward 'form-field-standard-theme' as mat-* hide mat-standard-color, mat-standard-theme,
|
---|
16 | mat-standard-typography;
|
---|
17 | @forward 'form-field-standard-theme' as mat-form-field-* hide
|
---|
18 | mat-form-field-private-form-field-standard-density;
|
---|
19 | @forward 'form-field-theme' hide $dedupe, color, density, theme, typography;
|
---|
20 | @forward 'form-field-theme' as mat-form-field-* hide mat-form-field-label-floating;
|
---|
21 |
|
---|
22 | @import '../core/theming/palette';
|
---|
23 | @import '../core/theming/theming';
|
---|
24 | @import '../core/style/form-common';
|
---|
25 | @import '../core/typography/typography-utils';
|
---|
26 | @import './form-field-fill-theme.scss';
|
---|
27 | @import './form-field-legacy-theme.scss';
|
---|
28 | @import './form-field-outline-theme.scss';
|
---|
29 | @import './form-field-standard-theme.scss';
|
---|