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

set frontend layout body class

This commit is contained in:
Kyle Spearrin
2018-06-08 17:37:39 -04:00
parent 5098153fde
commit d4d01cc186
2 changed files with 15 additions and 1 deletions

View File

@@ -62,6 +62,10 @@ html {
body {
min-width: 1010px;
&.layout_frontend {
background-color: #ecf0f5;
}
}
.page-header {