ui-kit-ck-consultant 0.5.221 → 0.5.224

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 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
+ overflow: hidden;
717
+ }
718
+ ._3BzwZ::-moz-placeholder {
719
+ color: var(--gray);
720
+ }
721
+ ._3BzwZ::placeholder {
722
+ color: var(--gray);
723
+ }
724
+ ._3BzwZ:focus {
725
+ outline: none;
726
+ border: solid 2px #b3b3b3;
727
+ }
728
+ ._3BzwZ[disabled] {
729
+ cursor: not-allowed;
730
+ background-color: #f5f5f5;
731
+ }
732
+
733
+ ._3BzwZ > span {
734
+ margin: auto;
735
+ margin-left: 0;
736
+ font-size: 14px;
737
+ white-space: nowrap;
738
+ }
739
+
740
+ ._3BzwZ > div {
741
+ margin: auto;
742
+ margin-right: 0;
743
+ }
744
+
745
+ ._20Gvp {
746
+ margin-top: 4px;
747
+ display: block !important;
748
+ width: 100%;
749
+ text-align: right;
750
+ margin-bottom: 0;
751
+ color: var(--red) !important;
752
+ }
753
+
754
+ ._oq5Pn {
755
+ position: fixed;
756
+ display: flex;
757
+ flex-direction: column;
758
+ overflow-y: auto;
759
+ width: 100%;
760
+ height: 280px;
761
+ max-height: 450px;
762
+ background-color: var(--white);
763
+ border: solid 2px var(--gray);
764
+ border-radius: 15px;
765
+ z-index: 100;
766
+ top: 90px;
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: 4px;
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
  }