Style chart item
This commit is contained in:
@@ -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>: </div>
|
||||
<div>{{count}}</div>
|
||||
</div>
|
||||
@@ -0,0 +1,3 @@
|
||||
.item {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user