10 lines
249 B
SCSS
10 lines
249 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));
|
|
// height: 42px;
|
|
border-radius: 0.5rem;
|
|
.ng-value-container .ng-input {
|
|
top: 10px;
|
|
}
|
|
}
|