Delete material.scss from project. Update material and submodules to version 12

This commit is contained in:
Konstantinos Triantafyllou 2022-09-23 16:15:57 +03:00
parent 90f4aebd72
commit 83a36614af
5 changed files with 5 additions and 14 deletions

View File

@ -45,7 +45,7 @@
],
"styles": [
"src/styles.css",
"src/material.scss"
"src/assets/common-assets/library-css/material.scss"
],
"scripts": [
"node_modules/uikit/dist/js/uikit.min.js",

View File

@ -22,13 +22,13 @@
"private": true,
"dependencies": {
"@angular/animations": "~12.2.16",
"@angular/cdk": "^11.2.13",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16",
"@angular/core": "~12.2.16",
"@angular/forms": "~12.2.16",
"@angular/localize": "^12.2.16",
"@angular/material": "^11.2.13",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/platform-server": "~12.2.16",

@ -1 +1 @@
Subproject commit 032b91ae7a78ccad72a3a02a9463f6df5d00d223
Subproject commit 717ead02b2f154c3a91e799ed5701ea23b54f7e8

@ -1 +1 @@
Subproject commit 14655ae3aa7a50162ef218428a0ccdee35c1aa7b
Subproject commit fd4dec1ab53c0a5f77a5d8717a265cee0688a612

View File

@ -1,9 +0,0 @@
@import '~@angular/material/theming';
@include mat-core();
$my-app-primary: mat-palette($mat-gray, 900);
$my-app-accent: mat-palette($mat-light-green, 700);
$my-app-theme: mat-light-theme($my-app-primary, $my-app-accent);
@include angular-material-theme($my-app-theme);