ui-kit-ck-consultant 0.5.317 → 0.6.1
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/dist/index.css +63 -65
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -182,26 +182,22 @@
|
|
182
182
|
|
183
183
|
._Dv_TK,
|
184
184
|
._3v07V {
|
185
|
-
|
186
|
-
|
187
|
-
|
185
|
+
display: flex;
|
186
|
+
width: 100%;
|
187
|
+
min-height: 50px;
|
188
|
+
border-radius: 8px;
|
188
189
|
cursor: pointer;
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
justify-content: center;
|
194
|
-
align-items: center;
|
195
|
-
transition: background-color 0.3s ease;
|
196
|
-
border: 0.7px solid transparent;
|
197
|
-
height: 36px;
|
190
|
+
transition: 0.4s;
|
191
|
+
background-color: var(--primary-color);
|
192
|
+
border: 2px solid var(--primary-color);
|
193
|
+
padding: 0 30px;
|
198
194
|
}
|
199
195
|
|
200
196
|
/* start - color button */
|
201
197
|
._Dv_TK._36slQ,
|
202
198
|
._3v07V._36slQ {
|
203
199
|
background-color: var(--red);
|
204
|
-
border:
|
200
|
+
border: 2px solid var(--red);
|
205
201
|
}
|
206
202
|
._3v07V._36slQ > span {
|
207
203
|
color: var(--red);
|
@@ -213,7 +209,7 @@
|
|
213
209
|
._Dv_TK._2bzkq,
|
214
210
|
._3v07V._2bzkq {
|
215
211
|
background-color: var(--blue);
|
216
|
-
border:
|
212
|
+
border: 2px solid var(--blue);
|
217
213
|
}
|
218
214
|
._3v07V._2bzkq > span {
|
219
215
|
color: var(--blue);
|
@@ -225,7 +221,7 @@
|
|
225
221
|
._Dv_TK._3q_as,
|
226
222
|
._3v07V._3q_as {
|
227
223
|
background-color: var(--green);
|
228
|
-
border:
|
224
|
+
border: 2px solid var(--green);
|
229
225
|
}
|
230
226
|
._3v07V._3q_as > span {
|
231
227
|
color: var(--green);
|
@@ -237,7 +233,7 @@
|
|
237
233
|
._Dv_TK._3h6Fo,
|
238
234
|
._3v07V._3h6Fo {
|
239
235
|
background-color: var(--orange);
|
240
|
-
border:
|
236
|
+
border: 2px solid var(--orange);
|
241
237
|
}
|
242
238
|
._3v07V._3h6Fo > span {
|
243
239
|
color: var(--orange);
|
@@ -286,7 +282,6 @@
|
|
286
282
|
color: var(--white);
|
287
283
|
font-size: 12px;
|
288
284
|
font-weight: bold;
|
289
|
-
margin: auto 16px;
|
290
285
|
}
|
291
286
|
._3v07V > span {
|
292
287
|
color: var(--primary-color);
|
@@ -305,22 +300,21 @@
|
|
305
300
|
._3YJZS {
|
306
301
|
background-color: var(--primary-color);
|
307
302
|
border-radius: 8px;
|
308
|
-
height:
|
309
|
-
width:
|
303
|
+
height: 50px;
|
304
|
+
width: 50px;
|
310
305
|
padding: 0;
|
311
|
-
font-size: 16px !important;
|
312
306
|
}
|
313
307
|
._3YJZS._3TRE4 {
|
314
|
-
height:
|
315
|
-
width:
|
316
|
-
font-size:
|
308
|
+
height: 36px;
|
309
|
+
width: 36px;
|
310
|
+
font-size: 16px !important;
|
317
311
|
}
|
318
312
|
._3YJZS._2D3k1 {
|
319
313
|
height: 80px;
|
320
314
|
width: 80px;
|
321
315
|
}
|
322
316
|
._3ZzkP._3TRE4 {
|
323
|
-
font-size:
|
317
|
+
font-size: 20px;
|
324
318
|
}
|
325
319
|
._3ZzkP._2D3k1 {
|
326
320
|
font-size: 30px;
|
@@ -336,16 +330,17 @@
|
|
336
330
|
|
337
331
|
._23Afl > span {
|
338
332
|
white-space: nowrap;
|
339
|
-
margin: auto
|
333
|
+
margin: auto 20px;
|
340
334
|
}
|
341
335
|
|
342
336
|
._2WmL- {
|
343
337
|
display: flex;
|
344
|
-
width:
|
345
|
-
min-height:
|
338
|
+
width: 40px;
|
339
|
+
min-height: 40px;
|
340
|
+
height: calc(100% - 6px);
|
346
341
|
background-color: rgba(0, 0, 0, 0.1);
|
347
342
|
color: var(--white);
|
348
|
-
font-size:
|
343
|
+
font-size: 18px;
|
349
344
|
cursor: pointer;
|
350
345
|
transition: 0.4s;
|
351
346
|
margin: 3px;
|
@@ -457,19 +452,21 @@
|
|
457
452
|
._1svtJ > span {
|
458
453
|
display: inline-block;
|
459
454
|
font-size: 14px;
|
455
|
+
font-weight: bold;
|
460
456
|
color: var(--black);
|
461
|
-
margin-bottom:
|
457
|
+
margin-bottom: 8px;
|
462
458
|
}
|
463
459
|
|
464
460
|
._1Fq5R {
|
461
|
+
height: 50px;
|
465
462
|
width: 100%;
|
466
|
-
border: solid
|
463
|
+
border: solid 2px var(--gray);
|
467
464
|
border-radius: 8px;
|
468
465
|
color: var(--black);
|
469
466
|
font-size: 14px;
|
467
|
+
padding: 0 20px;
|
470
468
|
transition: 0.6s;
|
471
469
|
opacity: 1;
|
472
|
-
padding: 5px 10px;
|
473
470
|
}
|
474
471
|
._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
|
475
472
|
color: var(--gray);
|
@@ -493,7 +490,7 @@
|
|
493
490
|
height: 50px;
|
494
491
|
width: 100%;
|
495
492
|
overflow: hidden;
|
496
|
-
border: solid
|
493
|
+
border: solid 2px var(--gray);
|
497
494
|
border-radius: 8px;
|
498
495
|
color: #b3b3b3;
|
499
496
|
transition: 0.4s;
|
@@ -523,7 +520,7 @@
|
|
523
520
|
._1XBGF:focus,
|
524
521
|
._30Dbq:hover {
|
525
522
|
outline: none;
|
526
|
-
border: solid
|
523
|
+
border: solid 2px #b3b3b3;
|
527
524
|
}
|
528
525
|
|
529
526
|
._1Fq5R[disabled],
|
@@ -542,7 +539,7 @@
|
|
542
539
|
|
543
540
|
._3--n1 {
|
544
541
|
width: 100%;
|
545
|
-
border: solid
|
542
|
+
border: solid 2px var(--gray);
|
546
543
|
border-radius: 8px;
|
547
544
|
color: var(--black);
|
548
545
|
font-size: 14px;
|
@@ -568,7 +565,7 @@
|
|
568
565
|
|
569
566
|
._3--n1:focus {
|
570
567
|
outline: none;
|
571
|
-
border: solid
|
568
|
+
border: solid 2px #b3b3b3;
|
572
569
|
}
|
573
570
|
|
574
571
|
._3--n1[disabled] {
|
@@ -592,7 +589,7 @@
|
|
592
589
|
display: flex;
|
593
590
|
height: 50px;
|
594
591
|
width: 100%;
|
595
|
-
border: solid
|
592
|
+
border: solid 2px var(--gray);
|
596
593
|
border-radius: 8px;
|
597
594
|
color: var(--black);
|
598
595
|
font-size: 14px;
|
@@ -612,7 +609,7 @@
|
|
612
609
|
|
613
610
|
._1DiO5:focus {
|
614
611
|
outline: none;
|
615
|
-
border: solid
|
612
|
+
border: solid 2px #b3b3b3;
|
616
613
|
}
|
617
614
|
|
618
615
|
._1DiO5[disabled] {
|
@@ -647,18 +644,19 @@
|
|
647
644
|
font-size: 14px;
|
648
645
|
font-weight: bold;
|
649
646
|
color: var(--black);
|
650
|
-
margin-bottom:
|
647
|
+
margin-bottom: 8px;
|
651
648
|
}
|
652
649
|
|
653
650
|
._6hnFm {
|
651
|
+
height: 50px;
|
654
652
|
width: 100%;
|
655
|
-
border: solid
|
653
|
+
border: solid 2px var(--gray);
|
656
654
|
border-radius: 8px;
|
657
655
|
color: var(--black);
|
658
656
|
font-size: 14px;
|
657
|
+
padding: 0 20px;
|
659
658
|
transition: 0.6s;
|
660
659
|
opacity: 1;
|
661
|
-
padding: 5px 10px;
|
662
660
|
}
|
663
661
|
._6hnFm::-moz-placeholder {
|
664
662
|
color: var(--gray);
|
@@ -668,7 +666,7 @@
|
|
668
666
|
}
|
669
667
|
._6hnFm:focus {
|
670
668
|
outline: none;
|
671
|
-
border: solid
|
669
|
+
border: solid 2px #b3b3b3;
|
672
670
|
}
|
673
671
|
._6hnFm[disabled] {
|
674
672
|
cursor: not-allowed;
|
@@ -693,19 +691,20 @@
|
|
693
691
|
font-size: 14px;
|
694
692
|
font-weight: bold;
|
695
693
|
color: var(--black);
|
696
|
-
margin-bottom:
|
694
|
+
margin-bottom: 8px;
|
697
695
|
}
|
698
696
|
|
699
697
|
._3BzwZ {
|
700
698
|
display: flex;
|
699
|
+
height: 50px;
|
701
700
|
width: 100%;
|
702
|
-
border: solid
|
701
|
+
border: solid 2px var(--gray);
|
703
702
|
border-radius: 8px;
|
704
703
|
color: var(--black);
|
705
704
|
font-size: 14px;
|
705
|
+
padding: 0 20px;
|
706
706
|
transition: 0.6s;
|
707
707
|
opacity: 1;
|
708
|
-
padding: 5px 10px;
|
709
708
|
background-color: var(--white);
|
710
709
|
-webkit-touch-callout: none;
|
711
710
|
-webkit-user-select: none;
|
@@ -722,7 +721,7 @@
|
|
722
721
|
}
|
723
722
|
._3BzwZ:focus {
|
724
723
|
outline: none;
|
725
|
-
border: solid
|
724
|
+
border: solid 2px #b3b3b3;
|
726
725
|
}
|
727
726
|
._3BzwZ[disabled] {
|
728
727
|
cursor: not-allowed;
|
@@ -758,7 +757,7 @@
|
|
758
757
|
height: 280px;
|
759
758
|
max-height: 450px;
|
760
759
|
background-color: var(--white);
|
761
|
-
border: solid
|
760
|
+
border: solid 2px var(--gray);
|
762
761
|
border-radius: 8px;
|
763
762
|
z-index: 100;
|
764
763
|
top: 90px;
|
@@ -933,7 +932,7 @@
|
|
933
932
|
}
|
934
933
|
._3-lqN {
|
935
934
|
width: 100%;
|
936
|
-
border-radius:
|
935
|
+
border-radius: 8px;
|
937
936
|
border-spacing: 0;
|
938
937
|
border-collapse: unset;
|
939
938
|
overflow: hidden;
|
@@ -967,14 +966,14 @@
|
|
967
966
|
font-size: 13px;
|
968
967
|
font-weight: bold;
|
969
968
|
text-align: left;
|
970
|
-
padding: 0
|
969
|
+
padding: 0 8px;
|
971
970
|
background-color: var(--secondary-color);
|
972
971
|
border: 0;
|
973
972
|
}
|
974
973
|
._2PYe5 {
|
975
974
|
font-size: 13px;
|
976
975
|
text-align: left;
|
977
|
-
padding: 0
|
976
|
+
padding: 0 8px;
|
978
977
|
}
|
979
978
|
|
980
979
|
._233g5 > tr > td {
|
@@ -997,12 +996,12 @@
|
|
997
996
|
}
|
998
997
|
|
999
998
|
._1kRJw {
|
1000
|
-
border-left:
|
999
|
+
border-left: 2px solid var(--white) !important;
|
1001
1000
|
border-top-left-radius: 5px !important;
|
1002
1001
|
border-bottom-left-radius: 5px !important;
|
1003
1002
|
}
|
1004
1003
|
._2GJJR {
|
1005
|
-
border-right:
|
1004
|
+
border-right: 2px solid var(--white) !important;
|
1006
1005
|
border-top-right-radius: 5px !important;
|
1007
1006
|
border-bottom-right-radius: 5px !important;
|
1008
1007
|
}
|
@@ -1048,11 +1047,11 @@
|
|
1048
1047
|
._2C7Rd tbody th{
|
1049
1048
|
border-bottom-left-radius: 15px;
|
1050
1049
|
border-bottom-right-radius: 15px;
|
1051
|
-
border:
|
1050
|
+
border: 2px solid var(--secondary-color);
|
1052
1051
|
}
|
1053
1052
|
|
1054
1053
|
._2C7Rd th{
|
1055
|
-
border-left:
|
1054
|
+
border-left: 2px solid var(--secondary-color);
|
1056
1055
|
}
|
1057
1056
|
|
1058
1057
|
._2C7Rd td {
|
@@ -1543,7 +1542,7 @@
|
|
1543
1542
|
display: flex;
|
1544
1543
|
width: 100%;
|
1545
1544
|
height: 50px;
|
1546
|
-
border: solid
|
1545
|
+
border: solid 2px var(--primary-color);
|
1547
1546
|
overflow: hidden;
|
1548
1547
|
border-radius: 8px;
|
1549
1548
|
}
|
@@ -1580,7 +1579,7 @@
|
|
1580
1579
|
._2boVV {
|
1581
1580
|
display: flex;
|
1582
1581
|
position: relative;
|
1583
|
-
border: var(--gray) dashed
|
1582
|
+
border: var(--gray) dashed 2px;
|
1584
1583
|
border-radius: 8px;
|
1585
1584
|
}
|
1586
1585
|
|
@@ -1592,7 +1591,7 @@
|
|
1592
1591
|
}
|
1593
1592
|
|
1594
1593
|
._2boVV._O6vhI {
|
1595
|
-
border: #d3d3d3 solid
|
1594
|
+
border: #d3d3d3 solid 2px;
|
1596
1595
|
}
|
1597
1596
|
|
1598
1597
|
._WECto {
|
@@ -1650,7 +1649,7 @@
|
|
1650
1649
|
background-color: var(--white);
|
1651
1650
|
padding: 12px;
|
1652
1651
|
width: 100%;
|
1653
|
-
border-bottom: solid
|
1652
|
+
border-bottom: solid 2px var(--primary-color);
|
1654
1653
|
cursor: pointer;
|
1655
1654
|
transition: 0.4s;
|
1656
1655
|
opacity: 0.5;
|
@@ -1682,7 +1681,6 @@
|
|
1682
1681
|
display: block;
|
1683
1682
|
padding: 20px 0;
|
1684
1683
|
}
|
1685
|
-
|
1686
1684
|
._1-Kad {
|
1687
1685
|
display: flex;
|
1688
1686
|
width: 100%;
|
@@ -2484,7 +2482,7 @@
|
|
2484
2482
|
}
|
2485
2483
|
|
2486
2484
|
._2mqrQ > li:hover {
|
2487
|
-
opacity: 0.
|
2485
|
+
opacity: 0.7 !important;
|
2488
2486
|
}
|
2489
2487
|
|
2490
2488
|
._2mqrQ > ._13Qaa {
|
@@ -2492,7 +2490,7 @@
|
|
2492
2490
|
}
|
2493
2491
|
|
2494
2492
|
._2mqrQ > ._13Qaa:hover {
|
2495
|
-
opacity: 0.
|
2493
|
+
opacity: 0.7 !important;
|
2496
2494
|
}
|
2497
2495
|
|
2498
2496
|
._2mqrQ > ._13Qaa > a {
|
@@ -2504,7 +2502,7 @@
|
|
2504
2502
|
}
|
2505
2503
|
|
2506
2504
|
._2mqrQ > ._11Sql:hover {
|
2507
|
-
opacity: 0.
|
2505
|
+
opacity: 0.7 !important;
|
2508
2506
|
}
|
2509
2507
|
|
2510
2508
|
._2mqrQ > ._11Sql > a {
|
@@ -2541,7 +2539,7 @@
|
|
2541
2539
|
display: flex;
|
2542
2540
|
width: 150px;
|
2543
2541
|
height: 200px;
|
2544
|
-
border: dashed
|
2542
|
+
border: dashed 2px var(--gray);
|
2545
2543
|
border-radius: 8px;
|
2546
2544
|
cursor: pointer;
|
2547
2545
|
transition: 0.3s;
|
@@ -2591,7 +2589,7 @@
|
|
2591
2589
|
display: flex;
|
2592
2590
|
width: 100%;
|
2593
2591
|
min-height: 200px;
|
2594
|
-
border: dashed
|
2592
|
+
border: dashed 2px var(--primary-color);
|
2595
2593
|
border-radius: 8px;
|
2596
2594
|
cursor: pointer;
|
2597
2595
|
transition: 0.3s;
|
@@ -2599,11 +2597,11 @@
|
|
2599
2597
|
}
|
2600
2598
|
|
2601
2599
|
._HCj8R:hover {
|
2602
|
-
border: dashed
|
2600
|
+
border: dashed 2px var(--gray);
|
2603
2601
|
}
|
2604
2602
|
|
2605
2603
|
._HCj8R:active {
|
2606
|
-
border: dashed
|
2604
|
+
border: dashed 2px var(--secondary-color);
|
2607
2605
|
}
|
2608
2606
|
|
2609
2607
|
._2NB9V {
|