Merge pull request #1538 from bitwarden/hotfix/app-root-background

Resolve login page having wrong background
This commit is contained in:
Chad Scharf 2021-01-16 16:40:10 -05:00 committed by GitHub
commit 75a3c26ea6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -342,6 +342,9 @@ app-root {
width: 100%;
height: 100%;
z-index: 980;
@include themify($themes) {
background-color: themed('backgroundColor');
}
}
content {