@use "../global/variables" as *; .el-select__wrapper { height: 36px !important; min-height: 50px !important; background-color: transparent !important; } .el-select--large .el-select__wrapper { border-radius: $default_border_radius !important; box-shadow: none !important; border: 1px solid $border !important; font-size: 16px !important; } .el-select__placeholder.is-transparent { color: $disabled_secondary !important; } .el-select__popper.el-popper { background-color: $main_hover !important; } .el-select-dropdown__item { color: $primary_dark !important; } .el-select-dropdown__item.is-hovering { color: $primary !important; background-color: $main !important; }