mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-21 07:38:10 +00:00
21 lines
559 B
HTML
21 lines
559 B
HTML
<div class="navbar-header">
|
|
|
|
<div class="logo">
|
|
<span class="logo-icon">F</span>
|
|
<span class="logo-text">FUSE</span>
|
|
</div>
|
|
|
|
<button md-button class="toggle-button-navbar mat-icon-button" fuseNavbar="toggleFold" fxHide.lt-lg>
|
|
<md-icon>menu</md-icon>
|
|
</button>
|
|
|
|
<button md-button class="toggle-button-navbar mat-icon-button" fuseNavbar="closeBar" fxHide.gt-md>
|
|
<md-icon>arrow_back</md-icon>
|
|
</button>
|
|
|
|
</div>
|
|
|
|
<div class="navbar-content" perfect-scrollbar>
|
|
<fuse-navigation></fuse-navigation>
|
|
</div>
|