From 69711796a31526aab374d81d4f518632b4537603 Mon Sep 17 00:00:00 2001 From: Xor290 Date: Sat, 27 Jun 2026 19:56:45 +0200 Subject: [PATCH] chore: build --- frontend-prep/src/pages/User/Parrainage.css | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/frontend-prep/src/pages/User/Parrainage.css b/frontend-prep/src/pages/User/Parrainage.css index 008cb1c9..9e19a103 100644 --- a/frontend-prep/src/pages/User/Parrainage.css +++ b/frontend-prep/src/pages/User/Parrainage.css @@ -38,6 +38,7 @@ -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; + margin-top: -70px; } .parrainage-subtitle { @@ -51,7 +52,11 @@ ============================================ */ .parrainage-balance-card { - background: linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(139, 92, 246, 0.05)); + background: linear-gradient( + 135deg, + rgba(139, 92, 246, 0.15), + rgba(139, 92, 246, 0.05) + ); border: 1px solid rgba(139, 92, 246, 0.3); border-radius: 16px; padding: 2rem; @@ -96,7 +101,11 @@ .parrainage-reward-card { display: flex; gap: 1rem; - background: linear-gradient(135deg, rgba(139, 92, 246, 0.12), rgba(99, 102, 241, 0.08)); + background: linear-gradient( + 135deg, + rgba(139, 92, 246, 0.12), + rgba(99, 102, 241, 0.08) + ); border: 1px solid rgba(139, 92, 246, 0.35); border-radius: 14px; padding: 1.5rem; @@ -162,7 +171,9 @@ border-radius: 12px; padding: 1.25rem 1rem; text-align: center; - transition: border-color 0.2s, transform 0.2s; + transition: + border-color 0.2s, + transform 0.2s; } .step-card:hover { @@ -276,7 +287,9 @@ padding: 0.8rem 1.8rem; border-radius: 10px; text-decoration: none; - transition: background 0.2s, transform 0.15s; + transition: + background 0.2s, + transform 0.15s; } .telegram-btn:hover {