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,333 +1,333 @@
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
+ .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
+ }