dynamic footer
This commit is contained in:
parent
d06e1bc10b
commit
5d34476701
2 changed files with 10 additions and 3 deletions
|
|
@ -165,6 +165,11 @@ body.webbpm.ervu_lkrp_ul {
|
|||
}
|
||||
|
||||
.webbpm.ervu_lkrp_ul footer {
|
||||
position: relative;
|
||||
top: auto;
|
||||
bottom: auto;
|
||||
left: auto;
|
||||
right: auto;
|
||||
height: var(--h-footer);
|
||||
border: 0;
|
||||
background-color: var(--color-text-primary);
|
||||
|
|
@ -172,10 +177,13 @@ body.webbpm.ervu_lkrp_ul {
|
|||
|
||||
.webbpm.ervu_lkrp_ul .container {
|
||||
padding-top: var(--h-header);
|
||||
bottom: var(--h-footer);
|
||||
bottom: 0;
|
||||
}
|
||||
.webbpm.ervu_lkrp_ul .container-inside {
|
||||
font-family: 'Inter';
|
||||
padding: 0;
|
||||
}
|
||||
.webbpm.ervu_lkrp_ul .container-inside > div {
|
||||
padding: var(--indent-huge) var(--w-screen);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue