//
This commit is contained in:
parent
ad17196476
commit
c85bbe5c62
2 changed files with 9 additions and 13 deletions
|
|
@ -1,14 +1,13 @@
|
||||||
.webbpm.account-applications .container-inside > div > div > [page-object] {
|
.webbpm.account-applications .container {
|
||||||
display: flex;
|
padding-top: var(--h-header);
|
||||||
}
|
}
|
||||||
|
.webbpm.account-applications .container-inside {
|
||||||
.webbpm.account-applications [page-home] {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
flex-direction: column;
|
||||||
background-color: var(--bg-light);
|
font-family: 'Inter';
|
||||||
}
|
height: 100%;
|
||||||
.webbpm.account-applications #home {
|
padding: var(--indent-small) var(--indent-xbase);
|
||||||
flex: 1;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.webbpm.account-applications .title {
|
.webbpm.account-applications .title {
|
||||||
|
|
@ -22,9 +21,6 @@
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.webbpm.account-applications .btn {
|
.webbpm.account-applications .btn {
|
||||||
color: var(--color-text-primary) !important;
|
color: var(--color-text-primary) !important;
|
||||||
font-family: 'GolosM';
|
font-family: 'GolosM';
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,5 @@
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<app-footer *ngIf="footerVisible"></app-footer>
|
<!--<app-footer *ngIf="footerVisible"></app-footer>-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue