fonts and colors
This commit is contained in:
@@ -88,11 +88,14 @@ strong {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header img {
|
header img {
|
||||||
/* display: block;
|
|
||||||
margin: auto;
|
|
||||||
width: 80%; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header img.login {
|
||||||
|
display: block;
|
||||||
|
margin: auto;
|
||||||
|
width: 80%;
|
||||||
|
}
|
||||||
img.small {
|
img.small {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 2px 0 0 10px;
|
margin: 2px 0 0 10px;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
$header
|
$header
|
||||||
<article class="login bradius">
|
<article class="login bradius">
|
||||||
<header>
|
<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>
|
</header>
|
||||||
|
|
||||||
<if $update_in_progress !== ''>
|
<if $update_in_progress !== ''>
|
||||||
|
|||||||
Reference in New Issue
Block a user