summaryrefslogtreecommitdiff
path: root/gae/frontend/src/styles/_app-theme.scss
blob: 6c18f483a6b519c089ceb167e7b22c77aed3525e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@import '~@angular/material/theming';
@import 'apply-theme';
@import 'blue-theme';

@include mat-core();

$main-theme: $blue-theme;

$primary: mat-palette($main-theme, 600, 100, 900);
$accent:  mat-palette($main-theme, A200, A100, A400);
$app-theme:   mat-light-theme($primary, $accent);

@include angular-material-theme($app-theme);
@include apply-theme($app-theme);