add glasscard
This commit is contained in:
+2
-2
@@ -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,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";
|
||||
|
||||
Reference in New Issue
Block a user