2018-08-08 16:45:31 +03:00
|
|
|
@import '../../../../@theme/styles/themes';
|
|
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
2018-10-05 13:20:30 +03:00
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
2019-07-02 16:18:09 +03:00
|
|
|
padding: 1.5rem 4.5rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
align-items: center;
|
|
|
|
|
margin: -1rem;
|
2018-08-08 16:45:31 +03:00
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
ngx-legend-chart,
|
|
|
|
|
.period-select {
|
2021-08-06 17:23:50 +03:00
|
|
|
margin-top: 1rem;
|
|
|
|
|
@include nb-ltr(margin-left, 0.5rem);
|
|
|
|
|
@include nb-rtl(margin-right, 0.5rem);
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
|
.period-select {
|
|
|
|
|
@include nb-ltr(margin-left, auto);
|
|
|
|
|
@include nb-rtl(margin-right, auto);
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|