Refactored Login UI to reduce clutter, minimise and increase security also 2FA Box will appear when enabled

This commit is contained in:
johnny@pittpc.com
2020-01-04 23:44:04 -05:00
parent e8b13c6058
commit f84e3c4b6b
4 changed files with 32 additions and 30 deletions

View File

@@ -2,10 +2,8 @@
<aside class="main-sidebar sidebar-dark-primary elevation-4 d-print-none">
<!-- Brand Logo -->
<a href="index.php" class="brand-link">
<img src="dist/img/AdminLTELogo.png" alt="AdminLTE Logo" class="brand-image img-circle elevation-3"
style="opacity: .8">
<span class="brand-text font-weight-light"><?php echo $config_app_name; ?></span>
<a href="index.php" class="brand-link text-center">
<span class="brand-text font-weight-light"><i class="fa fa-network-wired"></i> <?php echo $config_app_name; ?></span>
</a>
<!-- Sidebar -->