Skip to content

Commit

Permalink
FIX: Password Reset Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Apr 16, 2023
1 parent a54b0b2 commit d80d964
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/css/application-branding.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ a.reset-password-link {
display: block;
text-align: right;
color: var(--pp-grey);
text-decoration: none;
}

.reset-password-link svg {
Expand Down Expand Up @@ -240,6 +241,7 @@ input#form-username, input#form-password {
border: 0;
border-radius: 0;
height: 31px;
color: #4D4D4D;
}

.required-wrapper {
Expand Down

0 comments on commit d80d964

Please sign in to comment.