mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
14 lines
199 B
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;
|
|
}
|
|
}
|