mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
0f48eb8525
This PR brings the style changes made in the "Align Fleet UI colors with Figma components" #615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
7 lines
88 B
SCSS
7 lines
88 B
SCSS
.input-with-icon {
|
|
::placeholder {
|
|
color: $core-fleet-blue;
|
|
opacity: 1;
|
|
}
|
|
}
|