mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 02:40:14 +01:00
feat(ui-features): improve buttons styles (#17)
This commit is contained in:
parent
33da370ab5
commit
f745d4eb43
4 changed files with 16 additions and 29 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<nga-card-body>
|
||||
<div class="row block-level-buttons">
|
||||
<div class="col-md-12">
|
||||
<div class="btn-group btn-group-block" role="group">
|
||||
<div class="btn-group btn-group-full-width" role="group">
|
||||
<button type="button" class="btn btn-primary btn-group-icon btn-group-divider">
|
||||
<i class="ion-ios-home-outline"></i>
|
||||
</button>
|
||||
<button type="button" class="btn btn-primary btn-block">Icon Block Button</button>
|
||||
<button type="button" class="btn btn-primary">Icon Block Button</button>
|
||||
</div>
|
||||
<button type="button" class="btn btn-outline-primary btn-block">Block Button</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue