mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-17 06:55:30 +01:00
fix(demo): improve grid, typography and tabs layouts
This commit is contained in:
parent
e40353ebae
commit
a0e7abcf0a
11 changed files with 108 additions and 67 deletions
|
|
@ -2,20 +2,19 @@
|
|||
// any global, non-component styles go here
|
||||
}
|
||||
|
||||
// TODO: probably it makes sense to move it to mixin
|
||||
.nga-theme-cosmic {
|
||||
// Styles for cards without separator
|
||||
nga-card nga-card-header + nga-card-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
nga-card nga-card-body + nga-card-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
// Styles for modals without separator
|
||||
.modal-content .modal-header + .modal-body {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.modal-content .modal-body + .modal-footer {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue