2018-11-19 16:57:35 +02:00
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
|
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
|
|
|
|
|
|
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
2019-07-02 16:18:09 +03:00
|
|
|
::ng-deep nb-layout-column {
|
2018-11-19 16:57:35 +02:00
|
|
|
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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|