source: trip-planner-front/node_modules/@angular/material/form-field/_form-field-legacy-theme.import.scss@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 773 bytes
Line 
1@forward '../core/style/form-common.import';
2@forward '../core/typography/typography-utils.import';
3@forward 'form-field-legacy-theme' hide $legacy-dedupe, legacy-color, legacy-theme,
4legacy-typography, private-form-field-legacy-density;
5@forward 'form-field-legacy-theme' as mat-* hide $mat-legacy-dedupe, mat-legacy-color,
6mat-legacy-label-floating, mat-legacy-label-floating-print, mat-legacy-theme, mat-legacy-typography;
7@forward 'form-field-legacy-theme' as mat-form-field-* hide mat-form-field-legacy-label-floating,
8mat-form-field-legacy-label-floating-print, mat-form-field-private-form-field-legacy-density;
9
10@import '../core/theming/palette';
11@import '../core/theming/theming';
12@import '../core/style/form-common';
13@import '../core/typography/typography-utils';
Note: See TracBrowser for help on using the repository browser.