@@ -479,13 +479,6 @@
|
||||
font-size: var(--fz-sm);
|
||||
}
|
||||
|
||||
.cookie-note__link {
|
||||
color: var(--color-accent-dark);
|
||||
font-weight: 800;
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
|
||||
.cookie-note__button {
|
||||
min-height: 42px;
|
||||
border-radius: 999px;
|
||||
|
||||
@@ -54,37 +54,7 @@
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.policy-content__body {
|
||||
display: grid;
|
||||
gap: 12px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.policy-content__text {
|
||||
color: var(--color-muted);
|
||||
line-height: 1.72;
|
||||
}
|
||||
|
||||
.policy-content__list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
list-style: none;
|
||||
margin-top: 12px;
|
||||
color: var(--color-muted);
|
||||
}
|
||||
|
||||
.policy-content__list-item {
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
line-height: 1.68;
|
||||
}
|
||||
|
||||
.policy-content__list-item::before {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0.68em;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
border-radius: 50%;
|
||||
background: var(--color-accent);
|
||||
content: "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user