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] { .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';

View file

@ -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>