1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

[Reset Password v1] Update Temp Password (#1015)

This commit is contained in:
Vincent Salucci
2021-08-11 12:49:44 -07:00
committed by GitHub
parent 816249a48a
commit d82378a7a0
10 changed files with 188 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
}
}
#register-page, #hint-page, #two-factor-page {
#register-page, #hint-page, #two-factor-page, #update-temp-password-page {
padding-top: 20px;
.content {
@@ -39,7 +39,7 @@
}
}
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page {
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page, #update-temp-password-page {
.content {
width: 300px;
transition: width 0.25s linear;
@@ -184,7 +184,7 @@
}
}
#register-page {
#register-page, #update-temp-password-page {
.content {
width: 400px;
}