marketplacepos 2.5.2 → 2.5.3

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 (46) hide show
  1. package/Marketplace/117.a61ce25559effbf9.js +1 -0
  2. package/Marketplace/index.html +2 -2
  3. package/Marketplace/{main.82c99b5c79f1fd9c.js → main.bfa1a15e37319db5.js} +1 -1
  4. package/Marketplace/{runtime.6d4d6c7e2c139e6c.js → runtime.faf1bb5d35d0f053.js} +1 -1
  5. package/package.json +1 -1
  6. package/Marketplace/117.4367f8afe2698e0a.js +0 -1
  7. package/Marketplace/assets/bootstrap_light.scss +0 -1142
  8. package/Marketplace/assets/floatingLabel.scss +0 -187
  9. package/Marketplace/assets/lbd/_alerts.scss +0 -90
  10. package/Marketplace/assets/lbd/_bootstrap-switch.scss +0 -128
  11. package/Marketplace/assets/lbd/_buttons.scss +0 -132
  12. package/Marketplace/assets/lbd/_cards.scss +0 -256
  13. package/Marketplace/assets/lbd/_chartist.scss +0 -230
  14. package/Marketplace/assets/lbd/_checkbox-radio-switch.scss +0 -140
  15. package/Marketplace/assets/lbd/_dropdown.scss +0 -137
  16. package/Marketplace/assets/lbd/_footers.scss +0 -75
  17. package/Marketplace/assets/lbd/_inputs.scss +0 -141
  18. package/Marketplace/assets/lbd/_misc.scss +0 -120
  19. package/Marketplace/assets/lbd/_mixins.scss +0 -8
  20. package/Marketplace/assets/lbd/_navbars.scss +0 -235
  21. package/Marketplace/assets/lbd/_partial-nucleo-icons.scss +0 -574
  22. package/Marketplace/assets/lbd/_responsive.scss +0 -482
  23. package/Marketplace/assets/lbd/_sidebar-and-main-panel.scss +0 -333
  24. package/Marketplace/assets/lbd/_tables.scss +0 -88
  25. package/Marketplace/assets/lbd/_typography.scss +0 -91
  26. package/Marketplace/assets/lbd/_variables.scss +0 -272
  27. package/Marketplace/assets/lbd/mixins/_buttons.scss +0 -70
  28. package/Marketplace/assets/lbd/mixins/_cards.scss +0 -8
  29. package/Marketplace/assets/lbd/mixins/_chartist.scss +0 -87
  30. package/Marketplace/assets/lbd/mixins/_icons.scss +0 -13
  31. package/Marketplace/assets/lbd/mixins/_inputs.scss +0 -1
  32. package/Marketplace/assets/lbd/mixins/_labels.scss +0 -21
  33. package/Marketplace/assets/lbd/mixins/_morphing-buttons.scss +0 -34
  34. package/Marketplace/assets/lbd/mixins/_navbars.scss +0 -11
  35. package/Marketplace/assets/lbd/mixins/_social-buttons.scss +0 -43
  36. package/Marketplace/assets/lbd/mixins/_tabs.scss +0 -4
  37. package/Marketplace/assets/lbd/mixins/_transparency.scss +0 -20
  38. package/Marketplace/assets/lbd/mixins/_vendor-prefixes.scss +0 -211
  39. package/Marketplace/assets/lbd/plugins/_animate.scss +0 -227
  40. package/Marketplace/assets/lbd/plugins/_datetime-picker.scss +0 -463
  41. package/Marketplace/assets/light-bootstrap-dashboard.scss +0 -32
  42. package/Marketplace/assets/pos_variable.scss +0 -83
  43. package/Marketplace/assets/sitemap.json +0 -40
  44. package/Marketplace/assets/stepper-custom.scss +0 -33
  45. package/Marketplace/assets/variables-custom.scss +0 -191
  46. package/Marketplace/assets/version-adjustment-v5.scss +0 -287
