From 06a99db85ad7403dbd6b24cd457fa6ded731947d Mon Sep 17 00:00:00 2001 From: umasoodch Date: Sun, 26 Apr 2020 16:39:15 +0300 Subject: [PATCH] fixed mark attendance issue --- .../ui/stats-button/stats-button.component.html | 4 ++-- .../ui/stats-button/stats-button.component.scss | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html index 7440f9bd..f303daa7 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.html @@ -1,11 +1,11 @@ -
+
-
+
{{statsValue}}

{{title}}

diff --git a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss index 22ac4d1a..554643f1 100644 --- a/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss +++ b/Mohem/src/app/hmg-common/ui/stats-button/stats-button.component.scss @@ -47,8 +47,8 @@ } .iconFab{ - margin-left: -37px; - margin-top: 5px; - width: 80px; - height: 65px; + margin-left: -20px; + margin-top: 10px; + width: 100px; + height: 70px; }