From 5888a220c4559794395ee854eefd9d6111ab1cb8 Mon Sep 17 00:00:00 2001 From: "m.epshtein" Date: Thu, 14 Nov 2024 13:36:38 +0300 Subject: [PATCH] SUPPORT-8615 --- html/css/inbox.css | 24 ++++++++++++++++++++++++ html/img/svg/info.svg | 5 +++++ html/index.html | 6 ++---- 3 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 html/img/svg/info.svg diff --git a/html/css/inbox.css b/html/css/inbox.css index 3d3d286..ae29d4d 100644 --- a/html/css/inbox.css +++ b/html/css/inbox.css @@ -62,6 +62,7 @@ --color-text-secondary: #acacac; --color-link: #c64e1b; --color-link-hover: #fa773f; + --color-warning: #fff3e5; --color-form: #3f434b; --color-bg-main: #223d36; --color-light: #868b87; @@ -232,6 +233,29 @@ a.btn:is(:hover, :focus, :active) { margin-top: var(--indent-medium); } +.browser-check-content { + font-family: 'Golos'; + font-size: var(--size-text-secondary); + padding: var(--indent-mini) var(--w-screen) var(--indent-mini) calc(var(--w-screen) + 38px); + background-color: var(--color-warning); +} +.browser-check-text { + position: relative; + padding-left: 40px; +} +.browser-check-text::before { + position: absolute; + content: url(../img/svg/info.svg); + left: 0; + top: calc((100% - 24px) / 2); +} +.text-header { + color: var(--color-link); + font-family: 'GolosB'; + font-size: var(--size-text-primary); + margin-bottom: 4px; +} + /*@media ((max-width: 780px) or ((orientation: landscape) and (max-device-width : 1024px))) {*/ @media (max-width: 1024px) { body { diff --git a/html/img/svg/info.svg b/html/img/svg/info.svg new file mode 100644 index 0000000..597f706 --- /dev/null +++ b/html/img/svg/info.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/html/index.html b/html/index.html index a35daaa..1631ab8 100644 --- a/html/index.html +++ b/html/index.html @@ -16,10 +16,8 @@
-

Установите браузер

-

- Для обеспечения защищённого соединения с сайтом реестра повесток необходимо установить браузер Яндекс или Chromium GOST. -

+
Установите браузер
+
Для обеспечения защищённого соединения с сайтом реестра повесток необходимо установить браузер Яндекс или Chromium GOST.