Skip to content
Snippets Groups Projects
Commit 689f1182 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Add new theme for displaying progress

parent 032d3c40
No related merge requests found
@import '~@angular/material/theming';
html, body {
font-family: 'Roboto', 'Helvetica Neue', sans-serif;
margin: 0;
......@@ -8,3 +10,13 @@ html, body {
@import '_util.scss';
@import '_form.scss';
.alternate-theme {
$alternate-primary: mat-palette($mat-light-green, 300);
$alternate-accent: mat-palette($mat-amber, 300);
$alternate-warn: mat-palette($mat-deep-orange, 300);
$alternate-theme: mat-light-theme($alternate-primary, $alternate-accent, $alternate-warn);
@include angular-material-theme($alternate-theme);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment