joywok-material-components
Version:
<h1 align="center"> Joywok Material Components </h1>
22 lines (21 loc) • 569 B
CSS
.custom-select.custom-select-tag {
border: none;
border-bottom: 1px solid #ccc;
border-radius: 0;
}
.custom-select.custom-select-tag .custom-select-c {
padding: 0px;
}
.custom-select.custom-select-tag .custom-select-c .custom-select-placeholder {
left: 0;
color: #b0b0b0;
}
.custom-select.custom-select-tag .custom-select-search-input {
margin-top: 3px;
}
.custom-select.custom-select-tag .custom-select-list .custom-select-check-i {
height: 22px;
}
.custom-select.custom-select-tag .custom-select-list .custom-select-check-i svg {
font-size: 18px;
}