subtitle
This commit is contained in:
parent
02d0a94004
commit
a548079cf1
2 changed files with 43 additions and 7 deletions
|
|
@ -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 {
|
||||
font-size: var(--size-text-secondary);
|
||||
font-family: 'Inter';
|
||||
|
|
@ -38,16 +62,12 @@
|
|||
background-color: var(--bg-light);
|
||||
box-shadow: none;
|
||||
|
||||
& > .legend {
|
||||
padding: 24px;
|
||||
|
||||
& + div {
|
||||
padding: 0;
|
||||
}
|
||||
legend + div {
|
||||
padding: 0;
|
||||
}
|
||||
.link {
|
||||
font-size: var(--size-text-secondary);
|
||||
text-decoration: none;
|
||||
text-decoration: none !important;
|
||||
padding-left: 20px;
|
||||
background: url(../img/svg/pin.svg) 0 50% no-repeat;
|
||||
}
|
||||
|
|
@ -59,3 +79,18 @@
|
|||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ body {
|
|||
--w-screen: 75px;
|
||||
|
||||
--size-text-title: 36px;
|
||||
--size-text-subtitle: 20px;
|
||||
--size-text-primary: 18px;
|
||||
--size-text-secondary: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue