mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
more specific selectors
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user