Add privacy policy page and consent checkbox to both modals (152-FZ compliance)

This commit is contained in:
2026-05-28 09:44:17 +00:00
parent 9de7538309
commit e88e33e7e8
4 changed files with 208 additions and 1 deletions
+33
View File
@@ -1560,6 +1560,39 @@ button {
}
/* Textarea in access modal */
/* Consent checkbox */
.access-consent-field {
margin-top: 12px;
}
.access-consent-label {
display: flex;
align-items: flex-start;
gap: 10px;
cursor: pointer;
font-size: 0.82rem;
color: #7a9abd;
line-height: 1.45;
}
.access-consent-label input[type=checkbox] {
margin-top: 2px;
flex-shrink: 0;
width: 15px;
height: 15px;
accent-color: #2d8cf0;
cursor: pointer;
}
.access-consent-link {
color: #5b9bd5;
text-decoration: underline;
}
.access-consent-link:hover { color: #82baee; }
.am-invalid-consent .access-consent-label {
color: rgba(220, 70, 70, 0.85);
}
.am-invalid-consent .access-consent-link {
color: rgba(220, 100, 100, 0.9);
}
.access-textarea {
background: rgba(255,255,255,0.05);
border: 1px solid rgba(255,255,255,0.12);