This commit is contained in:
m.epshtein 2024-06-14 13:25:58 +03:00
parent 02d0a94004
commit a548079cf1
2 changed files with 43 additions and 7 deletions

View file

@ -13,6 +13,30 @@
} }
} }
.webbpm.ervu_lkrp_ul .subtitle {
font-size: var(--size-text-subtitle);
font-family: 'InterSB';
text {
position: relative;
padding-left: 60px;
&::before {
width: 48px;
height: 48px;
border-radius: 50px;
background-color: var(--color-bg-main);
background-image: url(../img/svg/building-wt.svg);
}
}
.info {
float: none !important;
display: flex;
justify-content: flex-end;
margin-left: auto;
}
}
.webbpm.ervu_lkrp_ul .btn { .webbpm.ervu_lkrp_ul .btn {
font-size: var(--size-text-secondary); font-size: var(--size-text-secondary);
font-family: 'Inter'; font-family: 'Inter';
@ -38,16 +62,12 @@
background-color: var(--bg-light); background-color: var(--bg-light);
box-shadow: none; box-shadow: none;
& > .legend { legend + div {
padding: 24px; padding: 0;
& + div {
padding: 0;
}
} }
.link { .link {
font-size: var(--size-text-secondary); font-size: var(--size-text-secondary);
text-decoration: none; text-decoration: none !important;
padding-left: 20px; padding-left: 20px;
background: url(../img/svg/pin.svg) 0 50% no-repeat; background: url(../img/svg/pin.svg) 0 50% no-repeat;
} }
@ -59,3 +79,18 @@
margin-top: 32px; margin-top: 32px;
} }
.webbpm.ervu_lkrp_ul .right-block .fieldset {
font-size: var(--size-text-secondary);
padding: 20px;
.link {
color: var(--color-link);
padding-left: 0;
background: none;
}
legend + div > *:last-child .form-group {
margin-bottom: 0;
}
}

View file

@ -42,6 +42,7 @@ body {
--w-screen: 75px; --w-screen: 75px;
--size-text-title: 36px; --size-text-title: 36px;
--size-text-subtitle: 20px;
--size-text-primary: 18px; --size-text-primary: 18px;
--size-text-secondary: 16px; --size-text-secondary: 16px;
} }