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

styling updates

This commit is contained in:
Kyle Spearrin
2018-01-31 16:51:59 -05:00
parent ae955e6650
commit 44bfeffcdd
4 changed files with 17 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
@import "variables.scss";
#login, #register {
#login {
display: flex;
justify-content: center;
align-items: center;
@@ -15,7 +15,17 @@
height: calc(100% + 300px);
margin-top: -300px;
}
}
#register {
margin-top: 20px;
.content {
margin: 0 auto;
}
}
#login, #register {
.content {
max-width: 300px;