mirror of https://github.com/Ombi-app/Ombi
parent
6a1dd87eeb
commit
ec15755b94
@ -1,114 +1,123 @@
|
|||||||
{
|
{
|
||||||
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"newProjectRoot": "projects",
|
"newProjectRoot": "projects",
|
||||||
"projects": {
|
"projects": {
|
||||||
"ombi": {
|
"ombi": {
|
||||||
"root": "",
|
"root": "",
|
||||||
"sourceRoot": "src",
|
"sourceRoot": "src",
|
||||||
"projectType": "application",
|
"projectType": "application",
|
||||||
"prefix": "app",
|
"prefix": "app",
|
||||||
"schematics": {},
|
"schematics": {},
|
||||||
"architect": {
|
"architect": {
|
||||||
"build": {
|
"build": {
|
||||||
"builder": "@angular-devkit/build-angular:browser",
|
"builder": "@angular-devkit/build-angular:browser",
|
||||||
"options": {
|
"options": {
|
||||||
"aot": true,
|
"aot": true,
|
||||||
"progress": true,
|
"progress": true,
|
||||||
"extractCss": true,
|
"extractCss": true,
|
||||||
"outputPath": "dist",
|
"outputPath": "dist",
|
||||||
"index": "src/index.html",
|
"index": "src/index.html",
|
||||||
"main": "src/main.ts",
|
"main": "src/main.ts",
|
||||||
"polyfills": "src/polyfills.ts",
|
"polyfills": "src/polyfills.ts",
|
||||||
"tsConfig": "src/tsconfig.app.json",
|
"tsConfig": "src/tsconfig.app.json",
|
||||||
"assets": [
|
"assets": [
|
||||||
"src/assets"
|
"src/assets"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/styles/_imports.scss",
|
"./node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css",
|
||||||
"node_modules/bootstrap/scss/bootstrap.scss",
|
"src/styles/_imports.scss",
|
||||||
"node_modules/font-awesome/scss/font-awesome.scss",
|
"node_modules/bootstrap/scss/bootstrap.scss",
|
||||||
"node_modules/primeng/resources/primeng.min.css",
|
"node_modules/font-awesome/scss/font-awesome.scss",
|
||||||
"node_modules/primeicons/primeicons.css",
|
"node_modules/primeng/resources/primeng.min.css",
|
||||||
"node_modules/please-wait/src/please-wait.scss",
|
"node_modules/primeicons/primeicons.css",
|
||||||
"node_modules/@fullcalendar/core/main.min.css",
|
"node_modules/please-wait/src/please-wait.scss",
|
||||||
"node_modules/spinkit/scss/spinners/11-folding-cube.scss",
|
"node_modules/@fullcalendar/core/main.min.css",
|
||||||
"node_modules/spinkit/scss/spinkit.scss"
|
"node_modules/spinkit/scss/spinners/11-folding-cube.scss",
|
||||||
],
|
"node_modules/spinkit/scss/spinkit.scss"
|
||||||
"scripts": [
|
],
|
||||||
"node_modules/jquery/dist/jquery.min.js",
|
"scripts": [
|
||||||
"node_modules/chart.js/dist/Chart.js",
|
"node_modules/jquery/dist/jquery.min.js",
|
||||||
"./node_modules/@fullcalendar/core/main.js",
|
"node_modules/chart.js/dist/Chart.js",
|
||||||
"./node_modules/@fullcalendar/interaction/main.js"
|
"./node_modules/@fullcalendar/core/main.js",
|
||||||
]
|
"./node_modules/@fullcalendar/interaction/main.js"
|
||||||
},
|
]
|
||||||
"configurations": {
|
},
|
||||||
"production": {
|
"configurations": {
|
||||||
"budgets": [{
|
"production": {
|
||||||
"type": "anyComponentStyle",
|
"budgets": [
|
||||||
"maximumWarning": "6kb"
|
{
|
||||||
}],
|
"type": "anyComponentStyle",
|
||||||
"fileReplacements": [{
|
"maximumWarning": "6kb"
|
||||||
"replace": "src/environments/environment.ts",
|
|
||||||
"with": "src/environments/environment.prod.ts"
|
|
||||||
}],
|
|
||||||
"optimization": true,
|
|
||||||
"outputHashing": "all",
|
|
||||||
"sourceMap": false,
|
|
||||||
"extractCss": true,
|
|
||||||
"namedChunks": false,
|
|
||||||
"aot": true,
|
|
||||||
"extractLicenses": true,
|
|
||||||
"vendorChunk": false,
|
|
||||||
"buildOptimizer": true
|
|
||||||
},
|
|
||||||
"hmr": {
|
|
||||||
"budgets": [{
|
|
||||||
"type": "anyComponentStyle",
|
|
||||||
"maximumWarning": "6kb"
|
|
||||||
}],
|
|
||||||
"fileReplacements": [{
|
|
||||||
"replace": "src/environments/environment.ts",
|
|
||||||
"with": "src/environments/environment.hmr.ts"
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"serve": {
|
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
|
||||||
"options": {
|
|
||||||
"browserTarget": "ombi:build"
|
|
||||||
},
|
|
||||||
"configurations": {
|
|
||||||
"production": {
|
|
||||||
"browserTarget": "ombi:build:production"
|
|
||||||
},
|
|
||||||
"hmr": {
|
|
||||||
"hmr": true,
|
|
||||||
"browserTarget": "ombi:build:hmr",
|
|
||||||
"hmrWarning": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"extract-i18n": {
|
|
||||||
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
||||||
"options": {
|
|
||||||
"browserTarget": "ombi:build"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"lint": {
|
|
||||||
"builder": "@angular-devkit/build-angular:tslint",
|
|
||||||
"options": {
|
|
||||||
"tsConfig": [
|
|
||||||
"src/tsconfig.app.json"
|
|
||||||
],
|
|
||||||
"exclude": [
|
|
||||||
"**/node_modules/**"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"fileReplacements": [
|
||||||
|
{
|
||||||
|
"replace": "src/environments/environment.ts",
|
||||||
|
"with": "src/environments/environment.prod.ts"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"optimization": true,
|
||||||
|
"outputHashing": "all",
|
||||||
|
"sourceMap": false,
|
||||||
|
"extractCss": true,
|
||||||
|
"namedChunks": false,
|
||||||
|
"aot": true,
|
||||||
|
"extractLicenses": true,
|
||||||
|
"vendorChunk": false,
|
||||||
|
"buildOptimizer": true
|
||||||
|
},
|
||||||
|
"hmr": {
|
||||||
|
"budgets": [
|
||||||
|
{
|
||||||
|
"type": "anyComponentStyle",
|
||||||
|
"maximumWarning": "6kb"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"fileReplacements": [
|
||||||
|
{
|
||||||
|
"replace": "src/environments/environment.ts",
|
||||||
|
"with": "src/environments/environment.hmr.ts"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"serve": {
|
||||||
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
|
"options": {
|
||||||
|
"browserTarget": "ombi:build"
|
||||||
|
},
|
||||||
|
"configurations": {
|
||||||
|
"production": {
|
||||||
|
"browserTarget": "ombi:build:production"
|
||||||
|
},
|
||||||
|
"hmr": {
|
||||||
|
"hmr": true,
|
||||||
|
"browserTarget": "ombi:build:hmr",
|
||||||
|
"hmrWarning": false
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"extract-i18n": {
|
||||||
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
||||||
|
"options": {
|
||||||
|
"browserTarget": "ombi:build"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"lint": {
|
||||||
|
"builder": "@angular-devkit/build-angular:tslint",
|
||||||
|
"options": {
|
||||||
|
"tsConfig": [
|
||||||
|
"src/tsconfig.app.json"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"**/node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"defaultProject": "ombi"
|
}
|
||||||
|
},
|
||||||
|
"defaultProject": "ombi"
|
||||||
}
|
}
|
@ -1,4 +1,4 @@
|
|||||||
.small-middle-container{
|
.small-middle-container {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 95%;
|
width: 95%;
|
||||||
}
|
}
|
@ -1,7 +1,11 @@
|
|||||||
.lg-form-field .mat-form-field-infix {
|
.lg-form-field .mat-form-field-infix {
|
||||||
width: 480px;
|
width: 480px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.md-form-field .mat-form-field-infix {
|
.md-form-field .mat-form-field-infix {
|
||||||
width: 380px;
|
width: 380px;
|
||||||
|
}
|
||||||
|
|
||||||
|
td.mat-cell {
|
||||||
|
padding: 0.75rem !important;
|
||||||
}
|
}
|
Loading…
Reference in new issue