styles.less
419 Bytes
@import '~@qx/ui/src/style/variable.less';
.qx-form-select {
width: 100%;
border-radius: 4px;
&__dropdown-bottom {
width: 100%;
height: 48px !important;
text-align: left !important;
background-color: #fff !important;
border: none;
border-top: 1px solid @N4 !important;
border-radius: 0;
box-sizing: border-box;
}
&__input-prefix {
color: @B8;
font-size: 16px;
}
}