From 0dc956a1a2378f2094c21a7c0900b3d542f899cf Mon Sep 17 00:00:00 2001 From: enadhilal Date: Sun, 6 Mar 2022 14:34:15 +0300 Subject: [PATCH] enhance fav design --- .../work-list-replacement-itg.component.html | 10 +++++++--- .../work-list-replacement-itg.component.scss | 12 ++++++------ .../work-list-replacement-roll.component.html | 10 +++++----- .../work-list-replacement-roll.component.scss | 12 ++++++------ 4 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.html b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.html index 5c7f099d..f54b721a 100644 --- a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.html +++ b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.html @@ -333,16 +333,20 @@ -
+

{{'general, fav-showData' | translate}}

-
+
-

+

{{'general, fav-noData' | translate}}

diff --git a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.scss b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.scss index d68f6187..be2d6286 100644 --- a/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.scss +++ b/Mohem/src/app/notification/work-list-replacement-itg/work-list-replacement-itg.component.scss @@ -283,14 +283,14 @@ ion-radio { .isFavLetterActive { color: #269db8; display: block; - width: 100%; + width: 60%; float: right; transition-duration: 0ms; - height: 30px; + height: 35px; } .vl { border-left: 2px solid lightgray; - height: 36px; + height: 42px; } .searchText{ background: transparent; @@ -301,13 +301,13 @@ ion-radio { .letterDiv{ font-weight: bold; - width: 5%; + width: 10%; float: right; } .letterDivLoop{ display: block; - width: 100%; + width: 60%; float: right; transition-duration: 0ms; - height: 30px; + height: 35px; } \ No newline at end of file diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html index aab1924a..ef3ff306 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.html @@ -86,7 +86,7 @@
-->
- +
@@ -192,7 +192,7 @@
-
+
{{'replacementRoll, favorite' | translate}}
@@ -222,16 +222,16 @@
-
+
-

+

{{'general, fav-showData' | translate}}

-

+

{{'general, fav-noData' | translate}}

diff --git a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss index c91a1973..ac20567e 100644 --- a/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss +++ b/Mohem/src/app/notification/work-list-replacement-roll/work-list-replacement-roll.component.scss @@ -213,14 +213,14 @@ ion-radio { // border-radius: 60px; color: #269db8; display: block; - width: 100%; + width: 60%; float: right; transition-duration: 0ms; - height: 30px; + height: 35px; } .vl { border-left: 2px solid lightgray; - height: 36px; + height: 42px; } .clearText{ background: transparent; @@ -241,13 +241,13 @@ ion-radio { .letterDiv{ font-weight: bold; - width: 5%; + width: 10%; float: right; } .letterDivLoop{ display: block; - width: 100%; + width: 60%; float: right; transition-duration: 0ms; - height: 30px; + height: 35px; } \ No newline at end of file