@annalib/anna-core 2.7.0 → 2.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annalib/anna-core",
3
- "version": "2.7.0",
3
+ "version": "2.7.3",
4
4
  "peerDependencies": {
5
5
  "@angular-slider/ngx-slider": "2.0.3",
6
6
  "@angular/common": "^13.2.0",
@@ -0,0 +1,27 @@
1
+ // scss-lint:disable all
2
+ .animated {
3
+ animation-duration: 1s;
4
+ // animation-fill-mode: both;
5
+ }
6
+
7
+ .animated.infinite {
8
+ animation-iteration-count: infinite;
9
+ }
10
+
11
+ .animated.hinge {
12
+ animation-duration: 2s;
13
+ }
14
+
15
+ @keyframes fadeIn {
16
+ from {
17
+ opacity: 0;
18
+ }
19
+
20
+ to {
21
+ opacity: 1;
22
+ }
23
+ }
24
+
25
+ .fadeIn {
26
+ animation-name: fadeIn;
27
+ }
@@ -0,0 +1,107 @@
1
+ $primary-color: #268bff;
2
+ $background-white: #ffffff;
3
+ $lightGray: #d3d3d3;
4
+ $lightGray-1: #f1f1f1;
5
+ $lightGray-2: #b3b3b3;
6
+ $lightGray-3: #ededed;
7
+ $lightGray-4: #d4d4d4;
8
+ $lightGray-5: #e6e6e6;
9
+ $lightGray-6: #c8c8c8;
10
+ $lightGray-7: #9b9b9b;
11
+ $lightGray-9: #d9e1e6;
12
+ $lightGray-8: #b7b7b7;
13
+ $dimGray: #747474;
14
+ $lightDimGray: #666666;
15
+ $coralRed: #ff4747;
16
+ $greenCyan: #00c853;
17
+ $bookedColor: #9b1b93;
18
+ $orderedColor: #d780d1;
19
+ $billableColor: #f2bdef;
20
+ $nationalColor: #f5dd31;
21
+ $localColor: #8db72e;
22
+ $lavenderBlue: #c7e1ff;
23
+ $aliceBlue: #e3f0ff;
24
+ $dodgerBlue: #1582ff;
25
+ $lightGrey: #d6d6d6;
26
+ $coldTurkey: #ceb6b6;
27
+ $lightSilver: #d8d8d8;
28
+ $GraythirtySeven: #5e5e5e;
29
+ $charcoal: #4a4a4a;
30
+ $sellerReviewColor: #f3bd18;
31
+ $buyerReviewColor: #1565c0;
32
+ $reviewCompleteColor: #00c853;
33
+ $recoveredPreemptionColor: #0071ce;
34
+ $deepSkyBlue: #00b0ff;
35
+ $licorice: #2e384d;
36
+ $navyBlue: #0071ce;
37
+ $nobelGray: #b7b6b6;
38
+ $whiteSmoke: #f7f6f6;
39
+ $gray: #979797;
40
+ $paleBlue: #c2cfd6;
41
+ $lightViolet: #9169fc;
42
+ $dimViolet: #e5dbff;
43
+ $darkViolet: #555099;
44
+ $whisper: #e9e9e9;
45
+ $lynxWhite: #f7f7f7;
46
+ $lightAliceBlue: #e5f1ff;
47
+ $veryLightGrey: #cfcfcf;
48
+ $darkCharcoal: #333333;
49
+ $noRevisionFound: #f47228;
50
+ $redOrange: #f44336;
51
+ $DRRBgColor: #edecec;
52
+ $darkYellowWarning: #f3c639;
53
+ $lightYellow: #fff8e3;
54
+ $filterRadioContainer: #f4f4f4;
55
+ $oliveGreen: #8bac2a;
56
+ $calendarLabel: #222b45;
57
+ $olivedrab: #6b8e23;
58
+ $redOrange: #fe3824;
59
+ $chineseSilver: #cccccc;
60
+ $grey: #767676;
61
+ $primary-success: #47d490;
62
+ $secondary-success: #ebf6f1;
63
+ $primary-warning: #f3c639;
64
+ $secondary-warning: #fff8e3;
65
+ $primary-dark: #90a4ae;
66
+ $secondary-dark: #ebedee;
67
+ $primary-danger: #fc8383;
68
+ $secondary-danger: #ffeded;
69
+ $Gray94: #f0f0f0;
70
+ $whisper: #ededed;
71
+ $whiteSmoke2: #f4f4f4;
72
+ $pinkSwan: #b5b5b5;
73
+ $matterhorn: #4f4f4f;
74
+ $lightGrey: #d4d4d4;
75
+ $gray74: #bdbdbd;
76
+ $gray86: #dbdbdb;
77
+ $darkBlueShade: #222b45;
78
+ $green: #8bac2a;
79
+ $darkPurpleShade: #555099;
80
+ $pattensBlue: #d8eaff;
81
+ $quartz: #dddceb;
82
+ $darkGray: #a7a7a7;
83
+ $darkGray1: #cbcbcb;
84
+ $awaitingSellerReview: #f7f2d1;
85
+ $awaitingSellerReviewBorder: #dec30b;
86
+ $amber: #ffc107;
87
+ $whiteSmoke3: #efefef;
88
+ $greyChateau: #a2a8ad;
89
+ $roseBud: #f9b3ae;
90
+ $paleRed: #fde4e3;
91
+ $redOrange3: #f44336;
92
+ $redOrange4: #fe3824;
93
+ $gray43: #6e6e6e;
94
+ $dodgerBlue2: #4099ff;
95
+ $fruitSalad: #43a047;
96
+ $nero: #212121;
97
+ $darkGray2: #a4a4a4;
98
+ $pinkSwan: #b7b7b7;
99
+ $blue: #d8eaff;
100
+ $lightBlue: #eff6ff;
101
+ $sunsetOrange: #ff5353;
102
+ $redShade: #ff5252;
103
+ $lightBlueShade: #d6dcff;
104
+ $blueBerry: #536dfe;
105
+ $darkPink: #be489d;
106
+ $lightPinkShade: #f4e7f2;
107
+ $sellerGroupChildRow: #F9F3F8;
@@ -0,0 +1,104 @@
1
+ .dashboard-heading {
2
+ color: #268bff;
3
+ font-size: 1rem;
4
+ font-weight: 500;
5
+ letter-spacing: 2.5px;
6
+ }
7
+
8
+ @mixin user-card($bgColor) {
9
+ background-color: $bgColor;
10
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
11
+ cursor: default;
12
+ transition: 150ms;
13
+ position: relative;
14
+ border-radius:0.25rem;
15
+ padding: 1.5rem;
16
+ }
17
+
18
+ //orderCard issue 2
19
+ // .user-card:hover {
20
+ // box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
21
+ // top: -2px;
22
+ // }
23
+
24
+ @mixin view_link {
25
+ float: right;
26
+ color: #268bff;
27
+ cursor: pointer;
28
+ }
29
+
30
+ @mixin info-box {
31
+ background-color: #c7e1ff;
32
+ border-radius: $fs-4;
33
+ padding: 0.1875rem 0.5rem 0 0.5rem;
34
+ @include fonts(Roboto, 0.9375rem, normal, 500, normal, 1.25, 0.088rem);
35
+ }
36
+
37
+ .noData {
38
+ background-color: lightgrey;
39
+ padding: 0.5em;
40
+ width: 40%;
41
+ text-align: center;
42
+ margin: 12.5em auto;
43
+ border-radius: 0.2em;
44
+ }
45
+
46
+ @mixin svg-parent-card($cardHeight, $cardBgColor) {
47
+ max-width: 100%;
48
+ height: $cardHeight;
49
+ width: 100%;
50
+ background-color: $cardBgColor;
51
+ border: none;
52
+ outline: none;
53
+ padding-bottom: 0;
54
+ margin-bottom: 0;
55
+ }
56
+
57
+ @mixin svg-content-placeholder($backgroundGradient, $clipPath) {
58
+ animation: linear 1s placeHolderShimmer infinite;
59
+ background: $backgroundGradient;
60
+ background-size: 800px 104px;
61
+
62
+ width: 100%;
63
+ height: 100%;
64
+ -webkit-clip-path: url($clipPath);
65
+ clip-path: url($clipPath);
66
+ // Safari render fix
67
+ transform: translateZ(0);
68
+ }
69
+
70
+ @keyframes placeHolderShimmer {
71
+ 0% {
72
+ background-position: -468px 0;
73
+ }
74
+ 100% {
75
+ background-position: 468px 0;
76
+ }
77
+ }
78
+
79
+ :host::ng-deep.btn-secondary {
80
+ box-shadow: none;
81
+ border: 1px solid lightgray;
82
+ }
83
+ :host ::ng-deep .ui-select-match-text {
84
+ padding-top: 0;
85
+ display: inline-block;
86
+ width: 100%;
87
+ white-space: nowrap;
88
+ overflow: hidden;
89
+ text-overflow: ellipsis;
90
+ }
91
+ @mixin material-icons-and-expand-icon {
92
+ color: #268bff;
93
+ position: absolute;
94
+ float: right;
95
+ cursor: pointer;
96
+ pointer-events: none;
97
+ }
98
+
99
+ @mixin dropdownContainer {
100
+ position: relative;
101
+ margin:0 0.5625rem 0 0;
102
+ display: flex;
103
+ flex-direction: column;
104
+ }
@@ -0,0 +1,596 @@
1
+ @import "./fonts", "./colors";
2
+
3
+ ::ng-deep .tooltip-inner {
4
+ max-height: 22rem;
5
+ background-color: white;
6
+ border: 1px solid white;
7
+ border-radius: 5px;
8
+ box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
9
+ max-width: 251px;
10
+ width: 100%;
11
+ padding: 0 !important;
12
+ div.radio-container {
13
+ flex-wrap: wrap;
14
+ }
15
+ }
16
+
17
+ ::ng-deep .md-drppicker {
18
+ box-shadow: unset !important;
19
+ }
20
+
21
+ ::ng-deep .available {
22
+ color: #999;
23
+ }
24
+
25
+ ::ng-deep .bs-tooltip-bottom .arrow::before {
26
+ border-bottom-color: #fff !important;
27
+ }
28
+ ::ng-deep .bs-tooltip-left .arrow::before {
29
+ border-left-color: #fff !important;
30
+ }
31
+
32
+ ::ng-deep .tooltip.show {
33
+ opacity: 1;
34
+ }
35
+
36
+ .input {
37
+ text-align: left;
38
+ margin: 5px;
39
+ display: flex;
40
+ align-items: center;
41
+ width: 98%;
42
+ white-space: nowrap;
43
+ margin-right: 10px;
44
+ }
45
+
46
+ .data {
47
+ color: #000000;
48
+ font-weight: 700;
49
+ margin-left: 5px;
50
+ margin-right: 5px;
51
+ }
52
+
53
+ span.data {
54
+ display: inline-block;
55
+ text-overflow: ellipsis;
56
+ white-space: nowrap;
57
+ width: 85%;
58
+ overflow: hidden;
59
+ }
60
+
61
+ .check-box {
62
+ font-size: 14px;
63
+ cursor: pointer;
64
+ position: relative;
65
+ top: -1px;
66
+ }
67
+
68
+ span.mdi-filter.active {
69
+ color: black;
70
+ opacity: 1 !important;
71
+ pointer-events: all !important;
72
+ }
73
+
74
+ p {
75
+ margin-bottom: 0;
76
+ line-height: initial;
77
+ }
78
+
79
+ span.mdi-filter {
80
+ color: #cbcbcb;
81
+ }
82
+ //Slider
83
+ ::ng-deep .ngx-slider {
84
+ margin: 5px 0 2px 0 !important;
85
+ width: 100% !important;
86
+ }
87
+
88
+ ::ng-deep span.ngx-slider-bubble.ngx-slider-model-value{
89
+ display: block !important;
90
+ padding: 2px !important;
91
+ box-shadow: rgb(0 0 0 / 35%) 0px 3px 8px !important;
92
+ height: 20px !important;
93
+ }
94
+
95
+ ::ng-deep .ngx-slider-pointer {
96
+ top: -5px !important;
97
+ width: 12px !important;
98
+ height: 12px !important;
99
+ background: #bdbdbd !important;
100
+ border: 1px solid #ffffff !important;
101
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3) !important;
102
+ border-radius: 16px !important;
103
+ }
104
+
105
+ ::ng-deep .ngx-slider-pointer:after {
106
+ display: none !important;
107
+ }
108
+
109
+ ::ng-deep .ngx-slider-pointer:focus {
110
+ outline: none !important;
111
+ }
112
+
113
+ ::ng-deep span.ngx-slider-bar {
114
+ background: #ededed !important;
115
+ height: 3px !important;
116
+ }
117
+
118
+ ::ng-deep .filter-slider span.ngx-slider-bar.ngx-slider-selection {
119
+ background: #bdbdbd !important;
120
+ height: 3px !important;
121
+ }
122
+
123
+ ::ng-deep .sidebar-slider {
124
+ margin-bottom: 35px !important;
125
+ // width: 245px;
126
+ margin-left: $fs-5;
127
+ margin-right: $fs-5;
128
+ }
129
+
130
+ ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-high {
131
+ right: 0 !important;
132
+ }
133
+
134
+ ::ng-deep .ngx-slider-span.ngx-slider-bubble.ngx-slider-model-ceil {
135
+ right: 0 !important;
136
+ }
137
+
138
+ ::ng-deep .ngx-slider-bubble {
139
+ top: 10px !important;
140
+ bottom: 0 !important;
141
+ padding: 1px 0 !important;
142
+ font-size: 12px !important;
143
+ }
144
+
145
+ ::ng-deep .ngx-slider.animate {
146
+ top: 10px !important;
147
+ bottom: 0 !important;
148
+ padding: 1px 0 !important;
149
+ font-size: 12px !important;
150
+ }
151
+
152
+ ::ng-deep .ngx-slider-bubble {
153
+ top: 10px !important;
154
+ bottom: 0 !important;
155
+ padding: 1px 0 !important;
156
+ font-size: 12px !important;
157
+ /*left: 120px !important;*/
158
+ }
159
+
160
+ @mixin button-text {
161
+ text-align: center;
162
+ outline: none;
163
+ @include fonts(Roboto, $fs-12, normal, normal, normal, 1.67, normal);
164
+ }
165
+ ::ng-deep .ngx-slider-bar {
166
+ background: rgba(0, 0, 0, 0.26) !important;
167
+ height: 3px !important;
168
+ }
169
+
170
+ ::ng-deep .ngx-slider-bar.ngx-slider-selection {
171
+ background: #42a5f5 !important;
172
+ height: 3px !important;
173
+ }
174
+
175
+ input:focus {
176
+ outline: none;
177
+ }
178
+ input::placeholder {
179
+ color: $lightGray-6;
180
+ }
181
+
182
+ .cancel-btn {
183
+ background: $lavenderBlue;
184
+ color: $primary-color;
185
+ }
186
+
187
+ .apply-btn {
188
+ background: $primary-color;
189
+ color: white;
190
+ margin-left: $fs-5;
191
+ }
192
+
193
+ div.radio-container {
194
+ display: flex;
195
+ white-space: nowrap;
196
+ justify-content: space-between;
197
+ background-color: $filterRadioContainer;
198
+ // padding: $fs-2 $fs-2 $fs-2 $fs-4;
199
+ border-radius: $fs-2;
200
+ margin: $fs-7 $fs-7 $fs-4 $fs-7;
201
+ div{
202
+ flex: 1;
203
+ }
204
+ input {
205
+ position: relative;
206
+ top: $fs-2;
207
+ margin-right: $fs-4;
208
+ }
209
+ label {
210
+ @include fonts(Roboto, $fs-14, normal, normal, normal, 1.29, 0);
211
+ color: $charcoal;
212
+ margin: 0;
213
+ padding-left: $fs-2;
214
+ }
215
+ label:first-of-type {
216
+ margin-right: $fs-3;
217
+ }
218
+ input[type="radio"] {
219
+ -webkit-appearance: none;
220
+ -moz-appearance: none;
221
+ appearance: none;
222
+ display: inline-block;
223
+ width: $fs-15;
224
+ height: $fs-15;
225
+ padding: $fs-2;
226
+ background-clip: content-box;
227
+ border: $fs-2 solid $primary-color;
228
+ background-color: transparent;
229
+ border-radius: 50%;
230
+ }
231
+
232
+ /* appearance for checked radiobutton */
233
+ input[type="radio"]:checked {
234
+ background-color: $primary-color;
235
+ }
236
+ }
237
+
238
+ .buttons-container {
239
+ display: flex;
240
+ margin: 0px auto $fs-7;
241
+ justify-content: center;
242
+ button:last-of-type {
243
+ background-color: $primary-color;
244
+ color: white;
245
+ }
246
+ button.disabled {
247
+ background: $gray74;
248
+ opacity: 0.5;
249
+ color: $charcoal;
250
+ }
251
+ }
252
+
253
+ .button {
254
+ display: inline-block;
255
+ // width: 50%;
256
+ margin: 8px 4px 0 8px;
257
+ padding: 0px 16px;
258
+ border-radius: 4px;
259
+ @include button-text();
260
+ border: none;
261
+ color: #268bff;
262
+ background-color: #e5f1ff;
263
+ // height: 20px;
264
+ }
265
+
266
+ .search-box {
267
+ display: flex;
268
+ align-items: center;
269
+ color: #c8c8c8;
270
+ border: 1px solid #e6e6e6;
271
+ border-radius: $fs-2;
272
+ margin: $fs-4 $fs-7 $fs-3 $fs-7;
273
+ height: $fs-24;
274
+ padding: $fs-3 0 $fs-3 $fs-8;
275
+ }
276
+
277
+ .search-icon {
278
+ margin: 0 4px 0 0;
279
+ font-size: $fs-18;
280
+ color: $lightGray-7;
281
+ }
282
+
283
+ .filter-icon {
284
+ justify-content: right;
285
+ margin-left: auto;
286
+ color: #d4d4d4;
287
+ color: #a1a1a1;
288
+ font-size: 16px;
289
+ cursor: pointer;
290
+ }
291
+
292
+ .data {
293
+ margin: 0 13px 0px 8px;
294
+ @include fonts(Roboto, $fs-14, normal, normal, normal, 1.86, "");
295
+ color: $charcoal;
296
+ }
297
+
298
+ .search-input {
299
+ margin: 1px 0 1px 4px;
300
+ @include fonts(Roboto, $fs-14, normal, normal, normal, normal, normal);
301
+ color: $lightGray-6;
302
+ }
303
+
304
+ .check-box {
305
+ color: $primary-color;
306
+ }
307
+
308
+ .tooltip-data-container {
309
+ overflow-y: scroll;
310
+ max-height: 8rem;
311
+ }
312
+
313
+ .searchbar {
314
+ width: 100%;
315
+ display: flex;
316
+ justify-content: flex-end;
317
+ align-items: flex-end;
318
+ }
319
+
320
+ .clear-button {
321
+ opacity: 0.5;
322
+ @include fonts(Roboto, $fs-15, normal, 500, normal, normal, normal);
323
+ color: $charcoal;
324
+ text-decoration: underline;
325
+ border: none;
326
+ background-color: white;
327
+ color: $charcoal;
328
+ margin-left: $fs-10;
329
+ padding: 0;
330
+ &:focus {
331
+ outline: none;
332
+ box-shadow: none;
333
+ }
334
+ }
335
+
336
+ .unchecked {
337
+ color: $primary-color;
338
+ }
339
+
340
+ div.dropdown-data-container {
341
+ max-height: 12.3rem;
342
+ width: 100%;
343
+ overflow-y: auto;
344
+ overflow-x: hidden;
345
+ p.input {
346
+ margin-left: 0;
347
+ span.mi {
348
+ padding-left: $fs-7;
349
+ }
350
+ }
351
+ p.input:hover {
352
+ background-color: #ebebeb;
353
+ cursor: pointer;
354
+ // span {
355
+ // color: white;
356
+ // }
357
+ }
358
+ }
359
+
360
+ div.dropdown-data-container::-webkit-scrollbar {
361
+ width: $fs-3;
362
+ }
363
+
364
+ div.dropdown-data-container::-webkit-scrollbar-thumb {
365
+ color: lightgray;
366
+ }
367
+
368
+ section.min-maxContainer {
369
+ display: flex;
370
+ justify-content: center;
371
+ margin-bottom: -$fs-2;
372
+ margin-top: $fs-8;
373
+ width: 100%;
374
+ input {
375
+ width: 30%;
376
+ height: $fs-30;
377
+ border: 1px solid lightgray;
378
+ color: gray;
379
+ }
380
+ span {
381
+ display: inline-block;
382
+ padding-left: $fs-8;
383
+ padding-right: $fs-8;
384
+ position: relative;
385
+ top: $fs-5;
386
+ color: $lightDimGray;
387
+ }
388
+ }
389
+
390
+ .time-container {
391
+ width: 100%;
392
+ display: flex;
393
+ padding: $fs-2 $fs-10 0 $fs-10;
394
+ input.form-control:disabled {
395
+ background-color: white;
396
+ width: $fs-45;
397
+ }
398
+ .dot {
399
+ color: #cbcbcb;
400
+ position: relative;
401
+ left: -7px;
402
+ font-size: 17px;
403
+ }
404
+ div.arrow-container {
405
+ flex-direction: column;
406
+ display: flex;
407
+ padding-top: $fs-6;
408
+ padding-left: 1px;
409
+ margin-right: $fs-19;
410
+ i {
411
+ color: #cbcbcb;
412
+ cursor: pointer;
413
+ font-size: $fs-9;
414
+ }
415
+ i.downward {
416
+ transform: rotate(180deg);
417
+ }
418
+ }
419
+ }
420
+
421
+ .mdi-filter {
422
+ cursor: pointer;
423
+ }
424
+
425
+ .time-label-container {
426
+ display: flex;
427
+ justify-content: flex-start;
428
+ label {
429
+ margin-bottom: 0;
430
+ color: $charcoal;
431
+ margin-top: $fs-10;
432
+ margin-left: $fs-10;
433
+ font-weight: 700;
434
+ }
435
+ }
436
+
437
+ .time-heading {
438
+ color: black;
439
+ font-size: $fs-13;
440
+ text-align: left;
441
+ padding-left: $fs-10;
442
+ margin-top: $fs-10;
443
+ font-weight: 700;
444
+ }
445
+
446
+ .column-clear-all {
447
+ width: 94%;
448
+ text-align: center;
449
+ border: none;
450
+ font-size: 14px;
451
+ background: none;
452
+ text-decoration: underline;
453
+ color: $primary-color;
454
+ &:disabled {
455
+ opacity: 0.5;
456
+ color: $charcoal;
457
+ }
458
+ &.align-center {
459
+ text-align: center;
460
+ }
461
+ }
462
+
463
+ .checkbox-container {
464
+ display: flex;
465
+ padding-inline: 0.625rem;
466
+ .data {
467
+ text-align: left;
468
+ }
469
+ &:first-of-type {
470
+ margin-top: 0.625rem;
471
+ font-weight: 500;
472
+ }
473
+ }
474
+
475
+ .column-clear-all {
476
+ width: 94%;
477
+ text-align: center;
478
+ border: none;
479
+ background: none;
480
+ text-decoration: underline;
481
+ color: $primary-color;
482
+ &:disabled {
483
+ opacity: 0.5;
484
+ color: $charcoal;
485
+ }
486
+ &.align-center {
487
+ text-align: center;
488
+ }
489
+ }
490
+
491
+ span.mdi-filter-variant.disabled
492
+ {
493
+ pointer-events: none;
494
+ opacity: 0.5;
495
+ }
496
+
497
+ .datepicker-container {
498
+ width: 100%;
499
+ }
500
+
501
+
502
+ span.mdi-filter-variant{
503
+ color: #cbcbcb;
504
+ cursor: pointer;
505
+ font-size: 0.875rem;
506
+ }
507
+
508
+ span.mdi-filter-variant.active{
509
+ color: #000000;
510
+ }
511
+
512
+ p.filter-tab{
513
+ @include fonts(Roboto, 14px, normal,normal, normal, 1.29, normal);
514
+ color: #1b88ff;
515
+ border-radius: 5px;
516
+ background-color: #f4f4f4;
517
+ padding-inline: 8px;
518
+ cursor: pointer;
519
+ }
520
+
521
+ p.filter-tab.active{
522
+ color: white;
523
+ background-color: #1b88ff;
524
+ }
525
+
526
+ button.filter-text-btn{
527
+ background: white;
528
+ text-decoration: underline;
529
+ @include fonts(Roboto, 14px, normal, normal, normal, normal, normal);
530
+ border: none;
531
+ color: #268bff;
532
+ &:disabled{
533
+ color: #b1b1b1;
534
+ cursor: not-allowed;
535
+ }
536
+ margin-inline: 4px;
537
+ margin-top: 2px;
538
+ }
539
+
540
+ ::ng-deep .non-edit-datepicker-tooltip .tooltip-inner{
541
+ max-width: 310px !important;
542
+ width: 263px !important;
543
+ overflow-y: initial !important;
544
+ }
545
+
546
+
547
+ input.slider-text::-webkit-outer-spin-button,
548
+ input.slider-text::-webkit-inner-spin-button{
549
+ -webkit-appearance: none;
550
+ margin: 0;
551
+ }
552
+
553
+ input.slider-text{
554
+ -moz-appearance: textfield;
555
+ }
556
+
557
+ input.slider-text.red-border{
558
+ border: 1px solid #f44336 !important;
559
+ }
560
+
561
+ ::ng-deep .checkbox-sort p.sort-container{
562
+ margin-top: 8px !important;
563
+ padding-bottom: 8px !important;
564
+ }
565
+
566
+ i.mdi-close{
567
+ cursor: pointer;
568
+ }
569
+
570
+ i.mdi-close.disable-close-icon{
571
+ pointer-events: none;
572
+ cursor: not-allowed;
573
+ }
574
+
575
+ input.error-border{
576
+ border: 1px solid #f44336 !important;
577
+ }
578
+
579
+
580
+ ::ng-deep .non-edit-checkbox-tooltip .tooltip-inner{
581
+ width: 238px !important;
582
+ }
583
+
584
+ ::ng-deep .non-edit-slider-tooltip .tooltip-inner{
585
+ width: 238px !important;
586
+ }
587
+
588
+ ::ng-deep .non-edit-time-tooltip .tooltip-inner{
589
+ width: 250px !important;
590
+ }
591
+
592
+ ::ng-deep .no-bottom-border{
593
+ p.sort-container{
594
+ border-bottom: none !important;
595
+ }
596
+ }
@@ -0,0 +1,10 @@
1
+
2
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
3
+ font-family: $fontFamily;
4
+ font-size: $fontSize;
5
+ font-weight: $fontWeight;
6
+ font-stretch: $fontStretch;
7
+ font-style: $fontStyle;
8
+ line-height: $lineHeight;
9
+ letter-spacing: $letterSpacing;
10
+ }
@@ -0,0 +1,86 @@
1
+ // body font should be 16px
2
+ $fs-2: 0.125rem;
3
+ $fs-3: 0.188rem;
4
+ $fs-4: 0.25rem;
5
+ $fs-5: 0.3125rem;
6
+ $fs-6: 0.375rem;
7
+ $fs-7: 0.4375rem;
8
+ $fs-8: 0.5rem;
9
+ $fs-9: 0.5625rem;
10
+ $fs-10: 0.625rem;
11
+ $fs-11: 0.6875rem;
12
+ $fs-12: 0.75rem;
13
+ $fs-13: 0.8125rem;
14
+ $fs-14: 0.875rem;
15
+ $fs-15: 0.9375rem;
16
+ $fs-16: 1rem;
17
+ $fs-17: 1.0625rem;
18
+ $fs-18: 1.125rem;
19
+ $fs-19: 1.1875rem;
20
+ $fs-20: 1.25rem;
21
+ $fs-21: 1.3125rem;
22
+ $fs-22: 1.375rem;
23
+ $fs-23: 1.4375rem;
24
+ $fs-24: 1.5rem;
25
+ $fs-25: 1.5625rem;
26
+ $fs-26: 1.625rem;
27
+ $fs-27: 1.6875rem;
28
+ $fs-28: 1.75rem;
29
+ $fs-29: 1.8125rem;
30
+ $fs-30: 1.875rem;
31
+ $fs-31: 1.938rem;
32
+ $fs-32: 2rem;
33
+ $fs-33: 2.063rem;
34
+ $fs-34: 2.125rem;
35
+ $fs-35: 2.188rem;
36
+ $fs-36: 2.25rem;
37
+ $fs-37: 2.313rem;
38
+ $fs-38: 2.375rem;
39
+ $fs-39: 2.438rem;
40
+ $fs-40: 2.5rem;
41
+ $fs-41: 2.563rem;
42
+ $fs-42: 2.625rem;
43
+ $fs-43: 2.688rem;
44
+ $fs-44: 2.75rem;
45
+ $fs-45: 2.813rem;
46
+ $fs-46: 2.875rem;
47
+ $fs-47: 2.938rem;
48
+ $fs-48: 3rem;
49
+ $fs-49: 3.063rem;
50
+ $fs-50: 3.125rem;
51
+ $fs-51: 3.188rem;
52
+ $fs-52: 3.25rem;
53
+ $fs-53: 3.313rem;
54
+ $fs-54: 3.375rem;
55
+ $fs-55: 3.438rem;
56
+ $fs-56: 3.5rem;
57
+ $fs-57: 3.563rem;
58
+ $fs-58: 3.625rem;
59
+ $fs-59: 3.688rem;
60
+ $fs-60: 3.75rem;
61
+ $fs-65: 4.063rem;
62
+ $fs-68: 4.25rem;
63
+ $fs-80: 5rem;
64
+ $fs-70: 4.375rem;
65
+ $fs-90: 5.6rem;
66
+ $fs-115: 7.188rem;
67
+ $fs-120: 7.5rem;
68
+ $fs-128: 8rem;
69
+ $fs-135: 8.438rem;
70
+ $fs-144: 9rem;
71
+ $fs-146: 9.125rem;
72
+ $fs-164: 10.25rem;
73
+ $fs-170: 10.625rem;
74
+ $fs-200: 12.5rem;
75
+ $fs-250: 15.625rem;
76
+ $fs-600: 37.5rem;
77
+
78
+ @mixin fonts($fontFamily, $fontSize, $fontStretch, $fontWeight, $fontStyle, $lineHeight, $letterSpacing) {
79
+ font-family: $fontFamily;
80
+ font-size: $fontSize;
81
+ font-weight: $fontWeight;
82
+ font-stretch: $fontStretch;
83
+ font-style: $fontStyle;
84
+ line-height: $lineHeight;
85
+ letter-spacing: $letterSpacing;
86
+ }
@@ -0,0 +1,11 @@
1
+ $dot-width: 0.625rem;
2
+ $dot-height: 0.625rem;
3
+ $dot-radius: 50%;
4
+
5
+ @mixin dot($color) {
6
+ display: inline-block;
7
+ border-radius: $dot-radius;
8
+ height: $dot-height;
9
+ width: $dot-width;
10
+ background-color: $color;
11
+ }
@@ -0,0 +1,37 @@
1
+ .modal-header {
2
+ height: 72px;
3
+ background-color: #3f4961;
4
+ background-position: center center;
5
+ background-size: cover;
6
+ font-weight: 300;
7
+ border-top-left-radius: 5px;
8
+ border-top-right-radius: 5px;
9
+ }
10
+
11
+ .modal-title {
12
+ color: #ffffff;
13
+ font-size: 18px;
14
+ font-weight: 400 !important;
15
+ position: absolute;
16
+ top: 40px;
17
+ text-align: left;
18
+ }
19
+
20
+ .modal-dialog {
21
+ font-family: Roboto !important;
22
+ top: 100px !important;
23
+ margin: 1.75rem auto;
24
+ }
25
+
26
+ .modal-content {
27
+ border-radius: 7px;
28
+ width: fit-content;
29
+ min-width: 100%;
30
+ }
31
+
32
+ .modal-body {
33
+ padding: 24px;
34
+ }
35
+ .fade {
36
+ transition: none !important;
37
+ }
@@ -0,0 +1,176 @@
1
+ /***COMMON NG-SELECT STYLING FOR ALL SIZES **/
2
+ ::ng-deep .ng-select {
3
+ & .ng-arrow,
4
+ & .ng-arrow:hover {
5
+ border-color: black transparent transparent !important;
6
+ opacity: 1 !important;
7
+ }
8
+
9
+ &.ng-select-opened .ng-arrow,
10
+ &.ng-select-opened .ng-arrow:hover {
11
+ border-color: transparent transparent black !important;
12
+ opacity: 1 !important;
13
+ padding-top: 2px;
14
+ }
15
+
16
+ & .ng-select-container {
17
+ border: 1px solid #b7b7b7 !important;
18
+ border-radius: 2px;
19
+ &:hover {
20
+ box-shadow: none;
21
+ }
22
+ }
23
+
24
+ &.custom-error-ng-select .ng-select-container {
25
+ border: 1px solid #f86c6b;
26
+ }
27
+
28
+ &.ng-select-disabled > .ng-select-container {
29
+ background-color: #bdbdbd;
30
+ opacity: 0.5;
31
+ cursor: not-allowed;
32
+
33
+ }
34
+
35
+ & .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
36
+ & .ng-option-label {
37
+ font-weight: normal !important;
38
+ }
39
+ &:hover {
40
+ background-color: #ebebeb;
41
+ color: #4a4a4a;
42
+ }
43
+ &:not(:hover){
44
+ background-color: #fff;
45
+ }
46
+ &.ng-option-selected {
47
+ background-color: #268bff;
48
+ color: #fff;
49
+ }
50
+ }
51
+
52
+ &.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
53
+ border-color: lightgray;
54
+ box-shadow: none;
55
+ }
56
+
57
+ }
58
+
59
+ /*****EXTRA SMALL NG STYLE******/
60
+ ::ng-deep .ng-select.custom-xs-ng-select {
61
+ & .ng-select-container {
62
+ min-height: 22px !important;
63
+ font-size: 12px !important;
64
+ }
65
+
66
+ &.ng-select-single .ng-select-container {
67
+ height: 22px !important;
68
+ }
69
+
70
+ & .ng-dropdown-panel .scroll-host {
71
+ font-size: 12px !important;
72
+ }
73
+
74
+ & .ng-arrow-wrapper {
75
+ padding-top: 2px !important;
76
+ }
77
+
78
+ &.ng-select-opened,
79
+ &.ng-select-bottom,
80
+ &.ng-select-top {
81
+ & .ng-select-container {
82
+ padding-top: 6px !important;
83
+ }
84
+ }
85
+ &.non-searchable {
86
+ &.ng-select-opened,
87
+ &.ng-select-bottom,
88
+ &.ng-select-top {
89
+ & .ng-select-container {
90
+ padding-top: 4px !important;
91
+ }
92
+ }
93
+ }
94
+ & .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
95
+ padding: 3px 10px;
96
+ }
97
+ }
98
+
99
+ /**SMALL NG SELECT STYLE***/
100
+ ::ng-deep .ng-select.custom-sm-ng-select {
101
+ & .ng-select-container {
102
+ min-height: 1.5625rem !important;
103
+ }
104
+
105
+ &.ng-select-single .ng-select-container {
106
+ height: 1.5625rem !important;
107
+ }
108
+
109
+ &.ng-select-opened,
110
+ &.ng-select-bottom,
111
+ &.ng-select-top {
112
+ & .ng-select-container {
113
+ padding-top: 8px !important;
114
+ }
115
+ }
116
+ &.non-searchable {
117
+ &.ng-select-opened,
118
+ &.ng-select-bottom,
119
+ &.ng-select-top {
120
+ & .ng-select-container {
121
+ padding-top: 8px !important;
122
+ }
123
+ }
124
+ }
125
+ & .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
126
+ padding: 4px 10px;
127
+ }
128
+ }
129
+
130
+ /**MEDIUM NG SELECT STYLE***/
131
+ ::ng-deep .ng-select.custom-md-ng-select {
132
+ & .ng-select-container {
133
+ min-height: 30px !important;
134
+ }
135
+
136
+ &.ng-select-single .ng-select-container {
137
+ height: 1.875rem !important;
138
+ }
139
+ }
140
+
141
+ /**MEDIUM NG SELECT STYLE -2 !!! with 32px height !!!***/
142
+ ::ng-deep .ng-select.custom-md-32-ng-select {
143
+ & .ng-select-container {
144
+ min-height: 32px !important;
145
+ }
146
+
147
+ &.ng-select-single .ng-select-container {
148
+ height: 32px !important;
149
+ }
150
+ }
151
+
152
+ /**LARGE NG SELECT STYLE***/
153
+ ::ng-deep .ng-select.custom-lg-ng-select {
154
+ & .ng-select-container {
155
+ min-height: 2.8125rem !important;
156
+ }
157
+
158
+ &.ng-select-single .ng-select-container {
159
+ height: 2.8125rem !important;
160
+ }
161
+ }
162
+
163
+
164
+ :host::ng-deep .custom-arrow.ng-select.ng-select-opened>.ng-select-container{
165
+ .ng-arrow{
166
+ border-width: 0 4px 4px;
167
+ position: relative;
168
+ bottom: 1px;
169
+ }
170
+ }
171
+
172
+ :host::ng-deep .custom-arrow.ng-select .ng-arrow-wrapper .ng-arrow{
173
+ border-width: 4px 4px 2.5px;
174
+ position: relative;
175
+ bottom: 1px;
176
+ }
@@ -0,0 +1,30 @@
1
+ @import "./fonts", "./colors";
2
+
3
+ .sort-btn{
4
+ background: white;
5
+ border: none;
6
+ border-right: 1px solid #1b88ff;
7
+ text-decoration: underline;
8
+ @include fonts(Roboto, 14px, normal, normal, normal, 1.07, normal);
9
+ color: #1b88ff;
10
+ cursor: pointer;
11
+ flex: 1;
12
+ text-align: center;
13
+ }
14
+
15
+ .sort-btn:last-of-type{
16
+ border-right: none;
17
+ }
18
+
19
+ .sort-btn.active{
20
+ color: #202b47;
21
+ text-decoration: none;
22
+ }
23
+
24
+ p.sort-container{
25
+ margin-top: 8px;
26
+ padding-bottom: 8px;
27
+ border-bottom: 1px solid #e6e6e6;
28
+ margin-bottom: 0;
29
+ display: flex;
30
+ }
@@ -0,0 +1,84 @@
1
+
2
+ .switchBtn {
3
+ position: relative;
4
+ display: inline-block;
5
+ width: 50px;
6
+ height: 20px;
7
+ font-size: 12px;
8
+ top: 3px;
9
+ }
10
+
11
+ .switchBtn input {
12
+ display: none;
13
+ }
14
+
15
+ .slide {
16
+ position: absolute;
17
+ cursor: pointer;
18
+ top: 0;
19
+ left: 0;
20
+ right: 0;
21
+ bottom: 0;
22
+ background-color: #ffffff;
23
+ -webkit-transition: .4s;
24
+ transition: .4s;
25
+ padding: 4px 4px 4px 22px;
26
+ line-height: 1;
27
+ border: solid 1px rgba(0, 0, 0, 0.1);
28
+ }
29
+
30
+ .slide:before {
31
+ position: absolute;
32
+ content: "";
33
+ width: 18px;
34
+ height: 18px;
35
+ background-color: #ffffff;
36
+ box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px 0 rgba(0, 0, 0, 0.05);
37
+ border: solid 0.5px rgba(0, 0, 0, 0.1);
38
+ left: 0px;
39
+ bottom: 0px;
40
+ background-color: white;
41
+ -webkit-transition: .4s;
42
+ transition: .4s;
43
+ color: #999999;
44
+ }
45
+
46
+ input:checked + .slide {
47
+ background-color: #44db5e;
48
+ padding-left: 7px;
49
+ color: #fff;
50
+ line-height: 1;
51
+ }
52
+
53
+ input:focus + .slide {
54
+ box-shadow: 0 0 1px #01aeed;
55
+ }
56
+
57
+ input:checked + .slide:before {
58
+ -webkit-transform: translateX(20px);
59
+ -ms-transform: translateX(20px);
60
+ transform: translateX(20px);
61
+ left: 10px;
62
+ }
63
+
64
+ .slide.round {
65
+ border-radius: 15.5px;
66
+ }
67
+
68
+ .slide.round:before {
69
+ border-radius: 50%;
70
+ }
71
+
72
+ .has-error {
73
+ transition: all linear 0.5s;
74
+ color: red !important;
75
+ }
76
+
77
+ .data-label {
78
+ font-size: 11px;
79
+ color: #666666;
80
+ letter-spacing: 0.2px;
81
+ text-overflow: ellipsis;
82
+ overflow: hidden;
83
+ white-space: nowrap;
84
+ }
@@ -0,0 +1 @@
1
+ @import "./colors", "./filters", "./fonts", "./sort";