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,256 +0,0 @@
1
- .card{
2
- border-radius: $border-radius-base;
3
- background-color: $white-color;
4
- margin-bottom: 30px;
5
-
6
- .card-image{
7
- width: 100%;
8
- overflow: hidden;
9
- height: 260px;
10
- border-radius: $border-radius-base $border-radius-base 0 0;
11
- position: relative;
12
- -webkit-transform-style: preserve-3d;
13
- -moz-transform-style: preserve-3d;
14
- transform-style: preserve-3d;
15
-
16
- img {
17
- width: 100%;
18
- }
19
- }
20
- .filter{
21
- position: absolute;
22
- z-index: 2;
23
- background-color: rgba(0,0,0,.68);
24
- top: 0;
25
- left: 0;
26
- width: 100%;
27
- height: 100%;
28
- text-align: center;
29
-
30
- @include opacity(0);
31
-
32
- .btn{
33
- @include vertical-align();
34
- }
35
- }
36
- &:hover .filter{
37
- @include opacity(1);
38
- }
39
- .btn-hover{
40
- @include opacity(0);
41
- }
42
- &:hover .btn-hover{
43
- @include opacity(1);
44
- }
45
- .card-body{
46
- padding: 15px 15px 10px 15px;
47
- min-height:120px;
48
- }
49
- .card-header{
50
- padding: 15px 15px 0;
51
- background-color: $white-color;
52
- border-bottom: none !important;
53
-
54
- }
55
- .card-category,
56
- label{
57
- font-size: $font-size-base;
58
- font-weight: $font-weight-normal;
59
- color: $dark-gray;
60
- margin-bottom: 0px;
61
-
62
- i{
63
- font-size: $font-paragraph;
64
- }
65
- }
66
-
67
- label{
68
- font-size: $font-size-small;
69
- margin-bottom: 5px;
70
- text-transform: uppercase;
71
- }
72
-
73
- .card-title{
74
- margin: $none;
75
- color: #4d4d4d;
76
- font-weight: $font-weight-light;
77
- }
78
- .avatar{
79
- width: 30px;
80
- height: 30px;
81
- overflow: hidden;
82
- border-radius: 50%;
83
- margin-right: 5px;
84
- }
85
- .description{
86
- font-size: $font-size-base;
87
- color: #333;
88
- }
89
- .card-footer{
90
- padding-top: 0;
91
- background-color: $transparent-bg;
92
- line-height: 30px;
93
- border-top: none !important;
94
- font-size: 14px;
95
-
96
- .legend{
97
- padding: 5px 0;
98
- }
99
-
100
- hr{
101
- margin-top: 5px;
102
- margin-bottom: 5px;
103
- }
104
- }
105
- .stats{
106
- color: #a9a9a9;
107
- }
108
- .card-footer div{
109
- display: inline-block;
110
- }
111
-
112
- .author{
113
- font-size: $font-size-small;
114
- font-weight: $font-weight-bold;
115
- text-transform: uppercase;
116
- }
117
- .author i{
118
- font-size: $font-size-base;
119
- }
120
- h6{
121
- font-size: $font-size-small;
122
- margin: 0;
123
- }
124
- &.card-separator:after{
125
- height: 100%;
126
- right: -15px;
127
- top: 0;
128
- width: 1px;
129
- background-color: $medium-gray;
130
-
131
- position: absolute;
132
- }
133
-
134
- .ct-chart{
135
- margin: 30px 0 30px;
136
- height: 245px;
137
- }
138
-
139
- .ct-label{
140
- font-size: 1rem !important;
141
- }
142
-
143
- .table{
144
- tbody td:first-child,
145
- thead th:first-child{
146
- padding-left: 15px;
147
- }
148
-
149
- tbody td:last-child,
150
- thead th:last-child{
151
- padding-right: 15px;
152
- display: inline-flex;
153
- }
154
- }
155
-
156
- .alert{
157
- border-radius: $border-radius-base;
158
- position: relative;
159
-
160
- &.alert-with-icon{
161
- padding-left: 65px;
162
- }
163
- }
164
- }
165
-
166
-
167
-
168
- .card-stats{
169
- .card-body{
170
- padding: 15px 15px 0px;
171
-
172
- .numbers{
173
- font-size: 1.8rem;
174
- text-align: right;
175
-
176
- p{
177
- margin-bottom: 0;
178
- }
179
- }
180
- }
181
- .card-footer{
182
- padding: 0px 15px 10px 15px;
183
-
184
-
185
- }
186
- .icon-big {
187
- font-size: 3em;
188
- min-height: 64px;
189
-
190
- i{
191
- font-weight: 700;
192
- line-height: 59px;
193
- }
194
- }
195
-
196
-
197
- }
198
-
199
- .card-user{
200
- .card-image{
201
- height: 110px;
202
- }
203
- .card-image-plain{
204
- height: 0;
205
- margin-top: 110px;
206
- }
207
- .author{
208
- text-align: center;
209
- text-transform: none;
210
- margin-top: -70px;
211
- }
212
- .avatar{
213
- width: 124px;
214
- height: 124px;
215
- border: 5px solid #FFFFFF;
216
- position: relative;
217
- margin-bottom: 15px;
218
-
219
- &.border-gray{
220
- border-color: #EEEEEE;
221
- }
222
- }
223
- .title{
224
- line-height: 24px;
225
- }
226
- .card-body{
227
- min-height: 240px;
228
- }
229
- }
230
-
231
- .card-user,
232
- .card-price{
233
- .card-footer{
234
- padding: 5px 15px 10px;
235
- }
236
- hr{
237
- margin: 5px 15px;
238
- }
239
- }
240
- .card-plain{
241
- background-color: transparent;
242
- box-shadow: none;
243
- border-radius: 0;
244
-
245
- .card-image{
246
- border-radius: 4px;
247
- }
248
- }
249
-
250
- .card.card-plain{
251
- border: none !important;
252
-
253
- .card-header{
254
- background-color: transparent !important;
255
- }
256
- }
@@ -1,230 +0,0 @@
1
- @mixin ct-responsive-svg-container($width: 100%, $ratio: $ct-container-ratio) {
2
- display: block;
3
- position: relative;
4
- width: $width;
5
-
6
- &:before {
7
- display: block;
8
- float: left;
9
- content: "";
10
- width: 0;
11
- height: 0;
12
- padding-bottom: $ratio * 100%;
13
- }
14
-
15
- &:after {
16
- content: "";
17
- display: table;
18
- clear: both;
19
- }
20
-
21
- > svg {
22
- display: block;
23
- position: absolute;
24
- top: 0;
25
- left: 0;
26
- }
27
- }
28
-
29
- @mixin ct-align-justify($ct-text-align: $ct-text-align, $ct-text-justify: $ct-text-justify) {
30
- -webkit-box-align: $ct-text-align;
31
- -webkit-align-items: $ct-text-align;
32
- -ms-flex-align: $ct-text-align;
33
- align-items: $ct-text-align;
34
- -webkit-box-pack: $ct-text-justify;
35
- -webkit-justify-content: $ct-text-justify;
36
- -ms-flex-pack: $ct-text-justify;
37
- justify-content: $ct-text-justify;
38
- // Fallback to text-align for non-flex browsers
39
- @if($ct-text-justify == 'flex-start') {
40
- text-align: left;
41
- } @else if ($ct-text-justify == 'flex-end') {
42
- text-align: right;
43
- } @else {
44
- text-align: center;
45
- }
46
- }
47
-
48
- @mixin ct-flex() {
49
- // Fallback to block
50
- display: block;
51
- display: -webkit-box;
52
- display: -moz-box;
53
- display: -ms-flexbox;
54
- display: -webkit-flex;
55
- display: flex;
56
- }
57
-
58
- @mixin ct-chart-label($ct-text-color: $ct-text-color, $ct-text-size: $ct-text-size, $ct-text-line-height: $ct-text-line-height) {
59
- fill: $ct-text-color;
60
- color: $ct-text-color;
61
- font-size: $ct-text-size;
62
- line-height: $ct-text-line-height;
63
- }
64
-
65
- @mixin ct-chart-grid($ct-grid-color: $ct-grid-color, $ct-grid-width: $ct-grid-width, $ct-grid-dasharray: $ct-grid-dasharray) {
66
- stroke: $ct-grid-color;
67
- stroke-width: $ct-grid-width;
68
-
69
- @if ($ct-grid-dasharray) {
70
- stroke-dasharray: $ct-grid-dasharray;
71
- }
72
- }
73
-
74
- @mixin ct-chart-point($ct-point-size: $ct-point-size, $ct-point-shape: $ct-point-shape) {
75
- stroke-width: $ct-point-size;
76
- stroke-linecap: $ct-point-shape;
77
- }
78
-
79
- @mixin ct-chart-line($ct-line-width: $ct-line-width, $ct-line-dasharray: $ct-line-dasharray) {
80
- fill: none;
81
- stroke-width: $ct-line-width;
82
-
83
- @if ($ct-line-dasharray) {
84
- stroke-dasharray: $ct-line-dasharray;
85
- }
86
- }
87
-
88
- @mixin ct-chart-area($ct-area-opacity: $ct-area-opacity) {
89
- stroke: none;
90
- fill-opacity: $ct-area-opacity;
91
- }
92
-
93
- @mixin ct-chart-bar($ct-bar-width: $ct-bar-width) {
94
- fill: none;
95
- stroke-width: $ct-bar-width;
96
- }
97
-
98
- @mixin ct-chart-donut($ct-donut-width: $ct-donut-width) {
99
- fill: none;
100
- stroke-width: $ct-donut-width;
101
- }
102
-
103
- @mixin ct-chart-series-color($color) {
104
- .#{$ct-class-point}, .#{$ct-class-line}, .#{$ct-class-bar}, .#{$ct-class-slice-donut} {
105
- stroke: $color;
106
- }
107
-
108
- .#{$ct-class-slice-pie}, .#{$ct-class-area} {
109
- fill: $color;
110
- }
111
- }
112
-
113
- @mixin ct-chart($ct-container-ratio: $ct-container-ratio, $ct-text-color: $ct-text-color, $ct-text-size: $ct-text-size, $ct-grid-color: $ct-grid-color, $ct-grid-width: $ct-grid-width, $ct-grid-dasharray: $ct-grid-dasharray, $ct-point-size: $ct-point-size, $ct-point-shape: $ct-point-shape, $ct-line-width: $ct-line-width, $ct-bar-width: $ct-bar-width, $ct-donut-width: $ct-donut-width, $ct-series-names: $ct-series-names, $ct-series-colors: $ct-series-colors) {
114
-
115
- .#{$ct-class-label} {
116
- @include ct-chart-label($ct-text-color, $ct-text-size);
117
- }
118
-
119
- .#{$ct-class-chart-line} .#{$ct-class-label},
120
- .#{$ct-class-chart-bar} .#{$ct-class-label} {
121
- @include ct-flex();
122
- }
123
-
124
- .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {
125
- @include ct-align-justify(flex-end, flex-start);
126
- // Fallback for browsers that don't support foreignObjects
127
- text-anchor: start;
128
- }
129
-
130
- .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {
131
- @include ct-align-justify(flex-start, flex-start);
132
- // Fallback for browsers that don't support foreignObjects
133
- text-anchor: start;
134
- }
135
-
136
- .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-start} {
137
- @include ct-align-justify(flex-end, flex-end);
138
- // Fallback for browsers that don't support foreignObjects
139
- text-anchor: end;
140
- }
141
-
142
- .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-end} {
143
- @include ct-align-justify(flex-end, flex-start);
144
- // Fallback for browsers that don't support foreignObjects
145
- text-anchor: start;
146
- }
147
-
148
- .#{$ct-class-chart-bar} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {
149
- @include ct-align-justify(flex-end, center);
150
- // Fallback for browsers that don't support foreignObjects
151
- text-anchor: start;
152
- }
153
-
154
- .#{$ct-class-chart-bar} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {
155
- @include ct-align-justify(flex-start, center);
156
- // Fallback for browsers that don't support foreignObjects
157
- text-anchor: start;
158
- }
159
-
160
- .#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-start} {
161
- @include ct-align-justify(flex-end, flex-start);
162
- // Fallback for browsers that don't support foreignObjects
163
- text-anchor: start;
164
- }
165
-
166
- .#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-horizontal}.#{$ct-class-end} {
167
- @include ct-align-justify(flex-start, flex-start);
168
- // Fallback for browsers that don't support foreignObjects
169
- text-anchor: start;
170
- }
171
-
172
- .#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-start} {
173
- //@include ct-chart-label($ct-text-color, $ct-text-size, center, $ct-vertical-text-justify);
174
- @include ct-align-justify(center, flex-end);
175
- // Fallback for browsers that don't support foreignObjects
176
- text-anchor: end;
177
- }
178
-
179
- .#{$ct-class-chart-bar}.#{$ct-class-horizontal-bars} .#{$ct-class-label}.#{$ct-class-vertical}.#{$ct-class-end} {
180
- @include ct-align-justify(center, flex-start);
181
- // Fallback for browsers that don't support foreignObjects
182
- text-anchor: end;
183
- }
184
-
185
- .#{$ct-class-grid} {
186
- @include ct-chart-grid($ct-grid-color, $ct-grid-width, $ct-grid-dasharray);
187
- }
188
-
189
- .#{$ct-class-point} {
190
- @include ct-chart-point($ct-point-size, $ct-point-shape);
191
- }
192
-
193
- .#{$ct-class-line} {
194
- @include ct-chart-line($ct-line-width);
195
- }
196
-
197
- .#{$ct-class-area} {
198
- @include ct-chart-area();
199
- }
200
-
201
- .#{$ct-class-bar} {
202
- @include ct-chart-bar($ct-bar-width);
203
- }
204
-
205
- .#{$ct-class-slice-donut} {
206
- @include ct-chart-donut($ct-donut-width);
207
- }
208
-
209
- @if $ct-include-colored-series {
210
- @for $i from 0 to length($ct-series-names) {
211
- .#{$ct-class-series}-#{nth($ct-series-names, $i + 1)} {
212
- $color: nth($ct-series-colors, $i + 1);
213
-
214
- @include ct-chart-series-color($color);
215
- }
216
- }
217
- }
218
- }
219
-
220
- @if $ct-include-classes {
221
- @include ct-chart();
222
-
223
- @if $ct-include-alternative-responsive-containers {
224
- @for $i from 0 to length($ct-scales-names) {
225
- .#{nth($ct-scales-names, $i + 1)} {
226
- @include ct-responsive-svg-container($ratio: nth($ct-scales, $i + 1));
227
- }
228
- }
229
- }
230
- }
@@ -1,140 +0,0 @@
1
- .from-check,
2
- .form-check-radio {
3
- margin-bottom: 12px;
4
- position: relative;
5
- }
6
-
7
- .form-check{
8
- .form-check-label{
9
- display: inline-block;
10
- position: relative;
11
- cursor: pointer;
12
- padding-left: 35px;
13
- line-height: 26px;
14
- margin-bottom: 0;
15
- }
16
-
17
- .form-check-sign::before,
18
- .form-check-sign::after{
19
- font-family: 'FontAwesome';
20
- content: "\f096";
21
- display: inline-block;
22
- color: $info-color;
23
- position: absolute;
24
- width: 19px;
25
- height: 19px;
26
- margin-top: -12px;
27
- margin-left: -23px;
28
- font-size: 21px;
29
- cursor: pointer;
30
- -webkit-transition: opacity 0.3s linear;
31
- -moz-transition: opacity 0.3s linear;
32
- -o-transition: opacity 0.3s linear;
33
- -ms-transition: opacity 0.3s linear;
34
- transition: opacity 0.3s linear;
35
- }
36
- .form-check-sign::after{
37
- font-family: 'FontAwesome';
38
- content: "\f046";
39
- text-align: center;
40
- opacity: 0;
41
- color: $info-color;
42
- border: 0;
43
- background-color: inherit;
44
- }
45
- &.disabled{
46
- .form-check-label{
47
- color: $dark-gray;
48
- opacity: .5;
49
- cursor: not-allowed;
50
- }
51
- }
52
-
53
- }
54
-
55
- .form-check.disabled .form-check-label,
56
- .form-check.disabled .form-check-label {
57
-
58
- }
59
-
60
- .form-check input[type="checkbox"],
61
- .form-check-radio input[type="radio"]{
62
- opacity: 0;
63
- position: absolute;
64
- visibility: hidden;
65
- }
66
- .form-check input[type="checkbox"]:checked + .form-check-sign::after{
67
- opacity: 1;
68
- }
69
-
70
- .form-control input[type="checkbox"]:disabled + .form-check-sign::before,
71
- .checkbox input[type="checkbox"]:disabled + .form-check-sign::after{
72
- cursor: not-allowed;
73
- }
74
-
75
- .form-check .form-check-label input[type="checkbox"]:disabled + .form-check-sign,
76
- .form-check-radio input[type="radio"]:disabled + .form-check-sign{
77
- pointer-events: none !important;
78
- }
79
-
80
- .form-check-radio{
81
- .form-check-label{
82
- padding-left: 2rem;
83
- }
84
- &.disabled{
85
- .form-check-label{
86
- color: $dark-gray;
87
- opacity: .5;
88
- cursor: not-allowed;
89
- }
90
- }
91
- }
92
-
93
- .form-check-radio .form-check-sign::before{
94
- font-family: 'FontAwesome';
95
- content: "\f10c";
96
- font-size: 22px;
97
- -webkit-font-smoothing: antialiased;
98
- -moz-osx-font-smoothing: grayscale;
99
- display: inline-block;
100
- position: absolute;
101
- opacity: .50;
102
- left: 5px;
103
- top: -5px;
104
- }
105
-
106
- .form-check-label input[type="checkbox"]:checked + .form-check-sign:before{
107
- // background-color: #66615B;
108
- }
109
-
110
- .form-check-radio input[type="radio"] + .form-check-sign:after,
111
- .form-check-radio input[type="radio"] {
112
- opacity: 0;
113
- -webkit-transition: opacity 0.3s linear;
114
- -moz-transition: opacity 0.3s linear;
115
- -o-transition: opacity 0.3s linear;
116
- -ms-transition: opacity 0.3s linear;
117
- transition: opacity 0.3s linear;
118
- content:" ";
119
- display: block;
120
- }
121
-
122
- .form-check-radio input[type="radio"]:checked + .form-check-sign::after {
123
- font-family: 'FontAwesome';
124
- content: "\f192";
125
- top: -5px;
126
- position: absolute;
127
- left: 5px;
128
- opacity: 1;
129
- font-size: 22px;
130
- }
131
-
132
- .form-check-radio input[type="radio"]:checked + .form-check-sign::after{
133
- opacity: 1;
134
- }
135
-
136
-
137
- .form-check-radio input[type="radio"]:disabled + .form-check-sign::before,
138
- .form-check-radio input[type="radio"]:disabled + .form-check-sign::after {
139
- color: $dark-gray;
140
- }