updated css on side navs

This commit is contained in:
johnny@pittpc.com 2020-01-21 01:07:22 -05:00
parent cf740d3ce4
commit eb6615ad47
2 changed files with 6 additions and 8 deletions

View File

@ -1,11 +1,9 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-primary elevation-4 d-print-none">
<aside class="main-sidebar sidebar-dark-primary d-print-none">
<!-- Brand Logo -->
<a href="index3.html" 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 bg-primary">
<span class="ml-3"><i class="fa fa-network-wired"></i> <?php echo $config_app_name; ?></span>
</a>
<!-- Sidebar -->

View File

@ -1,9 +1,9 @@
<!-- Main Sidebar Container -->
<aside class="main-sidebar sidebar-dark-primary elevation-4 d-print-none">
<aside class="main-sidebar sidebar-dark-primary d-print-none">
<!-- Brand Logo -->
<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 href="index.php" class="brand-link bg-primary">
<span class="ml-3"><i class="fa fa-network-wired"></i> <?php echo $config_app_name; ?></span>
</a>
<!-- Sidebar -->