remove MDL, fix CSS issues (#2542)

This commit is contained in:
Denys Vuika 2017-10-25 10:02:47 +01:00 committed by Maurizio Vitale
parent ded3847762
commit 0fd855e827
2 changed files with 11 additions and 10 deletions

View File

@ -112,18 +112,14 @@
"testTsconfig": "tsconfig.spec.json",
"prefix": "app",
"styles": [
"styles.css",
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
"../node_modules/material-design-lite/dist/material.orange-blue.min.css",
"../node_modules/dialog-polyfill/dialog-polyfill.css",
"styles.css",
"custom-style.scss"
],
"scripts": [
"../node_modules/material-design-lite/material.min.js",
"../node_modules/pdfjs-dist/build/pdf.js",
"../node_modules/pdfjs-dist/web/compatibility.js",
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
"../node_modules/dialog-polyfill/dialog-polyfill.js",
"../node_modules/raphael/raphael.min.js",
"../node_modules/moment/min/moment.min.js",
"../node_modules/three/build/three.min.js"
@ -323,18 +319,14 @@
"testTsconfig": "tsconfig.spec.json",
"prefix": "app-dev",
"styles": [
"styles.css",
"../node_modules/ng2-alfresco-core/prebuilt-themes/adf-blue-orange.css",
"../node_modules/material-design-lite/dist/material.orange-blue.min.css",
"../node_modules/dialog-polyfill/dialog-polyfill.css",
"styles.css",
"custom-style.scss"
],
"scripts": [
"../node_modules/material-design-lite/material.min.js",
"../node_modules/pdfjs-dist/build/pdf.js",
"../node_modules/pdfjs-dist/web/compatibility.js",
"../node_modules/pdfjs-dist/web/pdf_viewer.js",
"../node_modules/dialog-polyfill/dialog-polyfill.js",
"../node_modules/raphael/raphael.min.js",
"../node_modules/moment/min/moment.min.js",
"../node_modules/three/build/three.min.js"

View File

@ -4,3 +4,12 @@
.mat-form-field input.mat-input-element {
line-height: normal;
}
body, html {
height: 100%;
font-family: 'Muli', "Helvetica", "Arial", sans-serif !important;
}
body {
margin: 0;
}