1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

more specific selectors

This commit is contained in:
Kyle Spearrin
2018-01-31 22:35:44 -05:00
parent 777d848d06
commit 8f7ae6cfaa
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
@import "variables.scss";
#login {
#login-page {
display: flex;
justify-content: center;
align-items: center;
@@ -23,7 +23,7 @@
}
}
#register, #hint {
#register-page, #hint-page {
margin-top: 20px;
.content {
@@ -31,7 +31,7 @@
}
}
#login, #register, #hint {
#login-page, #register-page, #hint-page {
.content {
max-width: 300px;