From 238d858ab03752e0376fa4b39efadfa05261aefb Mon Sep 17 00:00:00 2001 From: kochetkov Date: Wed, 15 Jan 2025 16:25:00 +0300 Subject: [PATCH] fix info.svg path --- frontend/src/resources/landing/home.css | 38 ++++++++++++------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/frontend/src/resources/landing/home.css b/frontend/src/resources/landing/home.css index d38ac3e..77e21c6 100644 --- a/frontend/src/resources/landing/home.css +++ b/frontend/src/resources/landing/home.css @@ -78,7 +78,7 @@ --size-text-title: 40px; --size-text-subtitle: 32px; --size-text-primary: 20px; - --size-text-secondary: 16px; + --size-text-secondary: 16px; --indent-huge: 72px; --indent-big: 52px; @@ -94,7 +94,7 @@ body { -ms-text-size-adjust: 100%; -moz-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; - + display: flex; flex-direction: column; padding: 0; @@ -102,17 +102,17 @@ body { } a { - color: var(--color-link); + color: var(--color-link); text-decoration: none; } a:is(:hover, :focus, :active) { - color: var(--color-link-hover); + color: var(--color-link-hover); } button, a.btn { display: flex; justify-content: center; - align-items: center; + align-items: center; color: var(--white); font-family: 'InterL'; font-size: var(--size-text-secondary); @@ -120,12 +120,12 @@ button, a.btn { height: 48px; border: 1px solid transparent; border-radius: 4px; - background: var(--color-link); + background: var(--color-link); } -button:is(:hover, :focus, :active), +button:is(:hover, :focus, :active), a.btn:is(:hover, :focus, :active) { background: var(--color-link-hover); - cursor: pointer; + cursor: pointer; } .btn.btn-secondary { color: var(--color-link); @@ -142,7 +142,7 @@ a.btn:is(:hover, :focus, :active) { display: flex; flex-direction: row; align-items: center; - font-family: 'InterSB'; + font-family: 'InterSB'; min-height: var(--h-header); padding: 0 var(--w-screen); border: 0; @@ -227,7 +227,7 @@ a.btn:is(:hover, :focus, :active) { font-family: 'GolosB'; font-size: var(--size-text-subtitle); margin-top: var(--indent-mini); -} +} .container-inside .block .block-description { font-family: 'Golos'; font-size: var(--size-text-primary); @@ -307,7 +307,7 @@ a.btn:is(:hover, :focus, :active) { } :is(.ul, .fl) .container-inside .list-group .paragraph .icon-text { background: url(img/svg/text-32x32.svg) no-repeat 0 0; -} +} :is(.ul, .fl) .container-inside .list-group .list > div { position: relative; @@ -323,7 +323,7 @@ a.btn:is(:hover, :focus, :active) { height: 24px; top: 0; left: 0; -} +} :is(.ul, .fl) .container-inside .list-group .list > div.esia::after { background: url(img/svg/esia-24x24.svg) no-repeat 0 0; } @@ -426,7 +426,7 @@ a.btn:is(:hover, :focus, :active) { position: absolute; font-family: 'InterB'; top: -50px; - left: 15px; + left: 15px; } :is(.ul, .fl) .container-inside .list-group .pass-list > div:nth-child(1)::after { content: "1"; @@ -588,7 +588,7 @@ a.btn:is(:hover, :focus, :active) { background-color: var(--bg-form); } :is(.fl) .container-inside .list-group.lk-msg span { - background: url(img/svg/info.svg) no-repeat 0 4px; + background: url(img/svg/info.svg) no-repeat 0 4px; } :is(.fl) .container-inside .list-group.lk-limits .subtitle { margin-bottom: 0; @@ -626,7 +626,7 @@ a.btn:is(:hover, :focus, :active) { .browser-check-content { font-family: 'Golos'; - font-size: var(--size-text-secondary); + font-size: var(--size-text-secondary); padding: var(--indent-mini) var(--w-screen) var(--indent-mini) calc(var(--w-screen) + 38px); background-color: var(--bg-warn); } @@ -636,7 +636,7 @@ a.btn:is(:hover, :focus, :active) { } .browser-check-text::before { position: absolute; - content: url(../img/svg/info.svg); + content: url(img/svg/info.svg); left: 0; top: calc((100% - 24px) / 2); } @@ -707,7 +707,7 @@ a.btn:is(:hover, :focus, :active) { } :is(.ul, .fl) .container-inside .list-group .pass-list > div::after { top: 10px; - } + } :is(.ul, .fl) .container-inside .list-group .pass-list > div + div { margin-left: 0; margin-top: var(--indent-mini); @@ -736,5 +736,5 @@ a.btn:is(:hover, :focus, :active) { :is(.ul, .fl) .container-inside .list-group .docs-list > div + div { margin-left: 0; margin-top: var(--indent-mini); - } -} \ No newline at end of file + } +}