fleet/frontend/styles/global/_forms.scss

14 lines
199 B
SCSS

.input-with-icon {
::placeholder {
color: $core-fleet-blue;
opacity: 1;
}
}
#app {
.Select.is-disabled > .Select-control {
background: transparent;
pointer-events: none;
}
}