source: trip-planner-front/node_modules/@angular/material/form-field/_form-field-outline-theme.import.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: 711 bytes
Line 
1@forward '../core/style/form-common.import';
2@forward '../core/typography/typography-utils.import';
3@forward 'form-field-outline-theme' hide $outline-dedupe, outline-color, outline-theme,
4outline-typography, private-form-field-outline-density;
5@forward 'form-field-outline-theme' as mat-* hide $mat-outline-dedupe, mat-outline-color,
6mat-outline-label-floating, mat-outline-theme, mat-outline-typography;
7@forward 'form-field-outline-theme' as mat-form-field-* hide mat-form-field-outline-label-floating,
8mat-form-field-private-form-field-outline-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.