Home page carousel
[eliot.git] / blueprints / common / eliot-ui / frontend-src / src / styles / material-theme.scss
diff --git a/blueprints/common/eliot-ui/frontend-src/src/styles/material-theme.scss b/blueprints/common/eliot-ui/frontend-src/src/styles/material-theme.scss
new file mode 100644 (file)
index 0000000..3a7dce0
--- /dev/null
@@ -0,0 +1,10 @@
+@import '~@angular/material/theming';
+
+@include mat-core();
+
+$primary: mat-palette($mat-grey, 900);
+$accent: mat-palette($mat-pink, A200, A100, A400);
+$warn: mat-palette($mat-red);
+$theme: mat-light-theme($primary, $accent, $warn);
+
+@include angular-material-theme($theme);
\ No newline at end of file