Merge pull request #14338 from nextcloud/theme/firstrun-logo-example

Properly theme firstrunwizard logo in example theme
This commit is contained in:
Roeland Jago Douma 2019-02-22 13:20:41 +01:00 committed by GitHub
commit 21778474aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,7 +74,8 @@ button.primary:focus,
}
/* use logos from theme */
#header .logo {
#header .logo,
#firstrunwizard .logo {
background-image: url('../img/logo.svg');
width: 256px;
height: 128px;