+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
+
+
+
+
+
+
+
+
-
-
diff --git a/Mohem/src/app/profile/edit-profile/edit-profile.component.scss b/Mohem/src/app/profile/edit-profile/edit-profile.component.scss
index ccb2a610..24788296 100644
--- a/Mohem/src/app/profile/edit-profile/edit-profile.component.scss
+++ b/Mohem/src/app/profile/edit-profile/edit-profile.component.scss
@@ -82,22 +82,22 @@
margin-top: 87px;
border-radius: 10px;
margin-bottom: -49px;
- margin-left: 14px;
- margin-right: 14px;
+ margin-left: 30px;
+ margin-right: 30px;
}
.columns{
margin: 10px;
- background: #269DB8;
+ background: #0B4775;
border-radius: 27px;
- padding-left: 30px;
- padding-right: 6px;
- padding-top: 19px;
- padding-bottom: 26px;
+ // padding-left: 30px;
+ // padding-right: 6px;
+ // padding-top: 19px;
+ // padding-bottom: 26px;
}
.columns-ar{
margin: 10px;
- background: #269DB8;
+ background: #0B4775;
border-radius: 27px;
padding-left: 7px;
padding-right: 3px;
@@ -134,8 +134,8 @@
margin-left: 14px;
margin-right: 14px;
border-radius: 10px;
- background: white;
- border: solid #bebbbb !important;
+ // background: white;
+ border:#bebbbb !important;
padding: 2px;
}
.p{
@@ -183,4 +183,12 @@
color: grey;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
- }
\ No newline at end of file
+ }
+
+ .verticalLine {
+ width:1%;
+ height:50px;
+ background:white;
+ margin-top: 100%;
+ // margin-left: 10%;
+}
\ No newline at end of file
diff --git a/Mohem/src/assets/imgs/IDTOP.png b/Mohem/src/assets/imgs/IDTOP.png
new file mode 100644
index 00000000..edcdad43
Binary files /dev/null and b/Mohem/src/assets/imgs/IDTOP.png differ
diff --git a/Mohem/src/assets/imgs/IDTOP_HMG.png.png b/Mohem/src/assets/imgs/IDTOP_HMG.png.png
new file mode 100644
index 00000000..75ac031d
Binary files /dev/null and b/Mohem/src/assets/imgs/IDTOP_HMG.png.png differ
diff --git a/Mohem/src/assets/imgs/ID_ico.png b/Mohem/src/assets/imgs/ID_ico.png
new file mode 100644
index 00000000..0fefb6bc
Binary files /dev/null and b/Mohem/src/assets/imgs/ID_ico.png differ
diff --git a/Mohem/src/assets/imgs/profilePic.png b/Mohem/src/assets/imgs/profilePic.png
new file mode 100644
index 00000000..b6b1a4a4
Binary files /dev/null and b/Mohem/src/assets/imgs/profilePic.png differ
diff --git a/Mohem/src/assets/localization/i18n.json b/Mohem/src/assets/localization/i18n.json
index 43e6a98e..e6be0cdb 100644
--- a/Mohem/src/assets/localization/i18n.json
+++ b/Mohem/src/assets/localization/i18n.json
@@ -938,6 +938,10 @@
"success-attendance": {
"en": "Your attendance is marked successfully.",
"ar": "تم تسجيل حضورك بنجاح"
+ },
+ "digital-id":{
+ "en":"Employee Digital ID",
+ "ar":"هوية الموظف الرقمية"
}
},
"home": {
diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss
index 35c54fcc..ff3befe8 100644
--- a/Mohem/src/theme/styles.scss
+++ b/Mohem/src/theme/styles.scss
@@ -1545,3 +1545,11 @@ table.monthview-datetable th small {
.disable-button-opacity {
opacity: .2;
}
+
+ .digital-id-modal-css .modal-wrapper {
+ height: 90%;
+ width: 90%;
+ top: 3%;
+ position: absolute;
+ display: block;
+ }
\ No newline at end of file