mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-13 08:56:14 +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">
|
<input #name nbInput placeholder="Name">
|
||||||
</nb-card-body>
|
</nb-card-body>
|
||||||
<nb-card-footer>
|
<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>
|
<button nbButton status="success" (click)="submit(name.value)">Submit</button>
|
||||||
</nb-card-footer>
|
</nb-card-footer>
|
||||||
</nb-card>
|
</nb-card>
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success {
|
.cancel {
|
||||||
margin-left: 1rem;
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue