removed old code for portal
[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
deleted file mode 100644 (file)
index 3a7dce0..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-@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