style: apply custom design system and layout refinements to the admin header and sidebar
This commit is contained in:
@@ -7,8 +7,11 @@
|
||||
|
||||
<!-- Page Title & Breadcrumbs -->
|
||||
<div class="d-flex flex-column justify-content-center">
|
||||
<div class="font-size-md font-w700 text-dark mb-0" style="line-height: 1.2;">@yield('title')</div>
|
||||
|
||||
<h1 class="h5 font-w700 text-dark mb-0">@yield('title', e2('Dashboard'))</h1>
|
||||
<nav class="breadcrumb bg-transparent p-0 mb-0 font-size-xs">
|
||||
<a class="breadcrumb-item text-muted" href="{{url('admin')}}">{{ e2("Home") }}</a>
|
||||
<span class="breadcrumb-item active text-muted">@yield('title', e2('Dashboard'))</span>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END Left Section -->
|
||||
|
||||
Reference in New Issue
Block a user