ui-kit-ck-consultant 0.5.183 → 0.5.184
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 +7 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -2609,9 +2609,16 @@
|
|
2609
2609
|
margin: 5px 0;
|
2610
2610
|
padding: 0 10px;
|
2611
2611
|
z-index: 5;
|
2612
|
+
}
|
2613
|
+
|
2614
|
+
._2RiQY span:first-child{
|
2612
2615
|
text-align: center;
|
2613
2616
|
}
|
2614
2617
|
|
2618
|
+
._2RiQY span:last-child{
|
2619
|
+
font-weight: bold;
|
2620
|
+
}
|
2621
|
+
|
2615
2622
|
._3CtDc {
|
2616
2623
|
margin: 0 auto 5px;
|
2617
2624
|
display: flex;
|