ui-kit-ck-consultant 0.5.109 → 0.5.113
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/css/style.css +1 -1
- package/dist/index.css +23 -13
- package/package.json +1 -1
package/css/style.css
CHANGED
package/dist/index.css
CHANGED
@@ -1385,10 +1385,13 @@
|
|
1385
1385
|
color: var(--white);
|
1386
1386
|
}
|
1387
1387
|
|
1388
|
-
._38JFK._1Km4b
|
1389
|
-
|
1390
|
-
|
1391
|
-
|
1388
|
+
._38JFK._1Km4b,
|
1389
|
+
._38JFK._1Km4b:hover,
|
1390
|
+
._38JFK._1Km4b:active {
|
1391
|
+
cursor: not-allowed !important;
|
1392
|
+
background-color: var(--gray) !important;
|
1393
|
+
color: var(--white) !important;
|
1394
|
+
opacity: 1 !important;
|
1392
1395
|
}
|
1393
1396
|
|
1394
1397
|
._38JFK:not(._NU04_):hover {
|
@@ -1508,19 +1511,26 @@
|
|
1508
1511
|
color: var(--white);
|
1509
1512
|
}
|
1510
1513
|
|
1511
|
-
._2JnR3._3c4B_ > div:first-child
|
1512
|
-
|
1513
|
-
|
1514
|
+
._2JnR3._3c4B_ > div:first-child,
|
1515
|
+
._2JnR3._3c4B_:hover > div:first-child,
|
1516
|
+
._2JnR3._3c4B_:active > div:first-child {
|
1517
|
+
border-bottom-color: var(--gray) !important;
|
1518
|
+
border-top-color: var(--gray) !important;
|
1514
1519
|
}
|
1515
1520
|
|
1516
|
-
._2JnR3._3c4B_ > div:last-child
|
1517
|
-
|
1521
|
+
._2JnR3._3c4B_ > div:last-child,
|
1522
|
+
._2JnR3._3c4B_:hover > div:last-child,
|
1523
|
+
._2JnR3._3c4B_:active > div:last-child {
|
1524
|
+
border-left-color: var(--gray) !important;
|
1518
1525
|
}
|
1519
1526
|
|
1520
|
-
._2JnR3._3c4B_
|
1521
|
-
|
1522
|
-
|
1523
|
-
|
1527
|
+
._2JnR3._3c4B_,
|
1528
|
+
._2JnR3._3c4B_:hover,
|
1529
|
+
._2JnR3._3c4B_:active {
|
1530
|
+
cursor: not-allowed !important;
|
1531
|
+
background-color: var(--gray) !important;
|
1532
|
+
color: var(--white) !important;
|
1533
|
+
opacity: 1 !important;
|
1524
1534
|
}
|
1525
1535
|
|
1526
1536
|
._2JnR3:not(._a0pKA):hover > div:first-child {
|