1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00

Add password show/hide to reprompt (#959)

This commit is contained in:
Oscar Hinton
2021-08-27 15:30:44 +02:00
committed by GitHub
parent 5b4931e260
commit 2ba8925b81
12 changed files with 126 additions and 125 deletions

View File

@@ -415,3 +415,8 @@ app-root > #loading {
margin: 0;
}
}
.password-reprompt {
text-align: left;
margin-top: 15px;
}