SUPPORT-8783: Fix
This commit is contained in:
parent
14a38dfd50
commit
d482101edd
6 changed files with 22 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue