This commit is contained in:
m.epshtein 2025-11-25 15:05:39 +03:00
parent cbdcdce573
commit 624c93a9c6
2 changed files with 6 additions and 4 deletions

View file

@ -63,7 +63,7 @@
</div>
</div>
<div class="btn-group">
<a id="login-button" href="<!--#echo var="ulUrl"-->" class="btn">Войти в Личный кабинет</a>
<a id="login-button" href="<!--#echo var='ulUrl'-->" class="btn">Войти в Личный кабинет</a>
</div>
</div>
</div>

View file

@ -169,6 +169,8 @@ a.btn:is(:hover, :focus, :active) {
}
.container {
display: flex;
flex-direction: column;
width: 100%;
max-width: 100%;
height: auto;
@ -186,7 +188,7 @@ a.btn:is(:hover, :focus, :active) {
.container-inside {
display: flex;
flex-direction: column;
height: 100%;
flex: 1 1 auto;
color: var(--color-text-primary);
font-family: 'Inter';
padding: 0 var(--w-screen);
@ -542,8 +544,8 @@ a.btn:is(:hover, :focus, :active) {
:is(.ul, .fl) .container-inside .list-group.lk-docs {
flex: 1;
color: var(--white);
padding-top: var(--indent-huge);
padding-bottom: var(--indent-huge);
padding-top: var(--indent-medium);
padding-bottom: var(--indent-medium);
background-color: var(--color-text-primary);
}
:is(.ul, .fl) .container-inside .list-group.lk-alert {