chore: build
Frontend Web - Build & Lint / build (push) Failing after 12m18s

This commit is contained in:
2026-06-27 19:56:45 +02:00
parent 7e6629167f
commit 69711796a3
+17 -4
View File
@@ -38,6 +38,7 @@
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
background-clip: text; background-clip: text;
margin-top: -70px;
} }
.parrainage-subtitle { .parrainage-subtitle {
@@ -51,7 +52,11 @@
============================================ */ ============================================ */
.parrainage-balance-card { .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: 1px solid rgba(139, 92, 246, 0.3);
border-radius: 16px; border-radius: 16px;
padding: 2rem; padding: 2rem;
@@ -96,7 +101,11 @@
.parrainage-reward-card { .parrainage-reward-card {
display: flex; display: flex;
gap: 1rem; 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: 1px solid rgba(139, 92, 246, 0.35);
border-radius: 14px; border-radius: 14px;
padding: 1.5rem; padding: 1.5rem;
@@ -162,7 +171,9 @@
border-radius: 12px; border-radius: 12px;
padding: 1.25rem 1rem; padding: 1.25rem 1rem;
text-align: center; text-align: center;
transition: border-color 0.2s, transform 0.2s; transition:
border-color 0.2s,
transform 0.2s;
} }
.step-card:hover { .step-card:hover {
@@ -276,7 +287,9 @@
padding: 0.8rem 1.8rem; padding: 0.8rem 1.8rem;
border-radius: 10px; border-radius: 10px;
text-decoration: none; text-decoration: none;
transition: background 0.2s, transform 0.15s; transition:
background 0.2s,
transform 0.15s;
} }
.telegram-btn:hover { .telegram-btn:hover {