From d76f1fe3561f1fe19223f6671adf53b032691e02 Mon Sep 17 00:00:00 2001 From: Jesse Lucas Date: Thu, 2 Apr 2020 10:19:51 -0400 Subject: [PATCH] Style chart item --- src/app/charts/chart-item/chart-item.component.html | 3 +-- src/app/charts/chart-item/chart-item.component.scss | 3 +++ src/styles.scss | 5 +++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/src/app/charts/chart-item/chart-item.component.html b/src/app/charts/chart-item/chart-item.component.html index 204b72677..35917c2fa 100644 --- a/src/app/charts/chart-item/chart-item.component.html +++ b/src/app/charts/chart-item/chart-item.component.html @@ -1,5 +1,4 @@ -
-
+
{{state}}:  
{{count}}
\ No newline at end of file diff --git a/src/app/charts/chart-item/chart-item.component.scss b/src/app/charts/chart-item/chart-item.component.scss index e69de29bb..90d5ee45c 100644 --- a/src/app/charts/chart-item/chart-item.component.scss +++ b/src/app/charts/chart-item/chart-item.component.scss @@ -0,0 +1,3 @@ +.item { + cursor: pointer; +} \ No newline at end of file diff --git a/src/styles.scss b/src/styles.scss index 7cddd28e1..a4664d9bd 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -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;