fleet/frontend/pages/ForgotPasswordPage/_styles.scss
2022-06-13 07:51:37 -07:00

16 lines
277 B
SCSS

.forgot-password {
p {
font-size: 1rem;
}
&__text {
font-size: 1rem;
margin-top: 2.5rem;
img.icon-external {
width: 14px;
padding-left: 4px;
}
}
&__email {
font-weight: bold;
}
}