ui-kit-ck-consultant 0.5.119 → 0.5.120
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 +5 -5
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1561,6 +1561,11 @@
|
|
1561
1561
|
}
|
1562
1562
|
}
|
1563
1563
|
|
1564
|
+
._2JnR3._a0pKA {
|
1565
|
+
background-color: var(--primary-color);
|
1566
|
+
color: var(--white);
|
1567
|
+
}
|
1568
|
+
|
1564
1569
|
@media screen and (min-width: 640px) {
|
1565
1570
|
._2JnR3:not(:first-child) > div:first-child {
|
1566
1571
|
position: absolute;
|
@@ -1589,11 +1594,6 @@
|
|
1589
1594
|
border-left-color: var(--primary-color);
|
1590
1595
|
}
|
1591
1596
|
|
1592
|
-
._2JnR3._a0pKA {
|
1593
|
-
background-color: var(--primary-color);
|
1594
|
-
color: var(--white);
|
1595
|
-
}
|
1596
|
-
|
1597
1597
|
._2JnR3._3c4B_ > div:first-child,
|
1598
1598
|
._2JnR3._3c4B_:hover > div:first-child,
|
1599
1599
|
._2JnR3._3c4B_:active > div:first-child {
|