halleyx-ui-framework 4.4.1 → 4.4.3

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.
@@ -722,7 +722,7 @@ button {
722
722
  font-size: 14px;
723
723
  cursor: pointer;
724
724
  }
725
- .customdropdown-option-container {
725
+ .custom-dropdown-whole-container{
726
726
  position: absolute;
727
727
  width: 100%;
728
728
  // top:45px;
@@ -734,9 +734,22 @@ button {
734
734
  background-color: white;
735
735
  font-family: var(--hlx-font-type-content);
736
736
  z-index: 100000000;
737
+
738
+ .customdropdown-option-container {
739
+ width:100%;
737
740
  overflow-y: auto;
738
741
  overflow-x: hidden;
742
+ height:160px;
739
743
  }
744
+ .fixed-footer{
745
+ height:35px;
746
+ width:100%;
747
+ border-top: 1px solid var(--hlx-border-color);
748
+ // padding: 10px;
749
+ padding-left: 10px;
750
+ display: flex;
751
+ }
752
+ }
740
753
  .no-data-option {
741
754
  display: flex;
742
755
  justify-content: center;
@@ -222,6 +222,7 @@
222
222
  outline: none !important;
223
223
  }
224
224
  .hlx-switch-btn {
225
+ font-family: var(--hlx-font-type-content);
225
226
  display: inline-flex;
226
227
  align-items: center;
227
228
  letter-spacing: 0.14px;