From f6b0cf4d4b22e2fb4a0a49bb3f7e1f4a3fdfde1f Mon Sep 17 00:00:00 2001 From: p2405951 Date: Wed, 10 Dec 2025 14:22:39 +0100 Subject: [PATCH] add glasscard --- src/index.css | 4 ++-- src/pages/Stat/StatPage.jsx | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 8b27bb9..ce69093 100644 --- a/src/index.css +++ b/src/index.css @@ -48,7 +48,7 @@ body { } -/*.glassCard { +.glassCard { width: 100%; height: fit-content; background: rgba(255, 255, 255, 0.65); @@ -63,7 +63,7 @@ body { inset 0 0 8px 4px rgba(255, 255, 255, 0.4); position: relative; overflow: hidden; -}*/ +} .glassBorder{ border-radius: 20px; diff --git a/src/pages/Stat/StatPage.jsx b/src/pages/Stat/StatPage.jsx index fc2a4ef..83167cb 100644 --- a/src/pages/Stat/StatPage.jsx +++ b/src/pages/Stat/StatPage.jsx @@ -1,7 +1,6 @@ import React, { useState } from "react"; import styles from "./StatPage.module.css"; -// Importez les composants avec une majuscule import ParticipationChart from "../../components/chart/ParticipationChart.jsx"; import IncompleteEvents from "../../components/IncompleteEvent/IncompleteEvent.jsx"; import PendingMembers from "../../components/PendingMembers/PendingMembers.jsx";