ui-kit-ck-consultant 0.5.221 → 0.5.222
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 +121 -1
- package/dist/index.js +285 -200
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +285 -201
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -684,6 +684,125 @@
|
|
684
684
|
color: var(--red) !important;
|
685
685
|
}
|
686
686
|
|
687
|
+
._3k6ik {
|
688
|
+
position: relative;
|
689
|
+
}
|
690
|
+
|
691
|
+
._3k6ik > span {
|
692
|
+
display: inline-block;
|
693
|
+
font-size: 14px;
|
694
|
+
font-weight: bold;
|
695
|
+
color: var(--black);
|
696
|
+
margin-bottom: 8px;
|
697
|
+
}
|
698
|
+
|
699
|
+
._3BzwZ {
|
700
|
+
display: flex;
|
701
|
+
height: 50px;
|
702
|
+
width: 100%;
|
703
|
+
border: solid 2px var(--gray);
|
704
|
+
border-radius: 15px;
|
705
|
+
color: var(--black);
|
706
|
+
font-size: 14px;
|
707
|
+
padding: 0 20px;
|
708
|
+
transition: 0.6s;
|
709
|
+
opacity: 0.5;
|
710
|
+
background-color: var(--white);
|
711
|
+
-webkit-touch-callout: none;
|
712
|
+
-webkit-user-select: none;
|
713
|
+
-moz-user-select: none;
|
714
|
+
user-select: none;
|
715
|
+
cursor: pointer;
|
716
|
+
}
|
717
|
+
._3BzwZ::-moz-placeholder {
|
718
|
+
color: var(--gray);
|
719
|
+
}
|
720
|
+
._3BzwZ::placeholder {
|
721
|
+
color: var(--gray);
|
722
|
+
}
|
723
|
+
._3BzwZ:focus {
|
724
|
+
outline: none;
|
725
|
+
border: solid 2px #b3b3b3;
|
726
|
+
}
|
727
|
+
._3BzwZ[disabled] {
|
728
|
+
cursor: not-allowed;
|
729
|
+
background-color: #f5f5f5;
|
730
|
+
}
|
731
|
+
|
732
|
+
._3BzwZ > span {
|
733
|
+
margin: auto;
|
734
|
+
margin-left: 0;
|
735
|
+
font-size: 14px;
|
736
|
+
white-space: nowrap;
|
737
|
+
}
|
738
|
+
|
739
|
+
._3BzwZ > div {
|
740
|
+
margin: auto;
|
741
|
+
margin-right: 0;
|
742
|
+
}
|
743
|
+
|
744
|
+
._20Gvp {
|
745
|
+
margin-top: 4px;
|
746
|
+
display: block !important;
|
747
|
+
width: 100%;
|
748
|
+
text-align: right;
|
749
|
+
margin-bottom: 0;
|
750
|
+
color: var(--red) !important;
|
751
|
+
}
|
752
|
+
|
753
|
+
._oq5Pn {
|
754
|
+
position: absolute;
|
755
|
+
display: flex;
|
756
|
+
flex-direction: column;
|
757
|
+
overflow-y: auto;
|
758
|
+
width: 100%;
|
759
|
+
height: 280px;
|
760
|
+
max-height: 450px;
|
761
|
+
background-color: var(--white);
|
762
|
+
border: solid 2px var(--gray);
|
763
|
+
border-radius: 15px;
|
764
|
+
z-index: 100;
|
765
|
+
top: 90px;
|
766
|
+
padding-top: 8px;
|
767
|
+
-webkit-touch-callout: none;
|
768
|
+
-webkit-user-select: none;
|
769
|
+
-moz-user-select: none;
|
770
|
+
user-select: none;
|
771
|
+
}
|
772
|
+
|
773
|
+
._oq5Pn > div:not(._HjP3u) {
|
774
|
+
padding: 8px 16px;
|
775
|
+
transition: 0.3s;
|
776
|
+
cursor: pointer;
|
777
|
+
}
|
778
|
+
|
779
|
+
._oq5Pn > div:hover:not(._HjP3u) {
|
780
|
+
background-color: #eeeeee;
|
781
|
+
}
|
782
|
+
|
783
|
+
._HjP3u > span {
|
784
|
+
transition: 0.3s;
|
785
|
+
cursor: pointer;
|
786
|
+
font-weight: bold;
|
787
|
+
padding: 8px 16px;
|
788
|
+
}
|
789
|
+
|
790
|
+
._HjP3u > span:hover {
|
791
|
+
opacity: 0.8;
|
792
|
+
}
|
793
|
+
|
794
|
+
._HjP3u > span:active {
|
795
|
+
opacity: 0.6;
|
796
|
+
}
|
797
|
+
|
798
|
+
._HjP3u > span:first-child {
|
799
|
+
color: var(--red);
|
800
|
+
}
|
801
|
+
|
802
|
+
._HjP3u > span:last-child {
|
803
|
+
color: var(--primary-color);
|
804
|
+
}
|
805
|
+
|
687
806
|
._3t7tP{
|
688
807
|
display: block;
|
689
808
|
}
|
@@ -692,7 +811,7 @@
|
|
692
811
|
display: inline-block;
|
693
812
|
position: relative;
|
694
813
|
padding-left: 30px;
|
695
|
-
padding-top:
|
814
|
+
padding-top: 2px;
|
696
815
|
padding-bottom: 4px;
|
697
816
|
cursor: pointer;
|
698
817
|
font-size: 16px;
|
@@ -745,6 +864,7 @@
|
|
745
864
|
border-width: 0 3px 3px 0;
|
746
865
|
transform: rotate(45deg);
|
747
866
|
}
|
867
|
+
|
748
868
|
._3mKHO{
|
749
869
|
display: block;
|
750
870
|
}
|