Commit c1fc2834 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Thème Angular material personnalisé

Showing with 15 additions and 2 deletions
+15 -2
......@@ -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);
Supports Markdown
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