From b99cad32467953770e0543f14c9adfe6609f91bb Mon Sep 17 00:00:00 2001 From: Emil Abraham Date: Sun, 28 Apr 2019 12:37:25 -0400 Subject: [PATCH] added new graph button for statistics page using angular material --- src/app/statistics/statistics.component.css | 7 ++++++- src/app/statistics/statistics.component.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/statistics/statistics.component.css b/src/app/statistics/statistics.component.css index 5f980d1..10fb03c 100644 --- a/src/app/statistics/statistics.component.css +++ b/src/app/statistics/statistics.component.css @@ -54,5 +54,10 @@ radial-gauge:hover { linear-gauge:hover { cursor: pointer; } - +button +{ + width: 150px; + background-color: orange; + color: white; +} diff --git a/src/app/statistics/statistics.component.html b/src/app/statistics/statistics.component.html index 563bfd1..8dd8657 100644 --- a/src/app/statistics/statistics.component.html +++ b/src/app/statistics/statistics.component.html @@ -1,6 +1,6 @@
- +