marketplacepos 2.5.1 → 2.5.2

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.
Files changed (45) hide show
  1. package/Marketplace/397.9488b7c2d948b1be.js +1 -0
  2. package/Marketplace/assets/bootstrap_light.scss +1142 -1142
  3. package/Marketplace/assets/floatingLabel.scss +187 -187
  4. package/Marketplace/assets/lbd/_alerts.scss +90 -90
  5. package/Marketplace/assets/lbd/_bootstrap-switch.scss +128 -128
  6. package/Marketplace/assets/lbd/_buttons.scss +132 -132
  7. package/Marketplace/assets/lbd/_cards.scss +256 -256
  8. package/Marketplace/assets/lbd/_chartist.scss +229 -229
  9. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +140 -140
  10. package/Marketplace/assets/lbd/_dropdown.scss +137 -137
  11. package/Marketplace/assets/lbd/_footers.scss +75 -75
  12. package/Marketplace/assets/lbd/_inputs.scss +141 -141
  13. package/Marketplace/assets/lbd/_misc.scss +120 -120
  14. package/Marketplace/assets/lbd/_mixins.scss +8 -8
  15. package/Marketplace/assets/lbd/_navbars.scss +235 -235
  16. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +574 -574
  17. package/Marketplace/assets/lbd/_responsive.scss +482 -482
  18. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +333 -333
  19. package/Marketplace/assets/lbd/_tables.scss +88 -88
  20. package/Marketplace/assets/lbd/_typography.scss +91 -91
  21. package/Marketplace/assets/lbd/_variables.scss +272 -272
  22. package/Marketplace/assets/lbd/mixins/_buttons.scss +69 -69
  23. package/Marketplace/assets/lbd/mixins/_cards.scss +8 -8
  24. package/Marketplace/assets/lbd/mixins/_chartist.scss +87 -87
  25. package/Marketplace/assets/lbd/mixins/_icons.scss +12 -12
  26. package/Marketplace/assets/lbd/mixins/_inputs.scss +1 -1
  27. package/Marketplace/assets/lbd/mixins/_labels.scss +20 -20
  28. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +33 -33
  29. package/Marketplace/assets/lbd/mixins/_navbars.scss +11 -11
  30. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +42 -42
  31. package/Marketplace/assets/lbd/mixins/_tabs.scss +3 -3
  32. package/Marketplace/assets/lbd/mixins/_transparency.scss +19 -19
  33. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +211 -211
  34. package/Marketplace/assets/lbd/plugins/_animate.scss +227 -227
  35. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +463 -463
  36. package/Marketplace/assets/light-bootstrap-dashboard.scss +32 -32
  37. package/Marketplace/assets/pos_variable.scss +83 -83
  38. package/Marketplace/assets/sitemap.json +39 -39
  39. package/Marketplace/assets/stepper-custom.scss +32 -32
  40. package/Marketplace/assets/variables-custom.scss +190 -190
  41. package/Marketplace/assets/version-adjustment-v5.scss +286 -286
  42. package/Marketplace/index.html +2 -2
  43. package/Marketplace/{runtime.de37a7d67f4eed9c.js → runtime.6d4d6c7e2c139e6c.js} +1 -1
  44. package/package.json +1 -1
  45. package/Marketplace/397.5ae6b1775c69cdc2.js +0 -1
