Style chart item

This commit is contained in:
Jesse Lucas
2020-04-03 09:20:27 -05:00
parent 3bdceb1d6b
commit d76f1fe356
3 changed files with 9 additions and 2 deletions
@@ -1,5 +1,4 @@
<div fxLayout="row" fxLayoutAlign="space-between start">
<div></div>
<div fxLayout="row" fxLayoutAlign="space-between start" class="item">
<div><a href="#">{{state}}</a>: &nbsp;</div>
<div>{{count}}</div>
</div>
@@ -0,0 +1,3 @@
.item {
cursor: pointer;
}