2018-08-08 16:45:31 +03:00
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
2018-10-05 13:20:30 +03:00
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
|
|
|
|
.legends {
|
|
|
|
|
display: flex;
|
|
|
|
|
@include nb-rtl(flex-direction, row-reverse);
|
|
|
|
|
color: nb-theme(color-fg);
|
|
|
|
|
padding: 0 0 0 2.85rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: baseline;
|
|
|
|
|
margin-left: 4rem;
|
|
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-item-color {
|
|
|
|
|
min-width: 15px;
|
|
|
|
|
min-height: 15px;
|
|
|
|
|
border-radius: 0.2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-title {
|
|
|
|
|
padding: 0 0.75rem;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(md) {
|
|
|
|
|
.legend {
|
|
|
|
|
margin-left: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|