Browse Source

Brand => "Leadership Health"

Vijayakrishnan 4 years ago
parent
commit
00b4f20e8c
3 changed files with 8 additions and 1 deletions
  1. 3 0
      public/css/style.css
  2. 2 0
      public/img/logo_white.svg
  3. 3 1
      resources/views/layouts/template.blade.php

+ 3 - 0
public/css/style.css

@@ -52,6 +52,9 @@
     font-size: 16px !important;
     font-weight: 600;
 }
+.navbar-brand>img {
+    max-width: 160px;
+}
 .sidebar .nav-link {
     padding: .25rem 1rem;
 }

File diff suppressed because it is too large
+ 2 - 0
public/img/logo_white.svg


+ 3 - 1
resources/views/layouts/template.blade.php

@@ -81,7 +81,9 @@
 
 
     <nav class="navbar navbar-expand-md navbar-dark stag-primary-bg py-1 mcp-theme-1 px-2">
-        <a class="navbar-brand" href="{{ route('dashboard') }}">Leadership Health</a>
+        <a class="navbar-brand" href="{{ route('dashboard') }}">
+            <img src="/img/logo_white.svg" alt="Leadership Health">
+        </a>
         <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navBar" aria-controls="navBar" aria-expanded="false" aria-label="Toggle navigation">
             <span class="navbar-toggler-icon"></span>
         </button>

Some files were not shown because too many files changed in this diff