mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-29 13:48:51 +01:00
fix(icons): update icons demo
This commit is contained in:
parent
05386e4aa2
commit
90a7321f90
3 changed files with 16 additions and 15 deletions
|
|
@ -36,5 +36,5 @@
|
|||
</div>
|
||||
|
||||
<div class="power-bg" [ngClass]="{'off': off}" (click)="switchPower()">
|
||||
<i class="nb-power"></i>
|
||||
<i class="nb-power-circled"></i>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
font-size: 4rem;
|
||||
font-size: 3rem;
|
||||
color: nb-theme(color-fg-heading);
|
||||
transition: all 0.1s ease-out;
|
||||
border: 2px solid nb-theme(separator);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue