fix footer

This commit is contained in:
m.epshtein 2024-09-13 15:04:25 +03:00
parent 298c135dea
commit 12b263e835
2 changed files with 13 additions and 4 deletions

View file

@ -166,6 +166,11 @@ body.webbpm.ervu_lkrp_fl {
}
.webbpm.ervu_lkrp_fl footer {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
height: var(--h-footer);
border: 0;
background-color: var(--color-text-primary);
@ -173,10 +178,15 @@ body.webbpm.ervu_lkrp_fl {
.webbpm.ervu_lkrp_fl .container {
padding-top: var(--h-header);
bottom: var(--h-footer);
bottom: 0;
}
.webbpm.ervu_lkrp_fl .container-inside {
font-family: 'Inter';
height: 100%;
padding: 0;
overflow: auto;
}
.webbpm.ervu_lkrp_fl .container-inside > div {
padding: var(--indent-huge) var(--w-screen);
}
@ -308,7 +318,7 @@ body.webbpm.ervu_lkrp_fl {
.webbpm.ervu_lkrp_fl .loader {
font-size: 15px;
left: calc(50% - 50px);
top: calc(50% - 50px);
top: calc(50% - 50px);
width: 0.8em;
height: 0.8em;
border-radius: 50%;

View file

@ -5,8 +5,7 @@
<div class="container">
<div class="container-inside" id="webbpm-angular-application-container">
<router-outlet></router-outlet>
<app-footer *ngIf="footerVisible"></app-footer>
</div>
</div>
<app-footer *ngIf="footerVisible">
</app-footer>
</div>