add glasscard

This commit is contained in:
p2405951
2025-12-10 14:22:39 +01:00
parent bada53dc7f
commit f6b0cf4d4b
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -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;
-1
View File
@@ -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";