ui-kit-ck-consultant 0.5.219 → 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 +125 -2
- package/dist/index.js +286 -201
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +286 -202
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -64,8 +64,11 @@
|
|
64
64
|
border-radius: 15px;
|
65
65
|
}
|
66
66
|
|
67
|
-
._2YluD.
|
67
|
+
._2YluD._2vjgy {
|
68
68
|
background-color: transparent !important;
|
69
|
+
box-shadow: none !important;
|
70
|
+
padding: 0 !important;
|
71
|
+
padding-top: 64px !important;
|
69
72
|
}
|
70
73
|
|
71
74
|
._2YluD._22C7A {
|
@@ -681,6 +684,125 @@
|
|
681
684
|
color: var(--red) !important;
|
682
685
|
}
|
683
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
|
+
|
684
806
|
._3t7tP{
|
685
807
|
display: block;
|
686
808
|
}
|
@@ -689,7 +811,7 @@
|
|
689
811
|
display: inline-block;
|
690
812
|
position: relative;
|
691
813
|
padding-left: 30px;
|
692
|
-
padding-top:
|
814
|
+
padding-top: 2px;
|
693
815
|
padding-bottom: 4px;
|
694
816
|
cursor: pointer;
|
695
817
|
font-size: 16px;
|
@@ -742,6 +864,7 @@
|
|
742
864
|
border-width: 0 3px 3px 0;
|
743
865
|
transform: rotate(45deg);
|
744
866
|
}
|
867
|
+
|
745
868
|
._3mKHO{
|
746
869
|
display: block;
|
747
870
|
}
|