mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-08 18:48:50 +01:00
fix(dialogs): add space between buttons
This commit is contained in:
parent
db10f98fe6
commit
c837664b1c
2 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<input #name nbInput placeholder="Name">
|
||||
</nb-card-body>
|
||||
<nb-card-footer>
|
||||
<button nbButton status="danget" (click)="cancel()">Cancel</button>
|
||||
<button class="cancel" nbButton status="danger" (click)="cancel()">Cancel</button>
|
||||
<button nbButton status="success" (click)="submit(name.value)">Submit</button>
|
||||
</nb-card-footer>
|
||||
</nb-card>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.btn-success {
|
||||
margin-left: 1rem;
|
||||
.cancel {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue