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

password hint page

This commit is contained in:
Kyle Spearrin
2018-01-31 17:06:14 -05:00
parent 44bfeffcdd
commit 16450f3ba9
7 changed files with 88 additions and 12 deletions

View File

@@ -15,9 +15,15 @@
height: calc(100% + 300px);
margin-top: -300px;
}
img {
margin: 0 auto 15px;
width: 282px;
display: block;
}
}
#register {
#register, #hint {
margin-top: 20px;
.content {
@@ -25,20 +31,15 @@
}
}
#login, #register {
#login, #register, #hint {
.content {
max-width: 300px;
img {
margin: 0 auto 15px;
width: 282px;
display: block;
}
p {
p, h1 {
font-size: $font-size-large;
text-align: center;
margin-bottom: 20px;
font-weight: normal;
}
.box {