diff --git a/src/app/shared/headers/header-no-search/header-no-search.page.html b/src/app/shared/headers/header-no-search/header-no-search.page.html index 95a960395..123b7daf0 100644 --- a/src/app/shared/headers/header-no-search/header-no-search.page.html +++ b/src/app/shared/headers/header-no-search/header-no-search.page.html @@ -56,9 +56,9 @@ --> -
- - +
+ + {{loggeduser.Profile}}
diff --git a/src/app/shared/headers/header-no-search/header-no-search.page.scss b/src/app/shared/headers/header-no-search/header-no-search.page.scss index 4ee6ed1cd..054b768c5 100644 --- a/src/app/shared/headers/header-no-search/header-no-search.page.scss +++ b/src/app/shared/headers/header-no-search/header-no-search.page.scss @@ -18,9 +18,27 @@ margin: 0px auto; } .div-profile{ + width: 45px; + height: 45px; font-size: 45px; justify-content: flex-end; display: flex; + background-color: transparent; + justify-content: center; + align-items: center; + overflow: hidden; + + .icon{ + position: relative; + border: none !important; + } + + .profile-text{ + font-size: 20px; + font-weight: 300; + width: fit-content; + position: absolute; + } } .desktop{ @@ -44,4 +62,4 @@ .active{ border-top: 7px solid white; -} \ No newline at end of file +} diff --git a/src/assets/images/icons-default-profile.svg b/src/assets/images/icons-default-profile.svg index dd82c44a7..5bd3afe05 100644 --- a/src/assets/images/icons-default-profile.svg +++ b/src/assets/images/icons-default-profile.svg @@ -1,34 +1,31 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +