1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

lock/unlock

This commit is contained in:
Kyle Spearrin
2018-02-09 22:47:53 -05:00
parent 9cb2d2087c
commit a77b16b766
9 changed files with 113 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
@import "variables.scss";
#login-page {
#login-page, #lock-page {
display: flex;
justify-content: center;
align-items: center;
@@ -37,15 +37,15 @@
display: block;
border-radius: $border-radius;
}
p {
text-align: center
}
}
#login-page, #register-page, #hint-page, #two-factor-page {
#login-page, #register-page, #hint-page, #two-factor-page, #lock-page {
.content {
max-width: 300px;
width: 300px;
p {
text-align: center
}
p.lead, h1 {
font-size: $font-size-large;