mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
* 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 ~
30 lines
473 B
SCSS
30 lines
473 B
SCSS
@import '../../../@theme/styles/themes';
|
|
@import '@nebular/theme/styles/global/breakpoints';
|
|
@import 'bootstrap/scss/mixins/breakpoints';
|
|
|
|
@include nb-install-component() {
|
|
|
|
nb-card-body {
|
|
overflow: hidden;
|
|
}
|
|
|
|
.echart {
|
|
position: absolute;
|
|
left: 1em;
|
|
height: calc(100% - 2 * 1rem);
|
|
width: 40%;
|
|
}
|
|
|
|
.info {
|
|
margin-left: 45%;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
.value {
|
|
margin: 0;
|
|
}
|
|
|
|
.details {
|
|
color: nb-theme(text-hint-color);
|
|
}
|
|
}
|