styles.less 502 Bytes
@import '~@qx/ui/src/style/variable.less';

.qx-form-select {
  width: 100%;
  border-radius: 4px;

  &__dropdown-bottom {
    width: 100% !important;
    height: 50px !important;
    text-align: left !important;
    background-color: #fff !important;
    border-top: 1px solid @N4 !important;
  }
  .qx-input-select-dropdown__list-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    margin: 0;
  }
}