ps
This commit is contained in:
parent
fc809bfa61
commit
ff798c1303
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@
|
||||
|
||||
# dependencies
|
||||
/node_modules
|
||||
/platforms
|
||||
|
||||
# IDEs and editors
|
||||
/.idea
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -93,7 +93,7 @@
|
||||
</plugin>
|
||||
<plugin name="cordova-plugin-request-location-accuracy" spec="2.2.3" />
|
||||
<plugin name="cordova-sqlite-storage" spec="2.6.0" />
|
||||
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
|
||||
<engine name="browser" spec="5.0.4" />
|
||||
<engine name="android" spec="7.1.4" />
|
||||
<plugin name="cordova-plugin-android-permissions" spec="1.0.0" />
|
||||
</widget>
|
||||
|
||||
2048
package-lock.json
generated
2048
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -96,4 +96,4 @@
|
||||
"android"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -126,7 +126,7 @@
|
||||
"cordova-plugin-android-permissions": {
|
||||
"source": {
|
||||
"type": "registry",
|
||||
"id": "cordova-plugin-android-permissions"
|
||||
"id": "cordova-plugin-android-permissions@1.0.0"
|
||||
},
|
||||
"is_top_level": true,
|
||||
"variables": {}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
www/assets/fonts/roboto-bold.ttf
Normal file
BIN
www/assets/fonts/roboto-bold.ttf
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto-light.ttf
Normal file
BIN
www/assets/fonts/roboto-light.ttf
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto-medium.ttf
Normal file
BIN
www/assets/fonts/roboto-medium.ttf
Normal file
Binary file not shown.
BIN
www/assets/fonts/roboto-regular.ttf
Normal file
BIN
www/assets/fonts/roboto-regular.ttf
Normal file
Binary file not shown.
@ -29235,34 +29235,34 @@ page-pd-question-business-group .item-ribbon .ribbon span::after {
|
||||
border-top: 3px solid #f53d3d;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.cruzeiro span {
|
||||
page-pd-question-business-group .ribbon.answered span {
|
||||
color: white;
|
||||
background: #387ef5;
|
||||
background: green;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.cruzeiro span::before {
|
||||
border-left: 3px solid #387ef5;
|
||||
border-top: 3px solid #387ef5;
|
||||
page-pd-question-business-group .ribbon.answered span::before {
|
||||
border-left: 3px solid green;
|
||||
border-top: 3px solid green;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.cruzeiro span::after {
|
||||
border-right: 3px solid #387ef5;
|
||||
border-top: 3px solid #387ef5;
|
||||
page-pd-question-business-group .ribbon.answered span::after {
|
||||
border-right: 3px solid green;
|
||||
border-top: 3px solid green;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.atletico span {
|
||||
page-pd-question-business-group .ribbon.notanswered span {
|
||||
color: white;
|
||||
background: #818181;
|
||||
background: #f53d3d;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.atletico span::before {
|
||||
border-left: 3px solid #818181;
|
||||
border-top: 3px solid #818181;
|
||||
page-pd-question-business-group .ribbon.notanswered span::before {
|
||||
border-left: 3px solid #f53d3d;
|
||||
border-top: 3px solid #f53d3d;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.atletico span::after {
|
||||
border-right: 3px solid #818181;
|
||||
border-top: 3px solid #818181;
|
||||
page-pd-question-business-group .ribbon.notanswered span::after {
|
||||
border-right: 3px solid #f53d3d;
|
||||
border-top: 3px solid #f53d3d;
|
||||
}
|
||||
|
||||
page-pd-question-business-group .ribbon.javascript span {
|
||||
@ -29295,6 +29295,25 @@ page-pd-question-business-assets .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-business-banking mat-hint {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
page-pd-question-business-banking .scroll-content {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
page-pd-question-business-banking .mat-card {
|
||||
margin-bottom: 15px;
|
||||
border-radius: 10px !important;
|
||||
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
page-pd-question-business-banking .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-business-info mat-form-field {
|
||||
width: 100%;
|
||||
}
|
||||
@ -29320,6 +29339,63 @@ page-pd-question-business-info .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-client-info mat-hint {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
page-pd-question-client-info .scroll-content {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
page-pd-question-client-info .mat-card {
|
||||
margin-bottom: 15px;
|
||||
border-radius: 10px !important;
|
||||
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
page-pd-question-client-info .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-stock-info mat-hint {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
page-pd-question-stock-info .scroll-content {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
page-pd-question-stock-info .mat-card {
|
||||
margin-bottom: 15px;
|
||||
border-radius: 10px !important;
|
||||
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
page-pd-question-stock-info .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-supplier-info mat-hint {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
page-pd-question-supplier-info .scroll-content {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
page-pd-question-supplier-info .mat-card {
|
||||
margin-bottom: 15px;
|
||||
border-radius: 10px !important;
|
||||
-webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
page-pd-question-supplier-info .mat-card-content {
|
||||
margin-bottom: 0px !important;
|
||||
}
|
||||
|
||||
page-pd-question-current-loans mat-form-field {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
2743
www/build/main.js
2743
www/build/main.js
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
4256
www/build/vendor.js
4256
www/build/vendor.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user