Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Findeton committed Apr 11, 2024
1 parent d161554 commit 8dc2c33
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions avAdmin/admin-directives/dashboard/turnout-graph.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<input
type="checkbox"
id="enable-election-graph-{{$index}}"
class="checkbox-series"
ng-model="selectedSeries[$index]" />
<div class="color" ng-style="{'background-color': colors[$index]}"></div>
<label for="enable-election-graph-{{$index}}">
Expand Down
6 changes: 6 additions & 0 deletions avAdmin/admin-directives/dashboard/turnout-graph.less
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
padding: 4px;
gap: 8px;
}

.checkbox-series {
display: flex;
flex-direction: row;
gap: 8px;
}

.start-date-container, .end-date-container {
gap: 8px;
Expand Down

0 comments on commit 8dc2c33

Please sign in to comment.