ui-kit-ck-consultant 0.5.316 → 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 +40 -38
- 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;
|
@@ -492,7 +493,7 @@
|
|
492
493
|
height: 50px;
|
493
494
|
width: 100%;
|
494
495
|
overflow: hidden;
|
495
|
-
border: solid
|
496
|
+
border: solid 0.7px var(--gray);
|
496
497
|
border-radius: 8px;
|
497
498
|
color: #b3b3b3;
|
498
499
|
transition: 0.4s;
|
@@ -522,7 +523,7 @@
|
|
522
523
|
._1XBGF:focus,
|
523
524
|
._30Dbq:hover {
|
524
525
|
outline: none;
|
525
|
-
border: solid
|
526
|
+
border: solid 0.7px #b3b3b3;
|
526
527
|
}
|
527
528
|
|
528
529
|
._1Fq5R[disabled],
|
@@ -541,7 +542,7 @@
|
|
541
542
|
|
542
543
|
._3--n1 {
|
543
544
|
width: 100%;
|
544
|
-
border: solid
|
545
|
+
border: solid 0.7px var(--gray);
|
545
546
|
border-radius: 8px;
|
546
547
|
color: var(--black);
|
547
548
|
font-size: 14px;
|
@@ -567,7 +568,7 @@
|
|
567
568
|
|
568
569
|
._3--n1:focus {
|
569
570
|
outline: none;
|
570
|
-
border: solid
|
571
|
+
border: solid 0.7px #b3b3b3;
|
571
572
|
}
|
572
573
|
|
573
574
|
._3--n1[disabled] {
|
@@ -591,7 +592,7 @@
|
|
591
592
|
display: flex;
|
592
593
|
height: 50px;
|
593
594
|
width: 100%;
|
594
|
-
border: solid
|
595
|
+
border: solid 0.7px var(--gray);
|
595
596
|
border-radius: 8px;
|
596
597
|
color: var(--black);
|
597
598
|
font-size: 14px;
|
@@ -611,7 +612,7 @@
|
|
611
612
|
|
612
613
|
._1DiO5:focus {
|
613
614
|
outline: none;
|
614
|
-
border: solid
|
615
|
+
border: solid 0.7px #b3b3b3;
|
615
616
|
}
|
616
617
|
|
617
618
|
._1DiO5[disabled] {
|
@@ -667,7 +668,7 @@
|
|
667
668
|
}
|
668
669
|
._6hnFm:focus {
|
669
670
|
outline: none;
|
670
|
-
border: solid
|
671
|
+
border: solid 0.7px #b3b3b3;
|
671
672
|
}
|
672
673
|
._6hnFm[disabled] {
|
673
674
|
cursor: not-allowed;
|
@@ -721,7 +722,7 @@
|
|
721
722
|
}
|
722
723
|
._3BzwZ:focus {
|
723
724
|
outline: none;
|
724
|
-
border: solid
|
725
|
+
border: solid 0.7px #b3b3b3;
|
725
726
|
}
|
726
727
|
._3BzwZ[disabled] {
|
727
728
|
cursor: not-allowed;
|
@@ -757,7 +758,7 @@
|
|
757
758
|
height: 280px;
|
758
759
|
max-height: 450px;
|
759
760
|
background-color: var(--white);
|
760
|
-
border: solid
|
761
|
+
border: solid 0.7px var(--gray);
|
761
762
|
border-radius: 8px;
|
762
763
|
z-index: 100;
|
763
764
|
top: 90px;
|
@@ -932,7 +933,7 @@
|
|
932
933
|
}
|
933
934
|
._3-lqN {
|
934
935
|
width: 100%;
|
935
|
-
border-radius:
|
936
|
+
border-radius: 6px;
|
936
937
|
border-spacing: 0;
|
937
938
|
border-collapse: unset;
|
938
939
|
overflow: hidden;
|
@@ -966,14 +967,14 @@
|
|
966
967
|
font-size: 13px;
|
967
968
|
font-weight: bold;
|
968
969
|
text-align: left;
|
969
|
-
padding: 0
|
970
|
+
padding: 0 6px;
|
970
971
|
background-color: var(--secondary-color);
|
971
972
|
border: 0;
|
972
973
|
}
|
973
974
|
._2PYe5 {
|
974
975
|
font-size: 13px;
|
975
976
|
text-align: left;
|
976
|
-
padding: 0
|
977
|
+
padding: 0 6px;
|
977
978
|
}
|
978
979
|
|
979
980
|
._233g5 > tr > td {
|
@@ -996,12 +997,12 @@
|
|
996
997
|
}
|
997
998
|
|
998
999
|
._1kRJw {
|
999
|
-
border-left:
|
1000
|
+
border-left: 0.7px solid var(--white) !important;
|
1000
1001
|
border-top-left-radius: 5px !important;
|
1001
1002
|
border-bottom-left-radius: 5px !important;
|
1002
1003
|
}
|
1003
1004
|
._2GJJR {
|
1004
|
-
border-right:
|
1005
|
+
border-right: 0.7px solid var(--white) !important;
|
1005
1006
|
border-top-right-radius: 5px !important;
|
1006
1007
|
border-bottom-right-radius: 5px !important;
|
1007
1008
|
}
|
@@ -1047,11 +1048,11 @@
|
|
1047
1048
|
._2C7Rd tbody th{
|
1048
1049
|
border-bottom-left-radius: 15px;
|
1049
1050
|
border-bottom-right-radius: 15px;
|
1050
|
-
border:
|
1051
|
+
border: 0.7px solid var(--secondary-color);
|
1051
1052
|
}
|
1052
1053
|
|
1053
1054
|
._2C7Rd th{
|
1054
|
-
border-left:
|
1055
|
+
border-left: 0.7px solid var(--secondary-color);
|
1055
1056
|
}
|
1056
1057
|
|
1057
1058
|
._2C7Rd td {
|
@@ -1542,7 +1543,7 @@
|
|
1542
1543
|
display: flex;
|
1543
1544
|
width: 100%;
|
1544
1545
|
height: 50px;
|
1545
|
-
border: solid
|
1546
|
+
border: solid 0.7px var(--primary-color);
|
1546
1547
|
overflow: hidden;
|
1547
1548
|
border-radius: 8px;
|
1548
1549
|
}
|
@@ -1579,7 +1580,7 @@
|
|
1579
1580
|
._2boVV {
|
1580
1581
|
display: flex;
|
1581
1582
|
position: relative;
|
1582
|
-
border: var(--gray) dashed
|
1583
|
+
border: var(--gray) dashed 0.7px;
|
1583
1584
|
border-radius: 8px;
|
1584
1585
|
}
|
1585
1586
|
|
@@ -1591,7 +1592,7 @@
|
|
1591
1592
|
}
|
1592
1593
|
|
1593
1594
|
._2boVV._O6vhI {
|
1594
|
-
border: #d3d3d3 solid
|
1595
|
+
border: #d3d3d3 solid 0.7px;
|
1595
1596
|
}
|
1596
1597
|
|
1597
1598
|
._WECto {
|
@@ -1649,7 +1650,7 @@
|
|
1649
1650
|
background-color: var(--white);
|
1650
1651
|
padding: 12px;
|
1651
1652
|
width: 100%;
|
1652
|
-
border-bottom: solid
|
1653
|
+
border-bottom: solid 0.7px var(--primary-color);
|
1653
1654
|
cursor: pointer;
|
1654
1655
|
transition: 0.4s;
|
1655
1656
|
opacity: 0.5;
|
@@ -1681,6 +1682,7 @@
|
|
1681
1682
|
display: block;
|
1682
1683
|
padding: 20px 0;
|
1683
1684
|
}
|
1685
|
+
|
1684
1686
|
._1-Kad {
|
1685
1687
|
display: flex;
|
1686
1688
|
width: 100%;
|
@@ -2482,7 +2484,7 @@
|
|
2482
2484
|
}
|
2483
2485
|
|
2484
2486
|
._2mqrQ > li:hover {
|
2485
|
-
opacity: 0.
|
2487
|
+
opacity: 0.7px!important;
|
2486
2488
|
}
|
2487
2489
|
|
2488
2490
|
._2mqrQ > ._13Qaa {
|
@@ -2490,7 +2492,7 @@
|
|
2490
2492
|
}
|
2491
2493
|
|
2492
2494
|
._2mqrQ > ._13Qaa:hover {
|
2493
|
-
opacity: 0.
|
2495
|
+
opacity: 0.7px!important;
|
2494
2496
|
}
|
2495
2497
|
|
2496
2498
|
._2mqrQ > ._13Qaa > a {
|
@@ -2502,7 +2504,7 @@
|
|
2502
2504
|
}
|
2503
2505
|
|
2504
2506
|
._2mqrQ > ._11Sql:hover {
|
2505
|
-
opacity: 0.
|
2507
|
+
opacity: 0.7px!important;
|
2506
2508
|
}
|
2507
2509
|
|
2508
2510
|
._2mqrQ > ._11Sql > a {
|
@@ -2539,7 +2541,7 @@
|
|
2539
2541
|
display: flex;
|
2540
2542
|
width: 150px;
|
2541
2543
|
height: 200px;
|
2542
|
-
border: dashed
|
2544
|
+
border: dashed 0.7pxvar(--gray);
|
2543
2545
|
border-radius: 8px;
|
2544
2546
|
cursor: pointer;
|
2545
2547
|
transition: 0.3s;
|
@@ -2589,7 +2591,7 @@
|
|
2589
2591
|
display: flex;
|
2590
2592
|
width: 100%;
|
2591
2593
|
min-height: 200px;
|
2592
|
-
border: dashed
|
2594
|
+
border: dashed 0.7pxvar(--primary-color);
|
2593
2595
|
border-radius: 8px;
|
2594
2596
|
cursor: pointer;
|
2595
2597
|
transition: 0.3s;
|
@@ -2597,11 +2599,11 @@
|
|
2597
2599
|
}
|
2598
2600
|
|
2599
2601
|
._HCj8R:hover {
|
2600
|
-
border: dashed
|
2602
|
+
border: dashed 0.7pxvar(--gray);
|
2601
2603
|
}
|
2602
2604
|
|
2603
2605
|
._HCj8R:active {
|
2604
|
-
border: dashed
|
2606
|
+
border: dashed 0.7pxvar(--secondary-color);
|
2605
2607
|
}
|
2606
2608
|
|
2607
2609
|
._2NB9V {
|