Skip to content

Commit

Permalink
Restore forgot-ia email CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbarnes committed Aug 19, 2024
1 parent c47b3f6 commit d2a783f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions static/css/legacy.less
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,20 @@ div.verify {
}

// openlibrary/templates/account/email/forgot-ia.html
.forgot-email {
font-size: .8em;
&-form {
padding: 10px 0;
.form-row {
margin-bottom: 10px;
}
label {
font-family: @lucida_sans_serif-1;
color: @dark-grey;
font-weight: 600;
}
}
}

/* FOOTER */
@import (less) "components/footer.less";
Expand Down

0 comments on commit d2a783f

Please sign in to comment.