diff --git a/Mohem/src/app/home/home.page.scss b/Mohem/src/app/home/home.page.scss index 8d0bbe50..e14c5e3d 100644 --- a/Mohem/src/app/home/home.page.scss +++ b/Mohem/src/app/home/home.page.scss @@ -3,6 +3,40 @@ ion-row { margin-top: 10px; } +.header-toolbar-new{ + --background: #22c6b3; +} +.profile-image-container{ + position: relative; + z-index: 999; + // img { + // width: 32px; + // float: right; + // // margin-top: -42px; + // border-radius: 20px; + // height: 32px; + // // margin-right: 4px; + // } +} +.profile-image{ + width: 32px; + float: right; + // margin-top: -42px; + border-radius: 20px; + height: 32px; + // margin-right: 4px; +} +ion-title{ + color: white; + position: absolute; + top: 0; + text-align: center; + left:20%; + right: 20%; + font-size: 0.42cm; + font-weight: bold; + height: 100%; +} ion-label{ display: block; color: black !important;