Add .login-logo class style

This commit is contained in:
billz
2025-09-03 07:04:19 -07:00
parent a5a6747ced
commit a295dae059
2 changed files with 7 additions and 1 deletions

View File

@@ -52,6 +52,12 @@ th {
margin-left: 0.7em;
}
.login-logo {
width: 70px;
height: 70px;
margin-left: 1.2rem;
}
.page-header {
font-size: 26pt;
margin: 20px 0 20px;

View File

@@ -8,7 +8,7 @@
<div class="col-12">
<!-- branding -->
<div class="text-center mb-3">
<img src="app/img/raspAP-logo.php" class="navbar-logo" alt="RaspAP logo" class="img-fluid" style="max-width: 100px;">
<img src="app/img/raspAP-logo.php" class="login-logo" alt="RaspAP logo" class="img-fluid" style="max-width: 100px;">
<h2 class="login-brand"><?php echo htmlspecialchars(RASPI_BRAND_TEXT); ?></h2>
<div class="mt-2 admin-login"><?php echo _("Administrator login") ?></div>
<div class="text-center text-danger mt-1 mb-3"><?php echo $status ?></div>