source: trip-planner-front/node_modules/@angular/material/form-field/_form-field-legacy-index.scss@ 59329aa

Last change on this file since 59329aa was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.7 KB
Line 
1@forward 'form-field-fill-theme' hide $fill-dedupe, fill-color, fill-theme, fill-typography,
2private-form-field-fill-density;
3@forward 'form-field-fill-theme' as mat-* hide $mat-fill-dedupe, mat-fill-color,
4mat-fill-label-floating, mat-fill-theme, mat-fill-typography;
5@forward 'form-field-fill-theme' as mat-form-field-* hide mat-form-field-fill-label-floating,
6mat-form-field-private-form-field-fill-density;
7@forward 'form-field-legacy-theme' hide $legacy-dedupe, legacy-color, legacy-theme,
8legacy-typography, private-form-field-legacy-density;
9@forward 'form-field-legacy-theme' as mat-* hide $mat-legacy-dedupe, mat-legacy-color,
10mat-legacy-label-floating, mat-legacy-label-floating-print, mat-legacy-theme, mat-legacy-typography;
11@forward 'form-field-legacy-theme' as mat-form-field-* hide mat-form-field-legacy-label-floating,
12mat-form-field-legacy-label-floating-print, mat-form-field-private-form-field-legacy-density;
13@forward 'form-field-outline-theme' hide $outline-dedupe, outline-color, outline-theme,
14outline-typography, private-form-field-outline-density;
15@forward 'form-field-outline-theme' as mat-* hide $mat-outline-dedupe, mat-outline-color,
16mat-outline-label-floating, mat-outline-theme, mat-outline-typography;
17@forward 'form-field-outline-theme' as mat-form-field-* hide mat-form-field-outline-label-floating,
18mat-form-field-private-form-field-outline-density;
19@forward 'form-field-standard-theme' as mat-* hide mat-standard-color, mat-standard-theme,
20mat-standard-typography;
21@forward 'form-field-standard-theme' as mat-form-field-* hide
22mat-form-field-private-form-field-standard-density;
23@forward 'form-field-theme' hide $dedupe, color, density, theme, typography;
24@forward 'form-field-theme' as mat-form-field-* hide mat-form-field-label-floating;
Note: See TracBrowser for help on using the repository browser.