Skip to content

Commit

Permalink
Styling tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
stacytalbot committed Aug 18, 2020
1 parent 6666679 commit 0e94264
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/assets/stylesheets/components/charts/_chart-legend.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,20 @@
margin: rem-calc(14 0);

.chart__legend-li { margin-right: rem-calc(14); }
.chart__legend-item { @include chart-legend-item; }

.chart__legend-item {
@include chart-legend-item;
@include flex-v-center;
}

.chart__legend-index { @include chart-legend-index; }
.chart__legend-key { @include chart-legend-key; }

.chart__legend-key {
@include chart-legend-key;
@include breakpoint-down($small) {
width: rem-calc(16); height: rem-calc(16);
}
}
.chart__legend-title { line-height: 1; }
}

Expand Down

0 comments on commit 0e94264

Please sign in to comment.