marketplacepos 2.2.2 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Marketplace/index.html +2 -2
- package/Marketplace/main.js +10 -23
- package/Marketplace/main.js.map +1 -1
- package/Marketplace/runtime.js +1 -1
- package/Marketplace/runtime.js.map +1 -1
- package/Marketplace/src_app_login_login_module_ts.js +15 -12
- package/Marketplace/src_app_login_login_module_ts.js.map +1 -1
- package/Marketplace/src_app_menu_menu_module_ts.js +5884 -170
- package/Marketplace/src_app_menu_menu_module_ts.js.map +1 -1
- package/Marketplace/styles.css +4 -1
- package/Marketplace/styles.css.map +1 -1
- package/package.json +1 -1
package/Marketplace/styles.css
CHANGED
|
@@ -30492,7 +30492,7 @@ input:focus, textarea:focus, select:focus {
|
|
|
30492
30492
|
.ng-select.tall.ng-select-single .ng-select-container {
|
|
30493
30493
|
height: 3.625rem !important;
|
|
30494
30494
|
}
|
|
30495
|
-
.ng-select.tall
|
|
30495
|
+
.ng-select.tall input {
|
|
30496
30496
|
padding-top: 0.8rem !important;
|
|
30497
30497
|
}
|
|
30498
30498
|
mat-dialog-container {
|
|
@@ -30602,5 +30602,8 @@ small, .small {
|
|
|
30602
30602
|
font-size: 80%;
|
|
30603
30603
|
font-weight: 400;
|
|
30604
30604
|
}
|
|
30605
|
+
.unset-max-width-tooltip {
|
|
30606
|
+
max-width: unset !important;
|
|
30607
|
+
}
|
|
30605
30608
|
|
|
30606
30609
|
/*# sourceMappingURL=styles.css.map*/
|