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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user