Get material.scss from library-css
This commit is contained in:
parent
320731de78
commit
eebea260b1
|
@ -49,11 +49,11 @@
|
|||
"styles": [
|
||||
"src/styles.less",
|
||||
"src/deprecated.css",
|
||||
"src/material.scss"
|
||||
"src/assets/common-assets/library-css/material.scss"
|
||||
],
|
||||
"scripts": [
|
||||
"src/assets/openaire-theme/js/uikit.min.js",
|
||||
"src/assets/openaire-theme/js/uikit-icons.min.js",
|
||||
"node_modules/uikit/dist/js/uikit.min.js",
|
||||
"node_modules/uikit/dist/js/uikit-icons.min.js",
|
||||
"node_modules/jquery/dist/jquery.js"
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 0c4df8a34dd4f518353c5924238eca9d2cf0a91e
|
||||
Subproject commit 5e1fde78411e2913c3757534a073ace32a4eacf2
|
|
@ -1 +1 @@
|
|||
Subproject commit 787970f735d48efc65e4408fe4eb5803e57021aa
|
||||
Subproject commit 752859b10d3e110fdc9a4360bb7cb005ef6225ed
|
|
@ -1 +1 @@
|
|||
Subproject commit 4fca369b2e4f4f2c2689e0efc501d2c548dfeb68
|
||||
Subproject commit ec73c67c591eca9fe68f7a6c6f65ce4332852b2f
|
|
@ -1,9 +0,0 @@
|
|||
@import '../node_modules/@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);
|
||||
|
Loading…
Reference in New Issue