revert images-portfolio
This commit is contained in:
2026-07-04 20:02:01 +03:00
parent 9a24c53b8e
commit 9f27af8ee0
5 changed files with 28 additions and 182 deletions

View File

@@ -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;

View File

@@ -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: "";
}