ui-kit-ck-consultant 0.5.234 → 0.5.235
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 +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -488,7 +488,7 @@
|
|
488
488
|
font-size: 14px;
|
489
489
|
padding: 0 20px;
|
490
490
|
transition: 0.6s;
|
491
|
-
opacity:
|
491
|
+
opacity: 1;
|
492
492
|
}
|
493
493
|
._1Fq5R::-moz-placeholder, ._1XBGF::-moz-placeholder {
|
494
494
|
color: var(--gray);
|
@@ -678,7 +678,7 @@
|
|
678
678
|
font-size: 14px;
|
679
679
|
padding: 0 20px;
|
680
680
|
transition: 0.6s;
|
681
|
-
opacity:
|
681
|
+
opacity: 1;
|
682
682
|
}
|
683
683
|
._6hnFm::-moz-placeholder {
|
684
684
|
color: var(--gray);
|
@@ -726,7 +726,7 @@
|
|
726
726
|
font-size: 14px;
|
727
727
|
padding: 0 20px;
|
728
728
|
transition: 0.6s;
|
729
|
-
opacity:
|
729
|
+
opacity: 1;
|
730
730
|
background-color: var(--white);
|
731
731
|
-webkit-touch-callout: none;
|
732
732
|
-webkit-user-select: none;
|