mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
15 lines
226 B
SCSS
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;
|
|
}
|
|
}
|