ui-kit-ck-consultant 0.5.315 → 0.5.317
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 +46 -47
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -183,7 +183,7 @@
|
|
183
183
|
._Dv_TK,
|
184
184
|
._3v07V {
|
185
185
|
background-color: var(--primary-color);
|
186
|
-
border:
|
186
|
+
border: 0.7px solid var(--primary-color);
|
187
187
|
width: auto;
|
188
188
|
cursor: pointer;
|
189
189
|
border-radius: 7px;
|
@@ -201,7 +201,7 @@
|
|
201
201
|
._Dv_TK._36slQ,
|
202
202
|
._3v07V._36slQ {
|
203
203
|
background-color: var(--red);
|
204
|
-
border:
|
204
|
+
border: 0.7px solid var(--red);
|
205
205
|
}
|
206
206
|
._3v07V._36slQ > span {
|
207
207
|
color: var(--red);
|
@@ -213,7 +213,7 @@
|
|
213
213
|
._Dv_TK._2bzkq,
|
214
214
|
._3v07V._2bzkq {
|
215
215
|
background-color: var(--blue);
|
216
|
-
border:
|
216
|
+
border: 0.7px solid var(--blue);
|
217
217
|
}
|
218
218
|
._3v07V._2bzkq > span {
|
219
219
|
color: var(--blue);
|
@@ -225,7 +225,7 @@
|
|
225
225
|
._Dv_TK._3q_as,
|
226
226
|
._3v07V._3q_as {
|
227
227
|
background-color: var(--green);
|
228
|
-
border:
|
228
|
+
border: 0.7px solid var(--green);
|
229
229
|
}
|
230
230
|
._3v07V._3q_as > span {
|
231
231
|
color: var(--green);
|
@@ -237,7 +237,7 @@
|
|
237
237
|
._Dv_TK._3h6Fo,
|
238
238
|
._3v07V._3h6Fo {
|
239
239
|
background-color: var(--orange);
|
240
|
-
border:
|
240
|
+
border: 0.7px solid var(--orange);
|
241
241
|
}
|
242
242
|
._3v07V._3h6Fo > span {
|
243
243
|
color: var(--orange);
|
@@ -305,21 +305,22 @@
|
|
305
305
|
._3YJZS {
|
306
306
|
background-color: var(--primary-color);
|
307
307
|
border-radius: 8px;
|
308
|
-
height: 50px;
|
309
|
-
width: 50px;
|
310
|
-
padding: 0;
|
311
|
-
}
|
312
|
-
._3YJZS._3TRE4 {
|
313
308
|
height: 36px;
|
314
309
|
width: 36px;
|
310
|
+
padding: 0;
|
315
311
|
font-size: 16px !important;
|
316
312
|
}
|
313
|
+
._3YJZS._3TRE4 {
|
314
|
+
height: 30px;
|
315
|
+
width: 30px;
|
316
|
+
font-size: 14px !important;
|
317
|
+
}
|
317
318
|
._3YJZS._2D3k1 {
|
318
319
|
height: 80px;
|
319
320
|
width: 80px;
|
320
321
|
}
|
321
322
|
._3ZzkP._3TRE4 {
|
322
|
-
font-size:
|
323
|
+
font-size: 16px;
|
323
324
|
}
|
324
325
|
._3ZzkP._2D3k1 {
|
325
326
|
font-size: 30px;
|
@@ -466,7 +467,6 @@
|
|
466
467
|
border-radius: 8px;
|
467
468
|
color: var(--black);
|
468
469
|
font-size: 14px;
|
469
|
-
padding: 20px;
|
470
470
|
transition: 0.6s;
|
471
471
|
opacity: 1;
|
472
472
|
padding: 5px 10px;
|
@@ -493,7 +493,7 @@
|
|
493
493
|
height: 50px;
|
494
494
|
width: 100%;
|
495
495
|
overflow: hidden;
|
496
|
-
border: solid
|
496
|
+
border: solid 0.7px var(--gray);
|
497
497
|
border-radius: 8px;
|
498
498
|
color: #b3b3b3;
|
499
499
|
transition: 0.4s;
|
@@ -523,7 +523,7 @@
|
|
523
523
|
._1XBGF:focus,
|
524
524
|
._30Dbq:hover {
|
525
525
|
outline: none;
|
526
|
-
border: solid
|
526
|
+
border: solid 0.7px #b3b3b3;
|
527
527
|
}
|
528
528
|
|
529
529
|
._1Fq5R[disabled],
|
@@ -542,7 +542,7 @@
|
|
542
542
|
|
543
543
|
._3--n1 {
|
544
544
|
width: 100%;
|
545
|
-
border: solid
|
545
|
+
border: solid 0.7px var(--gray);
|
546
546
|
border-radius: 8px;
|
547
547
|
color: var(--black);
|
548
548
|
font-size: 14px;
|
@@ -568,7 +568,7 @@
|
|
568
568
|
|
569
569
|
._3--n1:focus {
|
570
570
|
outline: none;
|
571
|
-
border: solid
|
571
|
+
border: solid 0.7px #b3b3b3;
|
572
572
|
}
|
573
573
|
|
574
574
|
._3--n1[disabled] {
|
@@ -592,7 +592,7 @@
|
|
592
592
|
display: flex;
|
593
593
|
height: 50px;
|
594
594
|
width: 100%;
|
595
|
-
border: solid
|
595
|
+
border: solid 0.7px var(--gray);
|
596
596
|
border-radius: 8px;
|
597
597
|
color: var(--black);
|
598
598
|
font-size: 14px;
|
@@ -612,7 +612,7 @@
|
|
612
612
|
|
613
613
|
._1DiO5:focus {
|
614
614
|
outline: none;
|
615
|
-
border: solid
|
615
|
+
border: solid 0.7px #b3b3b3;
|
616
616
|
}
|
617
617
|
|
618
618
|
._1DiO5[disabled] {
|
@@ -647,19 +647,18 @@
|
|
647
647
|
font-size: 14px;
|
648
648
|
font-weight: bold;
|
649
649
|
color: var(--black);
|
650
|
-
margin-bottom:
|
650
|
+
margin-bottom: 4px;
|
651
651
|
}
|
652
652
|
|
653
653
|
._6hnFm {
|
654
|
-
height: 50px;
|
655
654
|
width: 100%;
|
656
|
-
border: solid
|
655
|
+
border: solid 0.7px var(--gray);
|
657
656
|
border-radius: 8px;
|
658
657
|
color: var(--black);
|
659
658
|
font-size: 14px;
|
660
|
-
padding: 0 20px;
|
661
659
|
transition: 0.6s;
|
662
660
|
opacity: 1;
|
661
|
+
padding: 5px 10px;
|
663
662
|
}
|
664
663
|
._6hnFm::-moz-placeholder {
|
665
664
|
color: var(--gray);
|
@@ -669,7 +668,7 @@
|
|
669
668
|
}
|
670
669
|
._6hnFm:focus {
|
671
670
|
outline: none;
|
672
|
-
border: solid
|
671
|
+
border: solid 0.7px #b3b3b3;
|
673
672
|
}
|
674
673
|
._6hnFm[disabled] {
|
675
674
|
cursor: not-allowed;
|
@@ -694,20 +693,19 @@
|
|
694
693
|
font-size: 14px;
|
695
694
|
font-weight: bold;
|
696
695
|
color: var(--black);
|
697
|
-
margin-bottom:
|
696
|
+
margin-bottom: 4px;
|
698
697
|
}
|
699
698
|
|
700
699
|
._3BzwZ {
|
701
700
|
display: flex;
|
702
|
-
height: 50px;
|
703
701
|
width: 100%;
|
704
|
-
border: solid
|
702
|
+
border: solid 0.7px var(--gray);
|
705
703
|
border-radius: 8px;
|
706
704
|
color: var(--black);
|
707
705
|
font-size: 14px;
|
708
|
-
padding: 0 20px;
|
709
706
|
transition: 0.6s;
|
710
707
|
opacity: 1;
|
708
|
+
padding: 5px 10px;
|
711
709
|
background-color: var(--white);
|
712
710
|
-webkit-touch-callout: none;
|
713
711
|
-webkit-user-select: none;
|
@@ -724,7 +722,7 @@
|
|
724
722
|
}
|
725
723
|
._3BzwZ:focus {
|
726
724
|
outline: none;
|
727
|
-
border: solid
|
725
|
+
border: solid 0.7px #b3b3b3;
|
728
726
|
}
|
729
727
|
._3BzwZ[disabled] {
|
730
728
|
cursor: not-allowed;
|
@@ -760,7 +758,7 @@
|
|
760
758
|
height: 280px;
|
761
759
|
max-height: 450px;
|
762
760
|
background-color: var(--white);
|
763
|
-
border: solid
|
761
|
+
border: solid 0.7px var(--gray);
|
764
762
|
border-radius: 8px;
|
765
763
|
z-index: 100;
|
766
764
|
top: 90px;
|
@@ -935,7 +933,7 @@
|
|
935
933
|
}
|
936
934
|
._3-lqN {
|
937
935
|
width: 100%;
|
938
|
-
border-radius:
|
936
|
+
border-radius: 6px;
|
939
937
|
border-spacing: 0;
|
940
938
|
border-collapse: unset;
|
941
939
|
overflow: hidden;
|
@@ -969,14 +967,14 @@
|
|
969
967
|
font-size: 13px;
|
970
968
|
font-weight: bold;
|
971
969
|
text-align: left;
|
972
|
-
padding: 0
|
970
|
+
padding: 0 6px;
|
973
971
|
background-color: var(--secondary-color);
|
974
972
|
border: 0;
|
975
973
|
}
|
976
974
|
._2PYe5 {
|
977
975
|
font-size: 13px;
|
978
976
|
text-align: left;
|
979
|
-
padding: 0
|
977
|
+
padding: 0 6px;
|
980
978
|
}
|
981
979
|
|
982
980
|
._233g5 > tr > td {
|
@@ -999,12 +997,12 @@
|
|
999
997
|
}
|
1000
998
|
|
1001
999
|
._1kRJw {
|
1002
|
-
border-left:
|
1000
|
+
border-left: 0.7px solid var(--white) !important;
|
1003
1001
|
border-top-left-radius: 5px !important;
|
1004
1002
|
border-bottom-left-radius: 5px !important;
|
1005
1003
|
}
|
1006
1004
|
._2GJJR {
|
1007
|
-
border-right:
|
1005
|
+
border-right: 0.7px solid var(--white) !important;
|
1008
1006
|
border-top-right-radius: 5px !important;
|
1009
1007
|
border-bottom-right-radius: 5px !important;
|
1010
1008
|
}
|
@@ -1050,11 +1048,11 @@
|
|
1050
1048
|
._2C7Rd tbody th{
|
1051
1049
|
border-bottom-left-radius: 15px;
|
1052
1050
|
border-bottom-right-radius: 15px;
|
1053
|
-
border:
|
1051
|
+
border: 0.7px solid var(--secondary-color);
|
1054
1052
|
}
|
1055
1053
|
|
1056
1054
|
._2C7Rd th{
|
1057
|
-
border-left:
|
1055
|
+
border-left: 0.7px solid var(--secondary-color);
|
1058
1056
|
}
|
1059
1057
|
|
1060
1058
|
._2C7Rd td {
|
@@ -1545,7 +1543,7 @@
|
|
1545
1543
|
display: flex;
|
1546
1544
|
width: 100%;
|
1547
1545
|
height: 50px;
|
1548
|
-
border: solid
|
1546
|
+
border: solid 0.7px var(--primary-color);
|
1549
1547
|
overflow: hidden;
|
1550
1548
|
border-radius: 8px;
|
1551
1549
|
}
|
@@ -1582,7 +1580,7 @@
|
|
1582
1580
|
._2boVV {
|
1583
1581
|
display: flex;
|
1584
1582
|
position: relative;
|
1585
|
-
border: var(--gray) dashed
|
1583
|
+
border: var(--gray) dashed 0.7px;
|
1586
1584
|
border-radius: 8px;
|
1587
1585
|
}
|
1588
1586
|
|
@@ -1594,7 +1592,7 @@
|
|
1594
1592
|
}
|
1595
1593
|
|
1596
1594
|
._2boVV._O6vhI {
|
1597
|
-
border: #d3d3d3 solid
|
1595
|
+
border: #d3d3d3 solid 0.7px;
|
1598
1596
|
}
|
1599
1597
|
|
1600
1598
|
._WECto {
|
@@ -1652,7 +1650,7 @@
|
|
1652
1650
|
background-color: var(--white);
|
1653
1651
|
padding: 12px;
|
1654
1652
|
width: 100%;
|
1655
|
-
border-bottom: solid
|
1653
|
+
border-bottom: solid 0.7px var(--primary-color);
|
1656
1654
|
cursor: pointer;
|
1657
1655
|
transition: 0.4s;
|
1658
1656
|
opacity: 0.5;
|
@@ -1684,6 +1682,7 @@
|
|
1684
1682
|
display: block;
|
1685
1683
|
padding: 20px 0;
|
1686
1684
|
}
|
1685
|
+
|
1687
1686
|
._1-Kad {
|
1688
1687
|
display: flex;
|
1689
1688
|
width: 100%;
|
@@ -2485,7 +2484,7 @@
|
|
2485
2484
|
}
|
2486
2485
|
|
2487
2486
|
._2mqrQ > li:hover {
|
2488
|
-
opacity: 0.
|
2487
|
+
opacity: 0.7px!important;
|
2489
2488
|
}
|
2490
2489
|
|
2491
2490
|
._2mqrQ > ._13Qaa {
|
@@ -2493,7 +2492,7 @@
|
|
2493
2492
|
}
|
2494
2493
|
|
2495
2494
|
._2mqrQ > ._13Qaa:hover {
|
2496
|
-
opacity: 0.
|
2495
|
+
opacity: 0.7px!important;
|
2497
2496
|
}
|
2498
2497
|
|
2499
2498
|
._2mqrQ > ._13Qaa > a {
|
@@ -2505,7 +2504,7 @@
|
|
2505
2504
|
}
|
2506
2505
|
|
2507
2506
|
._2mqrQ > ._11Sql:hover {
|
2508
|
-
opacity: 0.
|
2507
|
+
opacity: 0.7px!important;
|
2509
2508
|
}
|
2510
2509
|
|
2511
2510
|
._2mqrQ > ._11Sql > a {
|
@@ -2542,7 +2541,7 @@
|
|
2542
2541
|
display: flex;
|
2543
2542
|
width: 150px;
|
2544
2543
|
height: 200px;
|
2545
|
-
border: dashed
|
2544
|
+
border: dashed 0.7pxvar(--gray);
|
2546
2545
|
border-radius: 8px;
|
2547
2546
|
cursor: pointer;
|
2548
2547
|
transition: 0.3s;
|
@@ -2592,7 +2591,7 @@
|
|
2592
2591
|
display: flex;
|
2593
2592
|
width: 100%;
|
2594
2593
|
min-height: 200px;
|
2595
|
-
border: dashed
|
2594
|
+
border: dashed 0.7pxvar(--primary-color);
|
2596
2595
|
border-radius: 8px;
|
2597
2596
|
cursor: pointer;
|
2598
2597
|
transition: 0.3s;
|
@@ -2600,11 +2599,11 @@
|
|
2600
2599
|
}
|
2601
2600
|
|
2602
2601
|
._HCj8R:hover {
|
2603
|
-
border: dashed
|
2602
|
+
border: dashed 0.7pxvar(--gray);
|
2604
2603
|
}
|
2605
2604
|
|
2606
2605
|
._HCj8R:active {
|
2607
|
-
border: dashed
|
2606
|
+
border: dashed 0.7pxvar(--secondary-color);
|
2608
2607
|
}
|
2609
2608
|
|
2610
2609
|
._2NB9V {
|