From a548079cf137c0e0026291a76f85ceedddb9d22f Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Fri, 14 Jun 2024 13:25:58 +0300 Subject: [PATCH] subtitle --- .../src/resources/css/components-lkrp.css | 49 ++++++++++++++++--- frontend/src/resources/css/inbox-lkrp.css | 1 + 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/frontend/src/resources/css/components-lkrp.css b/frontend/src/resources/css/components-lkrp.css index 2817a443..008dc426 100644 --- a/frontend/src/resources/css/components-lkrp.css +++ b/frontend/src/resources/css/components-lkrp.css @@ -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; + } +} + + diff --git a/frontend/src/resources/css/inbox-lkrp.css b/frontend/src/resources/css/inbox-lkrp.css index 1eef196d..1688d281 100644 --- a/frontend/src/resources/css/inbox-lkrp.css +++ b/frontend/src/resources/css/inbox-lkrp.css @@ -42,6 +42,7 @@ body { --w-screen: 75px; --size-text-title: 36px; + --size-text-subtitle: 20px; --size-text-primary: 18px; --size-text-secondary: 16px; }