mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
fix(buttons): change the icon toolbar size
This commit is contained in:
parent
dc5a90b270
commit
0de4e0f9ee
3 changed files with 11 additions and 0 deletions
|
|
@ -64,6 +64,9 @@
|
|||
<label class="btn btn-success" [class.active]="iconToolbarModel.four">
|
||||
<input type="checkbox" [(ngModel)]="iconToolbarModel.four"> 4
|
||||
</label>
|
||||
<label class="btn btn-success" [class.active]="iconToolbarModel.five">
|
||||
<input type="checkbox" [(ngModel)]="iconToolbarModel.five"> 5
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue