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 ~
57 lines
852 B
SCSS
57 lines
852 B
SCSS
@import 'bootstrap/scss/mixins/breakpoints';
|
|
@import '@nebular/theme/styles/global/breakpoints';
|
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
::ng-deep nb-layout-column {
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
|
|
nb-chat {
|
|
margin: 3rem auto 0;
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
.chat-container {
|
|
margin-bottom: 2rem;
|
|
|
|
li {
|
|
padding-top: 1rem;
|
|
}
|
|
}
|
|
|
|
.chart-description {
|
|
text-align: center;
|
|
margin: 0 auto;
|
|
width: 52%;
|
|
}
|
|
|
|
.chart-features {
|
|
margin-top: 2.75rem;
|
|
}
|
|
|
|
@include media-breakpoint-down(xxl) {
|
|
nb-chat {
|
|
width: 400px;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-down(md) {
|
|
nb-chat {
|
|
width: 400px;
|
|
}
|
|
|
|
.chart-description {
|
|
width: 90%;
|
|
}
|
|
}
|
|
|
|
@include media-breakpoint-down(is) {
|
|
nb-chat {
|
|
width: 300px;
|
|
}
|
|
}
|
|
}
|