mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
* fix: fix issues after updates to Angular 13 in rooms component and country orders component * feat: update to Angular 14 (#1) * fix(angular 13): fix issues after updates to Angular 13 in rooms component and country orders component (#5965) * feat: update to Angular 14 * feat: update angular eslint packages eslint * feat: update nebular to 10 version * feat: update style import, remove ~
25 lines
588 B
SCSS
25 lines
588 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 {
|
|
padding-top: 1rem;
|
|
@include nb-ltr(padding-left, 0.5rem);
|
|
@include nb-rtl(padding-right, 0.5rem);
|
|
}
|
|
|
|
@include media-breakpoint-up(md) {
|
|
.period-select {
|
|
@include nb-ltr(margin-left, auto);
|
|
@include nb-rtl(margin-right, auto);
|
|
}
|
|
}
|
|
}
|