mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-10 10:24:20 +01:00
fix(demo): fix button sizes, fix modals
This commit is contained in:
parent
b9e03cf8cd
commit
3ddf619592
11 changed files with 105 additions and 92 deletions
|
|
@ -7,6 +7,18 @@
|
|||
nga-card nga-card-header + nga-card-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
nga-card nga-card-body + nga-card-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.modal-content .modal-header + .modal-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
//global styles for the whole application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue