argos/dmp-frontend/src/styles.scss

16 lines
449 B
SCSS
Raw Normal View History

2017-12-18 12:24:12 +01:00
/* @import "~@angular/material/prebuilt-themes/indigo-pink.css"; */
2017-12-18 11:01:22 +01:00
@import '~@angular/material/theming';
@import '~@covalent/core/theming/all-theme';
2017-12-18 12:24:12 +01:00
@include mat-core();
// Define a theme.
$primary: mat-palette($mat-indigo);
$accent: mat-palette($mat-pink, A200, A100, A400);
$theme: mat-light-theme($primary, $accent);
// Include all theme styles for the components.
@include angular-material-theme($theme);
@include covalent-theme($theme);