Browse Source

use the same logo css for the error page as the login page

Signed-off-by: Robin Appelman <robin@icewind.nl>
tags/v12.0.0beta3
Robin Appelman 7 years ago
parent
commit
694c9ad49c
No account linked to committer's email address
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      core/css/header.scss

+ 7
- 1
core/css/header.scss View File

@@ -107,6 +107,12 @@
width: 252px;
height: 120px;
margin: 0 auto;

img {
opacity: 0;
max-width: 100%;
max-height: 200px;
}
}
.logo-icon {
/* display logo so appname can be shown next to it */
@@ -538,4 +544,4 @@ nav {
li.hidden {
display: none;
}
}
}

Loading…
Cancel
Save