fix css and verbose webpack build
This commit is contained in:
parent
ca333699c0
commit
962d8d8da0
2 changed files with 8 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
"cleanup-ngc": "node ./node_modules/rimraf/bin ./src/ts/**/*.js ./src/ts/**/*.json ./src/ts/page.routing.ts",
|
"cleanup-ngc": "node ./node_modules/rimraf/bin ./src/ts/**/*.js ./src/ts/**/*.json ./src/ts/page.routing.ts",
|
||||||
"cleanup-and-ngc": "npm run cleanup && npm run ngc",
|
"cleanup-and-ngc": "npm run cleanup && npm run ngc",
|
||||||
"ngc": "node --max-old-space-size=14336 ./node_modules/@angular/compiler-cli/src/main -p tsconfig.aot.json",
|
"ngc": "node --max-old-space-size=14336 ./node_modules/@angular/compiler-cli/src/main -p tsconfig.aot.json",
|
||||||
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile",
|
"build-webpack": "node --max-old-space-size=14336 ./node_modules/webpack/bin/webpack --config webpack.aot.config.js --progress --profile --stats verbose",
|
||||||
"save-ts-metadata": "node save.ts.metadata.js",
|
"save-ts-metadata": "node save.ts.metadata.js",
|
||||||
"tsc": "node ./node_modules/typescript/bin/tsc",
|
"tsc": "node ./node_modules/typescript/bin/tsc",
|
||||||
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
|
"tsc-watch": "node ./node_modules/typescript/bin/tsc --watch",
|
||||||
|
|
|
||||||
|
|
@ -30,11 +30,11 @@
|
||||||
background: var(--block-active-bg) !important
|
background: var(--block-active-bg) !important
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_business_metrics .selectize-dropdown,
|
.webbpm.ervu_business_metrics .selectize-dropdown,
|
||||||
.webbpm.ervu_business_metrics .selectize-input,
|
.webbpm.ervu_business_metrics .selectize-input,
|
||||||
.webbpm.ervu_business_metrics .selectize-input input {
|
.webbpm.ervu_business_metrics .selectize-input input {
|
||||||
font-size: var(--size-text-secondary);
|
font-size: var(--size-text-secondary);
|
||||||
}
|
}
|
||||||
.webbpm.ervu_business_metrics .selectize-control {
|
.webbpm.ervu_business_metrics .selectize-control {
|
||||||
display: flex;
|
display: flex;
|
||||||
//height: auto;
|
//height: auto;
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
padding-right: 64px;
|
padding-right: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_business_metrics .block-section {
|
.webbpm.ervu_business_metrics .block-section {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_business_metrics .block-section:first-child:last-child :is(.graph-donut, .graph-donut-large) {
|
.webbpm.ervu_business_metrics .block-section:first-child:last-child :is(.graph-donut, .graph-donut-large) {
|
||||||
|
|
@ -397,7 +397,7 @@
|
||||||
width: min(11vw, 13.75rem) !important; /*220px*/
|
width: min(11vw, 13.75rem) !important; /*220px*/
|
||||||
height: min(11vw, 13.75rem) !important; /*220px*/
|
height: min(11vw, 13.75rem) !important; /*220px*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.ervu_business_metrics [class*="graph-legend"] * {
|
.webbpm.ervu_business_metrics [class*="graph-legend"] * {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -441,7 +441,7 @@
|
||||||
width: 30%;
|
width: 30%;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text {
|
||||||
position: relative
|
position: relative;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
|
.webbpm.ervu_business_metrics .graph-legend-right .text-wrap text > .form-group > div:last-of-type {
|
||||||
|
|
@ -565,4 +565,4 @@
|
||||||
.webbpm.ervu_business_metrics .block-panel .panel-btn:nth-child(n+4) {
|
.webbpm.ervu_business_metrics .block-panel .panel-btn:nth-child(n+4) {
|
||||||
margin-top: var(--indent-mini);
|
margin-top: var(--indent-mini);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue