Style chart item

This commit is contained in:
Jesse Lucas 2020-04-02 10:19:51 -04:00
parent 3bdceb1d6b
commit d76f1fe356
3 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -0,0 +1,3 @@
.item {
cursor: pointer;
}

View File

@ -86,6 +86,11 @@ html, body {
line-height: mat-line-height($tech-ui-typography, body-1);
}
a {
text-decoration: underline;
color: mat-color($tech-ui-primary);
}
.tui-card {
background-color: white;
border-radius: 4px;