mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
remove MDL, fix CSS issues (#2542)
This commit is contained in:
parent
ded3847762
commit
0fd855e827
@ -112,18 +112,14 @@
|
|||||||
"testTsconfig": "tsconfig.spec.json",
|
"testTsconfig": "tsconfig.spec.json",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles.css",
|
|
||||||
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
|
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
|
||||||
"../node_modules/material-design-lite/dist/material.orange-blue.min.css",
|
"styles.css",
|
||||||
"../node_modules/dialog-polyfill/dialog-polyfill.css",
|
|
||||||
"custom-style.scss"
|
"custom-style.scss"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"../node_modules/material-design-lite/material.min.js",
|
|
||||||
"../node_modules/pdfjs-dist/build/pdf.js",
|
"../node_modules/pdfjs-dist/build/pdf.js",
|
||||||
"../node_modules/pdfjs-dist/web/compatibility.js",
|
"../node_modules/pdfjs-dist/web/compatibility.js",
|
||||||
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
|
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
|
||||||
"../node_modules/dialog-polyfill/dialog-polyfill.js",
|
|
||||||
"../node_modules/raphael/raphael.min.js",
|
"../node_modules/raphael/raphael.min.js",
|
||||||
"../node_modules/moment/min/moment.min.js",
|
"../node_modules/moment/min/moment.min.js",
|
||||||
"../node_modules/three/build/three.min.js"
|
"../node_modules/three/build/three.min.js"
|
||||||
@ -323,18 +319,14 @@
|
|||||||
"testTsconfig": "tsconfig.spec.json",
|
"testTsconfig": "tsconfig.spec.json",
|
||||||
"prefix": "app-dev",
|
"prefix": "app-dev",
|
||||||
"styles": [
|
"styles": [
|
||||||
"styles.css",
|
|
||||||
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
|
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
|
||||||
"../node_modules/material-design-lite/dist/material.orange-blue.min.css",
|
"styles.css",
|
||||||
"../node_modules/dialog-polyfill/dialog-polyfill.css",
|
|
||||||
"custom-style.scss"
|
"custom-style.scss"
|
||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"../node_modules/material-design-lite/material.min.js",
|
|
||||||
"../node_modules/pdfjs-dist/build/pdf.js",
|
"../node_modules/pdfjs-dist/build/pdf.js",
|
||||||
"../node_modules/pdfjs-dist/web/compatibility.js",
|
"../node_modules/pdfjs-dist/web/compatibility.js",
|
||||||
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
|
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
|
||||||
"../node_modules/dialog-polyfill/dialog-polyfill.js",
|
|
||||||
"../node_modules/raphael/raphael.min.js",
|
"../node_modules/raphael/raphael.min.js",
|
||||||
"../node_modules/moment/min/moment.min.js",
|
"../node_modules/moment/min/moment.min.js",
|
||||||
"../node_modules/three/build/three.min.js"
|
"../node_modules/three/build/three.min.js"
|
||||||
|
@ -4,3 +4,12 @@
|
|||||||
.mat-form-field input.mat-input-element {
|
.mat-form-field input.mat-input-element {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body, html {
|
||||||
|
height: 100%;
|
||||||
|
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user