mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
25 lines
587 B
SCSS
25 lines
587 B
SCSS
@import '../../../../@theme/styles/themes';
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
|
|
|
@include nb-install-component() {
|
|
padding: 1.5rem 4.5rem;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
margin: -1rem;
|
|
|
|
ngx-legend-chart,
|
|
.period-select {
|
|
margin-top: 1rem;
|
|
@include nb-ltr(margin-left, 0.5rem);
|
|
@include nb-rtl(margin-right, 0.5rem);
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
.period-select {
|
|
@include nb-ltr(margin-left, auto);
|
|
@include nb-rtl(margin-right, auto);
|
|
}
|
|
}
|
|
}
|