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() {
|
2019-07-02 16:18:09 +03:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
2018-08-08 16:45:31 +03:00
|
|
|
|
|
|
|
|
.legend {
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2019-07-02 16:18:09 +03:00
|
|
|
align-items: center;
|
2018-08-08 16:45:31 +03:00
|
|
|
|
2019-07-02 16:18:09 +03:00
|
|
|
&:not(:last-child) {
|
|
|
|
|
@include nb-ltr(margin-right, 1rem);
|
|
|
|
|
@include nb-rtl(margin-left, 1rem);
|
2018-08-08 16:45:31 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-item-color {
|
|
|
|
|
min-width: 15px;
|
|
|
|
|
min-height: 15px;
|
|
|
|
|
border-radius: 0.2rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.legend-title {
|
2019-07-02 16:18:09 +03:00
|
|
|
@include nb-ltr(padding-left, 0.75rem);
|
|
|
|
|
@include nb-rtl(padding-right, 0.75rem);
|
2018-08-08 16:45:31 +03:00
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
}
|