fleet/frontend/styles/global/_forms.scss
2025-09-29 12:10:41 -05:00

15 lines
226 B
SCSS

.input-with-icon {
&__input {
::placeholder {
color: $ui-fleet-black-50;
opacity: 1;
}
}
}
#app {
.Select.is-disabled > .Select-control {
background: transparent;
pointer-events: none;
}
}