minor graphic changes to the login screen
This commit is contained in:
@@ -70,7 +70,7 @@ if ($loginAttemptCount = checkLoginAttempts() > 3) {
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8 col-md-8 col-12 d-flex align-items-center justify-content-center">
|
||||
<div class="card-group d-block d-md-flex row">
|
||||
<div class="card col-md-7 mb-0">
|
||||
<div class="card col-md-7 mb-0 border-0">
|
||||
<div class="card-body p-3">
|
||||
<?php if (isset($_COOKIE['loggedout'])) { ?>
|
||||
<div class="row mt-0 pt-0">
|
||||
@@ -148,7 +148,7 @@ if ($loginAttemptCount = checkLoginAttempts() > 3) {
|
||||
<?php } ?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card col-md-5 text-white bg-transparent py-5">
|
||||
<div class="card col-md-5 text-white bg-transparent py-5 border-0">
|
||||
<div class="card-body text-center pt-3">
|
||||
<div>
|
||||
<img class="pt-3 w-100 portal-image" alt="portal-image" src="/src/images/logo-login-dark.webp" width="500" height="265" style="height: auto;">
|
||||
|
||||
Reference in New Issue
Block a user