@@ -1,88 +1,88 @@
1
- .table{
2
-
3
- .radio,
4
- .checkbox{
5
- position: relative;
6
- height: 20px;
7
- display: block;
8
- width: 20px;
9
- padding: 0px 0px;
10
- margin: 0px 5px;
11
- text-align: center;
12
-
13
- .icons{
14
- left: 5px;
15
- }
16
- }
17
- > thead > tr > th,
18
- > tbody > tr > th,
19
- > tfoot > tr > th,
20
- > thead > tr > td,
21
- > tbody > tr > td,
22
- > tfoot > tr > td{
23
- padding: 12px 8px;
24
- vertical-align: middle;
25
- }
26
- >thead >tr {
27
- -webkit-box-shadow: inset 0 2px 0 -1px white;
28
- -moz-box-shadow: inset 0 2px 0 -1px white;
29
- box-shadow: inset 0 2px 0 -1px white;
30
- background-color: #f4f4f4;
31
- border: 1px solid #ddd;
32
- > th{
33
-
34
- border-bottom-width: 1px;
35
- font-size: $font-size-small;
36
- text-transform: uppercase;
37
- color: $dark-gray;
38
- font-weight: $font-weight-normal;
39
- padding-bottom: 5px;
40
- border-top: none !important;
41
- border-bottom: none;
42
- text-align: left !important;
43
- }
44
-
45
- }
46
-
47
-
48
- .td-actions .btn{
49
- @include opacity(0.36);
50
-
51
- &.btn-xs{
52
- padding-left: 3px;
53
- padding-right: 3px;
54
- }
55
- }
56
- .td-actions{
57
- min-width: 90px;
58
- }
59
-
60
- > tbody > tr{
61
- position: relative;
62
-
63
- &:hover{
64
- .td-actions .btn{
65
- @include opacity(1);
66
- }
67
- }
68
-
69
- &:last-child {
70
- th,td{
71
- border-bottom: $table-border-width solid $table-border-color;
72
- }
73
- }
74
- }
75
-
76
- .btn:focus{
77
- box-shadow: none !important;
78
- }
79
- }
80
- .table-upgrade{
81
- .table{
82
- tr{
83
- td{
84
- width: 100%
85
- }
86
- }
87
- }
88
- }
1
+ .table{
2
+
3
+ .radio,
4
+ .checkbox{
5
+ position: relative;
6
+ height: 20px;
7
+ display: block;
8
+ width: 20px;
9
+ padding: 0px 0px;
10
+ margin: 0px 5px;
11
+ text-align: center;
12
+
13
+ .icons{
14
+ left: 5px;
15
+ }
16
+ }
17
+ > thead > tr > th,
18
+ > tbody > tr > th,
19
+ > tfoot > tr > th,
20
+ > thead > tr > td,
21
+ > tbody > tr > td,
22
+ > tfoot > tr > td{
23
+ padding: 12px 8px;
24
+ vertical-align: middle;
25
+ }
26
+ >thead >tr {
27
+ -webkit-box-shadow: inset 0 2px 0 -1px white;
28
+ -moz-box-shadow: inset 0 2px 0 -1px white;
29
+ box-shadow: inset 0 2px 0 -1px white;
30
+ background-color: #f4f4f4;
31
+ border: 1px solid #ddd;
32
+ > th{
33
+
34
+ border-bottom-width: 1px;
35
+ font-size: $font-size-small;
36
+ text-transform: uppercase;
37
+ color: $dark-gray;
38
+ font-weight: $font-weight-normal;
39
+ padding-bottom: 5px;
40
+ border-top: none !important;
41
+ border-bottom: none;
42
+ text-align: left !important;
43
+ }
44
+
45
+ }
46
+
47
+
48
+ .td-actions .btn{
49
+ @include opacity(0.36);
50
+
51
+ &.btn-xs{
52
+ padding-left: 3px;
53
+ padding-right: 3px;
54
+ }
55
+ }
56
+ .td-actions{
57
+ min-width: 90px;
58
+ }
59
+
60
+ > tbody > tr{
61
+ position: relative;
62
+
63
+ &:hover{
64
+ .td-actions .btn{
65
+ @include opacity(1);
66
+ }
67
+ }
68
+
69
+ &:last-child {
70
+ th,td{
71
+ border-bottom: $table-border-width solid $table-border-color;
72
+ }
73
+ }
74
+ }
75
+
76
+ .btn:focus{
77
+ box-shadow: none !important;
78
+ }
79
+ }
80
+ .table-upgrade{
81
+ .table{
82
+ tr{
83
+ td{
84
+ width: 100%
85
+ }
86
+ }
87
+ }
88
+ }
@@ -1,91 +1,91 @@
1
- /* Font Smoothing */
2
- body,
3
- h1, .h1,
4
- h2, .h2,
5
- h3, .h3,
6
- h4, .h4,
7
- h5, .h5,
8
- h6, .h6,
9
- p,
10
- .navbar,
11
- .brand,
12
- .btn-simple,
13
- .alert,
14
- a,
15
- .td-name,
16
- td,
17
- button.close{
18
- -moz-osx-font-smoothing: grayscale;
19
- -webkit-font-smoothing: antialiased;
20
- font-family: $base-font-family;
21
- font-weight: $font-weight-normal;
22
- }
23
-
24
- h1, .h1, h2, .h2, h3, .h3, h4, .h4{
25
- font-weight: $font-weight-light;
26
- margin: $margin-large-vertical 0 $margin-base-vertical;
27
- font-family: $head-font-family;
28
- }
29
-
30
- h1, .h1 {
31
- font-size: $font-size-h1;
32
- }
33
- h2, .h2{
34
- font-size: $font-size-h2;
35
- }
36
- h3, .h3{
37
- font-size: $font-size-h3;
38
- margin: 20px 0 10px;
39
- }
40
- h4, .h4{
41
- font-size: $font-size-h4;
42
- line-height: 30px;
43
- }
44
- h5, .h5 {
45
- font-size: $font-size-h5;
46
- margin-bottom: 15px;
47
- }
48
- h6, .h6{
49
- font-size: $font-size-h6;
50
- font-weight: $font-weight-bold;
51
- text-transform: uppercase;
52
- }
53
- p{
54
- font-size: $font-paragraph;
55
- line-height: $line-height-general;
56
- }
57
-
58
- h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
59
- color: $dark-gray;
60
- font-weight: $font-weight-light;
61
- line-height: $line-height-general;
62
- }
63
-
64
- h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
65
- font-size: 60%;
66
- }
67
-
68
- h1 .subtitle{
69
- display: block;
70
- margin: 0 0 $margin-large-vertical;
71
- }
72
-
73
- .text-muted{
74
- color: #9A9A9A;
75
- }
76
- .text-primary, .text-primary:hover{
77
- color: #1D62F0 !important;
78
- }
79
- .text-info, .text-info:hover{
80
- color: $info-color !important;
81
- }
82
- .text-success, .text-success:hover{
83
- color: $success-color !important;
84
- }
85
- .text-warning, .text-warning:hover{
86
- color: $warning-color !important;
87
- }
88
- .text-danger, .text-danger:hover{
89
- color: $danger-color !important;
90
- }
91
-
1
+ /* Font Smoothing */
2
+ body,
3
+ h1, .h1,
4
+ h2, .h2,
5
+ h3, .h3,
6
+ h4, .h4,
7
+ h5, .h5,
8
+ h6, .h6,
9
+ p,
10
+ .navbar,
11
+ .brand,
12
+ .btn-simple,
13
+ .alert,
14
+ a,
15
+ .td-name,
16
+ td,
17
+ button.close{
18
+ -moz-osx-font-smoothing: grayscale;
19
+ -webkit-font-smoothing: antialiased;
20
+ font-family: $base-font-family;
21
+ font-weight: $font-weight-normal;
22
+ }
23
+
24
+ h1, .h1, h2, .h2, h3, .h3, h4, .h4{
25
+ font-weight: $font-weight-light;
26
+ margin: $margin-large-vertical 0 $margin-base-vertical;
27
+ font-family: $head-font-family;
28
+ }
29
+
30
+ h1, .h1 {
31
+ font-size: $font-size-h1;
32
+ }
33
+ h2, .h2{
34
+ font-size: $font-size-h2;
35
+ }
36
+ h3, .h3{
37
+ font-size: $font-size-h3;
38
+ margin: 20px 0 10px;
39
+ }
40
+ h4, .h4{
41
+ font-size: $font-size-h4;
42
+ line-height: 30px;
43
+ }
44
+ h5, .h5 {
45
+ font-size: $font-size-h5;
46
+ margin-bottom: 15px;
47
+ }
48
+ h6, .h6{
49
+ font-size: $font-size-h6;
50
+ font-weight: $font-weight-bold;
51
+ text-transform: uppercase;
52
+ }
53
+ p{
54
+ font-size: $font-paragraph;
55
+ line-height: $line-height-general;
56
+ }
57
+
58
+ h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
59
+ color: $dark-gray;
60
+ font-weight: $font-weight-light;
61
+ line-height: $line-height-general;
62
+ }
63
+
64
+ h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
65
+ font-size: 60%;
66
+ }
67
+
68
+ h1 .subtitle{
69
+ display: block;
70
+ margin: 0 0 $margin-large-vertical;
71
+ }
72
+
73
+ .text-muted{
74
+ color: #9A9A9A;
75
+ }
76
+ .text-primary, .text-primary:hover{
77
+ color: #1D62F0 !important;
78
+ }
79
+ .text-info, .text-info:hover{
80
+ color: $info-color !important;
81
+ }
82
+ .text-success, .text-success:hover{
83
+ color: $success-color !important;
84
+ }
85
+ .text-warning, .text-warning:hover{
86
+ color: $warning-color !important;
87
+ }
88
+ .text-danger, .text-danger:hover{
89
+ color: $danger-color !important;
90
+ }
91
+