Files
IPA/ipa-customer/scss/light/plugins/tomSelect/custom-tomSelect.scss
diptimhabadi351 1cf6f290de IPA
2024-06-18 13:31:13 +05:30

33 lines
697 B
SCSS

.ts-wrapper {
.ts-control {
border: 1px solid #bfc9d4;
border-radius: 6px;
}
&.multi {
.ts-control {
.item {
background: #eceffe;
border: 0 solid #dee2e6;
color: #3b3f5c;
margin: 0 6px 3px 0;
padding: 4px 7px;
font-weight: 500;
border-radius: 6px;
&.active {
background-color: #304aca;
}
}
}
}
&.focus {
.ts-control {
border-color: #4361ee;
box-shadow: none;
}
}
}