diff --git a/Mohem/src/app/app.component.html b/Mohem/src/app/app.component.html index 079b58c9..50a0e4a1 100644 --- a/Mohem/src/app/app.component.html +++ b/Mohem/src/app/app.component.html @@ -66,7 +66,7 @@ - + - + + + + + + + + + + + + +

{{userInfo.ASSIGNMENT_NUMBER}}

+
+
+ + +

{{userInfo.EMPLOYEE_DISPLAY_NAME}}

+ +
+

Title:  

{{userJobName}}

+
+
+

Dept:  

{{userInfo.BUSINESS_GROUP_NAME}}

+
+
+

{{userInfo.EMPLOYMENT_CATEGORY_MEANING}}

+
+
+
+ + + + + +
+
diff --git a/Mohem/src/app/authentication/digital-id/digital-id.component.scss b/Mohem/src/app/authentication/digital-id/digital-id.component.scss index fe2a0924..d00a82e4 100644 --- a/Mohem/src/app/authentication/digital-id/digital-id.component.scss +++ b/Mohem/src/app/authentication/digital-id/digital-id.component.scss @@ -1,6 +1,6 @@ .button-login{ - --background: #c1272d !important; - background: #c1272d !important; + --background: #34b9c1 !important; + background: #34b9c1 !important; white-space: normal; color: var(--light); text-transform: capitalize; @@ -14,17 +14,17 @@ @media only screen and (max-device-height: 640px) { .digital-id-image-size{ - width: 70% !important; + width: 90% !important; height: 160% !important; bottom: 0% !important; position: absolute !important; border: 1px solid #e6e6e6 !important; - border-radius: 20px !important; + border-radius: 70px !important; } } .digital-id-image-size{ - width: 70%;height: 180%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 20px; + width: 90%;height: 180%; ; bottom: 0%; position: absolute; border: 1px solid #e6e6e6; border-radius: 70px; } diff --git a/Mohem/src/assets/imgs/profile-header.png b/Mohem/src/assets/imgs/profile-header.png new file mode 100644 index 00000000..96fd3b38 Binary files /dev/null and b/Mohem/src/assets/imgs/profile-header.png differ