diff --git a/frontend/src/resources/css/components-autority.css b/frontend/src/resources/css/components-autority.css index be1ef88d..75d9fcb8 100644 --- a/frontend/src/resources/css/components-autority.css +++ b/frontend/src/resources/css/components-autority.css @@ -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'; diff --git a/frontend/src/resources/template/webbpm/webbpm.html b/frontend/src/resources/template/webbpm/webbpm.html index a03250e8..871767ad 100644 --- a/frontend/src/resources/template/webbpm/webbpm.html +++ b/frontend/src/resources/template/webbpm/webbpm.html @@ -5,5 +5,5 @@ - +