1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

[Key Connector] Add support for key connector and OTP (#1135)

Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
Thomas Rittson
2021-11-10 04:00:01 +10:00
committed by GitHub
parent aa73bde593
commit afb30d5e0b
16 changed files with 162 additions and 77 deletions

View File

@@ -1,6 +1,6 @@
@import "variables.scss";
#login-page, #lock-page, #sso-page, #set-password-page {
#login-page, #lock-page, #sso-page, #set-password-page, #remove-password-page {
display: flex;
justify-content: center;
align-items: center;
@@ -23,7 +23,7 @@
}
}
#register-page, #hint-page, #two-factor-page, #update-temp-password-page {
#register-page, #hint-page, #two-factor-page, #update-temp-password-page, #remove-password-page {
padding-top: 20px;
.content {
@@ -136,7 +136,7 @@
}
}
#set-password-page {
#set-password-page, #remove-password-page {
.content {
width: 500px;
@@ -189,3 +189,9 @@
width: 400px;
}
}
#remove-password-page {
.content > p {
margin-bottom: 20px;
}
}