From 009edf75f84b0acd49b1425273067e3dc764ef42 Mon Sep 17 00:00:00 2001 From: Web-serfer Date: Tue, 5 May 2026 19:10:00 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D0=BF=D1=80?= =?UTF-8?q?=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD?= =?UTF-8?q?=D0=B5=D0=BD=D1=82=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/auth/sign-up.astro | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/frontend/src/pages/auth/sign-up.astro b/frontend/src/pages/auth/sign-up.astro index 63d4d5d..cb36dfa 100644 --- a/frontend/src/pages/auth/sign-up.astro +++ b/frontend/src/pages/auth/sign-up.astro @@ -13,7 +13,6 @@ import { SITE_URL } from '@constants';

Регистрация

-

Создайте аккаунт для доступа ко всем функциям

@@ -144,7 +143,7 @@ import { SITE_URL } from '@constants';
@@ -409,6 +408,17 @@ import { SITE_URL } from '@constants'; color: #b8941f; } + .checkbox-label .privacy-link { + color: #d4af37; + text-decoration: none; + font-size: 0.75rem; + } + + .checkbox-label .privacy-link:hover { + color: #b8941f; + text-decoration: underline; + } + .privacy-link-btn { background: none; border: none;