X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fstyles%2Fmaterial-theme.scss;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fstyles%2Fmaterial-theme.scss;h=3a7dce061b094b93bb1e1e0900ee34d819e801ea;hb=5c2048d4d3e672783eea4f306aa9a03f33a1a9f2;hp=0000000000000000000000000000000000000000;hpb=59f512662c02a16c1d5c45b090b185d2e773310f;p=eliot.git 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 index 0000000..3a7dce0 --- /dev/null +++ b/blueprints/common/eliot-ui/frontend-src/src/styles/material-theme.scss @@ -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