//
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] {
|
||||
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';
|
||||
|
|
|
|||
|
|
@ -5,5 +5,5 @@
|
|||
<router-outlet></router-outlet>
|
||||
</div>
|
||||
</div>
|
||||
<app-footer *ngIf="footerVisible"></app-footer>
|
||||
<!--<app-footer *ngIf="footerVisible"></app-footer>-->
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue