parent
0beee8c5f7
commit
6dad05b628
@ -34,6 +34,7 @@
|
|||||||
"src/firebase-messaging-sw.js"
|
"src/firebase-messaging-sw.js"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
|
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
|
||||||
"node_modules/mdb-angular-ui-kit/assets/scss/mdb.scss",
|
"node_modules/mdb-angular-ui-kit/assets/scss/mdb.scss",
|
||||||
"node_modules/primeng/resources/themes/saga-blue/theme.css",
|
"node_modules/primeng/resources/themes/saga-blue/theme.css",
|
||||||
"node_modules/primeicons/primeicons.css",
|
"node_modules/primeicons/primeicons.css",
|
||||||
@ -113,6 +114,7 @@
|
|||||||
"src/manifest.webmanifest"
|
"src/manifest.webmanifest"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
|
"./node_modules/@angular/material/prebuilt-themes/pink-bluegrey.css",
|
||||||
"src/styles.scss"
|
"src/styles.scss"
|
||||||
],
|
],
|
||||||
"scripts": []
|
"scripts": []
|
||||||
|
|||||||
@ -214,3 +214,6 @@ p-toast[key="c"] .p-toast {
|
|||||||
}
|
}
|
||||||
html, body { height: 100%; }
|
html, body { height: 100%; }
|
||||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; background: #f9f9f9; }
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; background: #f9f9f9; }
|
||||||
|
|
||||||
|
html, body { height: 100%; }
|
||||||
|
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user