From 694c9ad49c21b074fac92c6b4eefb889d3468656 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Tue, 9 May 2017 18:14:33 +0200 Subject: [PATCH] use the same logo css for the error page as the login page Signed-off-by: Robin Appelman --- core/css/header.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/css/header.scss b/core/css/header.scss index 50d270a6ff9..4f252f08b47 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -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; } -} \ No newline at end of file +}