This commit is contained in:
m.epshtein 2024-11-27 16:28:48 +03:00
parent ad17196476
commit c85bbe5c62
2 changed files with 9 additions and 13 deletions

View file

@ -1,14 +1,13 @@
.webbpm.account-applications .container-inside > div > div > [page-object] {
display: flex;
.webbpm.account-applications .container {
padding-top: var(--h-header);
}
.webbpm.account-applications [page-home] {
.webbpm.account-applications .container-inside {
display: flex;
align-items: center;
background-color: var(--bg-light);
}
.webbpm.account-applications #home {
flex: 1;
flex-direction: column;
font-family: 'Inter';
height: 100%;
padding: var(--indent-small) var(--indent-xbase);
overflow: auto;
}
.webbpm.account-applications .title {
@ -22,9 +21,6 @@
margin-bottom: 0;
}
.webbpm.account-applications .btn {
color: var(--color-text-primary) !important;
font-family: 'GolosM';

View file

@ -5,5 +5,5 @@
<router-outlet></router-outlet>
</div>
</div>
<app-footer *ngIf="footerVisible"></app-footer>
<!--<app-footer *ngIf="footerVisible"></app-footer>-->
</div>