This commit is contained in:
Peter Maquiran
2023-08-24 22:25:33 +01:00
24 changed files with 217 additions and 324 deletions
@@ -58,7 +58,7 @@
</div>
<div>
<div class="d-flex align-center">
<div class="d-flex align-center flex-column">
<ion-icon *ngIf="SessionStore.user.RoleDescription != 'Presidente da República' && SessionStore.user.RoleDescription != 'Ministro e Director do Gabinete do PR' && SessionStore.user.RoleDescription != 'Secretário Geral' " class="profile-pic"
src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
@@ -76,7 +76,11 @@
src="assets/images/theme/gov/icons-profile.svg"></ion-icon>
<ion-icon *ngIf="ThemeService.currentTheme == 'doneIt' " class="profile-pic"
src="assets/images/theme/{{ThemeService.currentTheme}}/icons-profile.svg"></ion-icon> -->
<div style="background: black;width: 50px;height: 50px;position: relative;top: -33px;left: 38px;border-radius: 55px;overflow: hidden;border: 5px solid white;">
<img src="assets/images/camera.png">
</div>
</div>
</div>
<div class="profile-info">
@@ -20,7 +20,7 @@
<ion-slides style="width: 100%; height: 100%;" [options]="sliderOpts">
<ion-slide>
<div class="swiper-zoom-container" >
<div style="overflow: scroll; width: 100%; height:100%;">
<div style="overflow: scroll; width: 100%; height:100%;" class="d-flex justify-center">
<img src="{{image}}">
</div>
</div>
@@ -58,11 +58,12 @@
overflow: auto !important;
.media-content{
height: fit-content !important;
height: 100% !important;
overflow: auto !important;
img{
width: fit-content !important;
height: 100% !important;
max-height: 500px;
}
}
}
@@ -72,6 +73,12 @@
.media {
.media-content{
height: 100% !important;
img{
width: fit-content !important;
max-height: 555px;
}
}
}
}