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.
24 lines
282 B
SCSS
24 lines
282 B
SCSS
.forgot-password {
|
|
transform: translateY(-50px);
|
|
|
|
&__header {
|
|
text-align: left;
|
|
}
|
|
|
|
&__text-wrapper {
|
|
font-size: $small;
|
|
}
|
|
|
|
&__text {
|
|
font-size: $small;
|
|
|
|
span {
|
|
color: $core-vibrant-blue;
|
|
}
|
|
}
|
|
|
|
&__email {
|
|
color: $core-fleet-purple;
|
|
}
|
|
}
|