mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-09 02:58:50 +01:00
refactor(accordion): consistent space
This commit is contained in:
parent
0f927b5738
commit
043cb6fc0c
1 changed files with 4 additions and 11 deletions
|
|
@ -1,14 +1,7 @@
|
|||
@import '~bootstrap/scss/mixins/breakpoints';
|
||||
@import '~@nebular/theme/styles/global/breakpoints';
|
||||
@import '../../../@theme/styles/themes';
|
||||
|
||||
.accordion-container {
|
||||
nb-card {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
.accordion-container {
|
||||
margin-bottom: 3rem;
|
||||
@include nb-install-component() {
|
||||
.accordion-container:first-child {
|
||||
margin-bottom: nb-theme(card-margin-bottom);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue