fix(icons): update icons demo

This commit is contained in:
KostyaDanovsky 2017-09-18 17:52:44 +03:00
parent 05386e4aa2
commit 90a7321f90
3 changed files with 16 additions and 15 deletions

View file

@ -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>

View file

@ -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);