SUPPORT-8783: Fix

This commit is contained in:
Alexandr Shalaginov 2024-10-11 15:04:25 +03:00 committed by Eduard Tihomirov
parent 14a38dfd50
commit d482101edd
6 changed files with 22 additions and 14 deletions

View file

@ -232,17 +232,17 @@ a.btn:is(:hover, :focus, :active) {
margin-top: var(--indent-medium);
}
.browser-check-content {
.cert-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(--bg-warn);
}
.browser-check-text {
.cert-check-text {
position: relative;
padding-left: 40px;
}
.browser-check-text::before {
.cert-check-text::before {
position: absolute;
content: url(../img/svg/info.svg);
left: 0;