Further updates on 03-11-2025
This commit is contained in:
@ -46,13 +46,13 @@
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
"maximumWarning": "500kb",
|
||||
"maximumError": "1mb"
|
||||
"maximumWarning": "2mb",
|
||||
"maximumError": "5mb"
|
||||
},
|
||||
{
|
||||
"type": "anyComponentStyle",
|
||||
"maximumWarning": "2kb",
|
||||
"maximumError": "4kb"
|
||||
"maximumWarning": "6kb",
|
||||
"maximumError": "15kb"
|
||||
}
|
||||
],
|
||||
"fileReplacements": [
|
||||
@ -126,7 +126,8 @@
|
||||
"src/assets/assets2"
|
||||
],
|
||||
"styles": [
|
||||
"src/styles.css"
|
||||
"src/styles.css",
|
||||
"src/app/common-styles.css"
|
||||
],
|
||||
"scripts": [
|
||||
"node_modules/bootstrap/dist/js/bootstrap.bundle.min.js"
|
||||
|
||||
1031
support-portal-frontend/src/app/common-styles.css
Normal file
1031
support-portal-frontend/src/app/common-styles.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user