@@ -1,333 +0,0 @@
1
- .sidebar,
2
- body > .navbar-collapse{
3
- position: fixed;
4
- top: 0;
5
- bottom: 0;
6
- left: 0;
7
- width: 200px;
8
- display: block;
9
- z-index: 1;
10
- color: #fff;
11
- font-weight: 200;
12
- background-size: cover;
13
- background-position: center center;
14
-
15
- .sidebar-wrapper{
16
- position: relative;
17
- max-height: calc(100vh - 61px);
18
- min-height: calc(100vh - 61px);
19
- overflow: auto;
20
- width: 200px;
21
- z-index: 4;
22
-
23
- }
24
-
25
- /*
26
- ------ @Scrollbar styling
27
- */
28
- .sidebar-wrapper {
29
- overflow: hidden;
30
- cursor: pointer;
31
-
32
- }
33
-
34
- .sidebar-wrapper:hover {
35
- overflow-y: auto !important;
36
- }
37
-
38
- .sidebar-wrapper::-webkit-scrollbar {
39
- padding-right: 20px;
40
- width: 7px !important;
41
- }
42
-
43
- .sidebar-wrapper::-webkit-scrollbar-button {
44
- width: 1px;
45
- height: 30px;
46
- }
47
-
48
- .sidebar-wrapper::-webkit-scrollbar-track {
49
- border-left: 1px solid white;
50
- width: 8px;
51
- }
52
-
53
- .sidebar-wrapper::-webkit-scrollbar-thumb {
54
- border-left: 3px solid white;
55
- }
56
-
57
- .sidebar-background{
58
- position: absolute;
59
- z-index: 1;
60
- height: 100%;
61
- width: 100%;
62
- display: block;
63
- top: 0;
64
- left: 0;
65
- background-size: cover;
66
- background-position: center center;
67
- }
68
-
69
- .logo{
70
- height:60px;
71
- padding: 10px 15px 9px 15px;
72
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
73
- position: relative;
74
- z-index: 5;
75
-
76
- p{
77
- float: left;
78
- font-size: 20px;
79
- margin: 10px 10px;
80
- color: $white-color;
81
- line-height: 20px;
82
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
83
- }
84
-
85
- .simple-text{
86
- text-transform: uppercase;
87
- padding: $padding-small-vertical $padding-zero;
88
- display: block;
89
- font-size: $font-size-large;
90
- color: $white-color;
91
- text-align: center;
92
- font-weight: $font-weight-normal;
93
- line-height: 30px;
94
- white-space: nowrap;
95
- overflow: hidden;
96
- text-overflow: ellipsis;
97
- }
98
- }
99
-
100
- .logo-tim{
101
- border-radius: 50%;
102
- border: 1px solid #333;
103
- display: block;
104
- height: 61px;
105
- width: 61px;
106
- float: left;
107
- overflow: hidden;
108
-
109
- img{
110
- width: 60px;
111
- height: 60px;
112
- }
113
- }
114
-
115
- .nav{
116
- margin-top: 10px;
117
- float: none;
118
- display: block;
119
-
120
- li{
121
- .nav-link{
122
- color: $white-color;
123
- margin: 5px 15px;
124
- opacity: .86;
125
- border-radius: 4px;
126
- display: block;
127
- padding: 10px 15px;
128
-
129
- &:hover{
130
- background: rgba(255, 255, 255, 0.13);
131
- opacity: 1;
132
- }
133
-
134
- p{
135
- margin: 0;
136
- line-height: 31px;
137
- font-size: 12px;
138
- font-weight: 600;
139
- text-transform: uppercase;
140
- display: inline-flex;
141
- }
142
-
143
- i{
144
- font-size: 20px;
145
- margin-right: 10px;
146
- width: 30px;
147
- text-align: center;
148
- vertical-align: middle;
149
- float: left;
150
- line-height: 30px;
151
- }
152
- }
153
-
154
- &:hover .nav-link{
155
- background: rgba(255,255,255,0.13);
156
- opacity: 1;
157
- }
158
-
159
- &.active .nav-link{
160
- color: $white-color;
161
- opacity: 1;
162
- background: rgba(255,255,255,0.23);
163
-
164
- }
165
-
166
- &.separator{
167
- margin: 15px 0;
168
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
169
-
170
- & + .nav-item {
171
- margin-top: 31px;
172
- }
173
- }
174
-
175
- }
176
-
177
-
178
-
179
- .caret{
180
- margin-top: 13px;
181
- position: absolute;
182
- right: 30px;
183
- }
184
-
185
- .active-pro{
186
- position: absolute;
187
- width: 100%;
188
- bottom: 10px;
189
-
190
- a{
191
- color: $white-color !important;
192
-
193
- }
194
- }
195
-
196
- .nav-link{
197
- color: $white-color;
198
- margin: 5px 15px;
199
- opacity: .86;
200
- border-radius: 4px;
201
- text-transform: uppercase;
202
- line-height: 30px;
203
- font-size: 12px;
204
- font-weight: 600;
205
- }
206
- }
207
-
208
- .logo{
209
- padding: $navbar-padding-a;
210
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
211
-
212
- p{
213
- float: left;
214
- font-size: 20px;
215
- margin: 10px 10px;
216
- color: $white-color;
217
- line-height: 20px;
218
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
219
- }
220
-
221
- .simple-text{
222
- text-transform: uppercase;
223
- padding: 5px 0 5px 15px;
224
- display: block;
225
- font-size: $font-size-large;
226
- color: $white-color;
227
- text-align: center;
228
- font-weight: $font-weight-normal;
229
- line-height: 30px;
230
- }
231
- }
232
-
233
- .logo-tim{
234
- border-radius: 50%;
235
- border: 1px solid #333;
236
- display: block;
237
- height: 61px;
238
- width: 61px;
239
- float: left;
240
- overflow: hidden;
241
-
242
- img{
243
- width: 60px;
244
- height: 60px;
245
- }
246
- }
247
-
248
- &:after,
249
- &:before{
250
- display: block;
251
- content: "";
252
- position: absolute;
253
- width: 100%;
254
- height: 100%;
255
- top: 0;
256
- left: 0;
257
- z-index: 2;
258
- }
259
-
260
- &:before{
261
- opacity: .33;
262
- background: #000000;
263
- }
264
-
265
- &:after{
266
- @include icon-gradient($new-purple, $purple-color-bottom);
267
- z-index: 3;
268
- opacity: 1;
269
- }
270
-
271
- &[data-image]:after,
272
- &.has-image:after{
273
- opacity: .77;
274
- }
275
-
276
- &[data-color="black"]:after{
277
- @include icon-gradient($default-states-color, $default-states-color);
278
- }
279
- &[data-color="blue"]:after{
280
- @include icon-gradient($new-dark-blue, $blue-color-bottom);
281
- }
282
- &[data-color="azure"]:after{
283
- @include icon-gradient($new-blue, $azure-color-bottom);
284
- }
285
- &[data-color="green"]:after{
286
- @include icon-gradient($new-green, $green-color-bottom);
287
- }
288
- &[data-color="orange"]:after{
289
- @include icon-gradient($new-orange, $orange-color-bottom);
290
- }
291
- &[data-color="red"]:after{
292
- @include icon-gradient($new-red, $red-color-bottom);
293
- }
294
- &[data-color="purple"]:after{
295
- @include icon-gradient($new-purple, $purple-color-bottom);
296
- }
297
- }
298
-
299
-
300
- .main-panel {
301
- padding: 60px 0 0 200px;
302
- background: white;
303
-
304
- .main-panel-content {
305
- min-height: calc(100% - 123px);
306
- }
307
-
308
- > .footer {
309
- border-top: 1px solid #e7e7e7;
310
- }
311
-
312
- .navbar {
313
- margin-bottom: 0;
314
- }
315
- }
316
-
317
- .sidebar,
318
- .main-panel{
319
- -webkit-transition-property: top,bottom;
320
- transition-property: top,bottom;
321
- -webkit-transition-duration: .2s,.2s;
322
- transition-duration: .2s,.2s;
323
- -webkit-transition-timing-function: linear,linear;
324
- transition-timing-function: linear,linear;
325
- -webkit-overflow-scrolling: touch;
326
- }
327
-
328
-
329
- @include media-breakpoint-up(lg) {
330
- .main-panel .navbar.fixed-top {
331
- left: 200px !important;
332
- }
333
- }
@@ -1,88 +0,0 @@
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 +0,0 @@
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
-