Skip to content
Snippets Groups Projects
Commit 7b5d6f5a authored by mathias.chouet's avatar mathias.chouet
Browse files

Thème Angular material personnalisé

parent 0ce9f473
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@
"node_modules/font-awesome/scss/font-awesome.scss",
"node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap.scss",
"node_modules/angular-bootstrap-md/scss/mdb-free.scss",
"src/styles.scss"
"src/styles.scss",
"src/theme.scss"
],
"scripts": []
},
......@@ -82,7 +83,8 @@
"node_modules/font-awesome/scss/font-awesome.scss",
"node_modules/angular-bootstrap-md/scss/bootstrap/bootstrap.scss",
"node_modules/angular-bootstrap-md/scss/mdb-free.scss",
"src/styles.scss"
"src/styles.scss",
"src/theme.scss"
],
"assets": [
"src/assets",
......
@import '~@angular/material/theming';
@include mat-core();
$nghyd-primary: mat-palette($mat-indigo);
$nghyd-accent: mat-palette($mat-lime);
// $nghyd-accent: mat-palette($mat-teal, 500, 900, A100);
$nghyd-warn: mat-palette($mat-deep-orange);
$nghyd-theme: mat-light-theme($nghyd-primary, $nghyd-accent, $nghyd-warn);
@include angular-material-theme($nghyd-theme);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment