Browse Source

Merge pull request #4771 from nextcloud/error-page-logo-css

use the same logo css for the error page as the login page
pull/4800/head
Joas Schilling 9 years ago
committed by GitHub
parent
commit
d84a6ec3f3
  1. 6
      core/css/header.scss

6
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 */

Loading…
Cancel
Save