This commit is contained in:
venbatechnologies@gmail.com 2019-02-21 18:01:21 +05:30
parent fc809bfa61
commit ff798c1303
19 changed files with 5205 additions and 3963 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@
# dependencies
/node_modules
/platforms
# IDEs and editors
/.idea

File diff suppressed because one or more lines are too long

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -96,4 +96,4 @@
"android"
]
}
}
}

View File

@ -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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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%;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long