mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
password hint page
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user