mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-22 10:20:14 +01:00
refactor(@theme): refactor styles structure
This commit is contained in:
parent
c88b6966e4
commit
91c780c256
11 changed files with 211 additions and 170 deletions
|
|
@ -9,7 +9,7 @@ import { NgaThemeService } from '@nga/theme/services/theme.service';
|
|||
template: `
|
||||
<div class="left">
|
||||
<i class="control-icon ion ion-navicon" (click)="toggleSidebar()"></i>
|
||||
<span class="logo" (click)="goToHome()">NgX <a>Admin</a></span>
|
||||
<span class="logo" (click)="goToHome()">NgX <a>Admin</a></span>
|
||||
<button (click)="switchTheme()">Switch Theme!</button>
|
||||
</div>
|
||||
<div class="right">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue