mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 09:18:59 +00:00
e3edcc0ed7
The changes include adding sentence casing and updating the styles of the and components.
24 lines
268 B
SCSS
24 lines
268 B
SCSS
.forgot-password {
|
|
transform: translateY(-50px);
|
|
|
|
&__header {
|
|
text-align: left;
|
|
}
|
|
|
|
&__text-wrapper {
|
|
font-size: $small;
|
|
}
|
|
|
|
&__text {
|
|
font-size: $small;
|
|
|
|
span {
|
|
color: $core-blue;
|
|
}
|
|
}
|
|
|
|
&__email {
|
|
color: $core-purple;
|
|
}
|
|
}
|