fleet/frontend/pages/ForgotPasswordPage/_styles.scss
noahtalerman e3edcc0ed7
Make password reset styles consistent with new global styles. (#120)
The changes include adding sentence casing and updating the styles of the and components.
2020-12-10 14:34:17 -08:00

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;
}
}