mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
7 lines
91 B
SCSS
7 lines
91 B
SCSS
|
|
.input-with-icon {
|
||
|
|
@include placeholder {
|
||
|
|
color: $accent-text;
|
||
|
|
opacity: 1;
|
||
|
|
}
|
||
|
|
}
|