bizmatch-project/bizmatch/src/app/components/search-modal/search-modal.component.scss

13 lines
366 B
SCSS

:host ::ng-deep .ng-select.custom .ng-select-container {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
min-height: 46px;
border-radius: 0.5rem;
.ng-value-container .ng-input {
top: 10px;
}
}
:host ::ng-deep .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
position: unset;
}