2019-06-20 11:37:10 +03:00
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
|
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2018-11-19 16:57:35 +02:00
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
2019-06-20 11:37:10 +03:00
|
|
|
.calendars {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
margin: -1rem -0.5rem;
|
|
|
|
|
justify-content: center;
|
2018-11-19 16:57:35 +02:00
|
|
|
}
|
|
|
|
|
|
2019-06-20 11:37:10 +03:00
|
|
|
.calendar-container {
|
|
|
|
|
margin: 1rem 0.5rem;
|
2018-11-19 16:57:35 +02:00
|
|
|
}
|
|
|
|
|
|
2019-06-20 11:37:10 +03:00
|
|
|
.subtitle {
|
|
|
|
|
display: block;
|
|
|
|
|
font-family: nb-theme(text-subtitle-font-family);
|
|
|
|
|
font-size: nb-theme(text-subtitle-font-size);
|
|
|
|
|
font-weight: nb-theme(text-subtitle-font-weight);
|
|
|
|
|
line-height: nb-theme(text-subtitle-line-height);
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
|
.calendars {
|
|
|
|
|
justify-content: flex-start;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-up(lg) {
|
|
|
|
|
.calendars {
|
|
|
|
|
margin: -1.1rem;
|
|
|
|
|
}
|
|
|
|
|
.calendar-container {
|
|
|
|
|
margin: 1rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-up(xxxl) {
|
|
|
|
|
.calendars {
|
|
|
|
|
margin: -1rem;
|
|
|
|
|
}
|
2018-11-19 16:57:35 +02:00
|
|
|
}
|
|
|
|
|
}
|