mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
styling updates
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user