Properly theme firstrunwizard logo in example theme
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
7c68e0eae7
commit
bb8c481dcc
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ button.primary:focus,
|
||||||
}
|
}
|
||||||
|
|
||||||
/* use logos from theme */
|
/* use logos from theme */
|
||||||
#header .logo {
|
#header .logo,
|
||||||
|
#firstrunwizard .logo {
|
||||||
background-image: url('../img/logo.svg');
|
background-image: url('../img/logo.svg');
|
||||||
width: 256px;
|
width: 256px;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
|
|
Loading…
Reference in a new issue