Reapply "feat: Angular Material-Thema angepasst"

This reverts commit c61502f80d.
This commit is contained in:
Developer 02
2024-07-25 12:49:26 +02:00
parent c61502f80d
commit 28b2de19ae
2 changed files with 85 additions and 2 deletions

View File

@@ -32,7 +32,8 @@
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss"
"src/styles.scss",
"src/dd-mat-theme.scss"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
@@ -106,7 +107,8 @@
"styles": [
"@angular/material/prebuilt-themes/indigo-pink.css",
"src/styles.scss",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/dd-mat-theme.scss"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"