fonts and colors

This commit is contained in:
2016-12-16 14:00:44 +01:00
parent 832799942e
commit 8bc1a5be69
2 changed files with 7 additions and 4 deletions

View File

@@ -88,11 +88,14 @@ strong {
}
header img {
/* display: block;
margin: auto;
width: 80%; */
}
header img.login {
display: block;
margin: auto;
width: 80%;
}
img.small {
display: inline;
margin: 2px 0 0 10px;

View File

@@ -1,7 +1,7 @@
$header
<article class="login bradius">
<header>
<img class="small" src="templates/{$theme}/assets/img/logo.svg" alt="Management Panel" />
<img class="login" src="templates/{$theme}/assets/img/logo.svg" alt="Management Panel" />
</header>
<if $update_in_progress !== ''>