source: trip-planner-front/node_modules/@angular/material/core/theming/_theming-legacy-index.scss@ 6a3a178

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

initial commit

  • Property mode set to 100644
File size: 1.6 KB
Line 
1@forward 'palette' hide $amber-palette, $blue-palette, $blue-gray-palette, $blue-grey-palette,
2$brown-palette, $cyan-palette, $dark-theme-background-palette, $dark-theme-foreground-palette,
3$deep-orange-palette, $deep-purple-palette, $gray-palette, $green-palette, $grey-palette,
4$indigo-palette, $light-blue-palette, $light-green-palette, $light-theme-background-palette,
5$light-theme-foreground-palette, $lime-palette, $orange-palette, $pink-palette, $purple-palette,
6$red-palette, $teal-palette, $yellow-palette;
7@forward 'palette' as mat-* hide $mat-black-12-opacity, $mat-black-6-opacity, $mat-black-87-opacity,
8$mat-dark-disabled-text, $mat-dark-dividers, $mat-dark-focused, $mat-dark-primary-text,
9$mat-dark-secondary-text, $mat-light-disabled-text, $mat-light-dividers, $mat-light-focused,
10$mat-light-primary-text, $mat-light-secondary-text, $mat-white-12-opacity, $mat-white-6-opacity,
11$mat-white-87-opacity;
12@forward 'palette-deprecated' as mat-*;
13@forward 'theming' hide $theme-ignore-duplication-warnings, get-color-from-palette,
14get-color-config, get-density-config, get-typography-config, define-palette, define-light-theme,
15define-dark-theme, private-check-duplicate-theme-styles,
16private-create-backwards-compatibility-theme, private-is-legacy-constructed-theme,
17private-is-theme-object, private-legacy-get-theme;
18@forward 'theming' as mat-* hide $mat-theme-duplicate-warning, $mat-theme-emitted-color,
19$mat-theme-emitted-density, $mat-theme-emitted-typography, $mat-theme-generate-default-density,
20mat-create-dark-color-config, mat-create-light-color-config, mat-validate-theme;
21@forward 'theming-deprecated' as mat-*;
22@forward 'all-theme';
Note: See TracBrowser for help on using the repository browser.