ui-kit-ck-consultant 0.5.315 → 0.5.316
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 +6 -9
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -466,7 +466,6 @@
|
|
466
466
|
border-radius: 8px;
|
467
467
|
color: var(--black);
|
468
468
|
font-size: 14px;
|
469
|
-
padding: 20px;
|
470
469
|
transition: 0.6s;
|
471
470
|
opacity: 1;
|
472
471
|
padding: 5px 10px;
|
@@ -647,19 +646,18 @@
|
|
647
646
|
font-size: 14px;
|
648
647
|
font-weight: bold;
|
649
648
|
color: var(--black);
|
650
|
-
margin-bottom:
|
649
|
+
margin-bottom: 4px;
|
651
650
|
}
|
652
651
|
|
653
652
|
._6hnFm {
|
654
|
-
height: 50px;
|
655
653
|
width: 100%;
|
656
|
-
border: solid
|
654
|
+
border: solid 0.7px var(--gray);
|
657
655
|
border-radius: 8px;
|
658
656
|
color: var(--black);
|
659
657
|
font-size: 14px;
|
660
|
-
padding: 0 20px;
|
661
658
|
transition: 0.6s;
|
662
659
|
opacity: 1;
|
660
|
+
padding: 5px 10px;
|
663
661
|
}
|
664
662
|
._6hnFm::-moz-placeholder {
|
665
663
|
color: var(--gray);
|
@@ -694,20 +692,19 @@
|
|
694
692
|
font-size: 14px;
|
695
693
|
font-weight: bold;
|
696
694
|
color: var(--black);
|
697
|
-
margin-bottom:
|
695
|
+
margin-bottom: 4px;
|
698
696
|
}
|
699
697
|
|
700
698
|
._3BzwZ {
|
701
699
|
display: flex;
|
702
|
-
height: 50px;
|
703
700
|
width: 100%;
|
704
|
-
border: solid
|
701
|
+
border: solid 0.7px var(--gray);
|
705
702
|
border-radius: 8px;
|
706
703
|
color: var(--black);
|
707
704
|
font-size: 14px;
|
708
|
-
padding: 0 20px;
|
709
705
|
transition: 0.6s;
|
710
706
|
opacity: 1;
|
707
|
+
padding: 5px 10px;
|
711
708
|
background-color: var(--white);
|
712
709
|
-webkit-touch-callout: none;
|
713
710
|
-webkit-user-select: none;
|