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 d2cfa8ae..b0f2c44f 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
@@ -14,10 +14,15 @@
width: 100%;
position: static;
img {
+ // display: block;
+ // max-width: 45%;
+ // padding-bottom: 5px;
+ // padding-top: 5px;
display: block;
- max-width: 45%;
- padding-bottom: 5px;
+ max-width: 67%;
+ padding-bottom: 9px;
padding-top: 5px;
+ height: 47px;
}
}
diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss
index b2768650..e4781f35 100644
--- a/Mohem/src/theme/styles.scss
+++ b/Mohem/src/theme/styles.scss
@@ -637,7 +637,7 @@ img.flipImg{
transform: translate3d(0, 0, 0);
width: 100%;
padding: 6px 0px;
- background: var(--light);
+ // background: var(--light);
border-bottom: var(--cusgray) solid 1px;
border-radius: 0px;
-webkit-appearance: none;
@@ -646,6 +646,7 @@ img.flipImg{
box-shadow: none;
-webkit-box-shadow:none;
-moz-box-shadow: none;
+
}
.daynamicForm-DateTime:after{
width: 0;
@@ -664,6 +665,7 @@ img.flipImg{
}
content: "";
z-index: 98;
+ margin-left: 31px;
}
.daynamicForm-Select{