mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-06 00:21:49 +01:00
fix(icons popover): fix eva icons color, popover arrow style (#1923)
This commit is contained in:
parent
73e9b26692
commit
242ce8dab6
4 changed files with 53 additions and 25 deletions
|
|
@ -6,13 +6,13 @@
|
|||
</nb-card-header>
|
||||
<nb-card-body>
|
||||
<div class="icon" *ngFor="let icon of evaIcons">
|
||||
<i [nbPopover]="icon">
|
||||
<i [innerHTML]="icon | eva: { fill: '#d1d1ff', animationType: 'pulse' }"></i>
|
||||
<i class="eva-icon-container" [nbPopover]="icon">
|
||||
<i [innerHTML]="icon | eva: { animationType: 'pulse' }"></i>
|
||||
</i>
|
||||
</div>
|
||||
</nb-card-body>
|
||||
<nb-card-footer>
|
||||
<a href="https://akveo.github.io/eva-icons/" target="_blank">See all eva-icons</a>
|
||||
<a href="https://akveo.github.io/eva-icons/" target="_blank">See all Eva Icons</a>
|
||||
</nb-card-footer>
|
||||
</nb-card>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue