add glasscard
This commit is contained in:
+2
-2
@@ -48,7 +48,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*.glassCard {
|
.glassCard {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: fit-content;
|
height: fit-content;
|
||||||
background: rgba(255, 255, 255, 0.65);
|
background: rgba(255, 255, 255, 0.65);
|
||||||
@@ -63,7 +63,7 @@ body {
|
|||||||
inset 0 0 8px 4px rgba(255, 255, 255, 0.4);
|
inset 0 0 8px 4px rgba(255, 255, 255, 0.4);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
.glassBorder{
|
.glassBorder{
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import styles from "./StatPage.module.css";
|
import styles from "./StatPage.module.css";
|
||||||
// Importez les composants avec une majuscule
|
|
||||||
import ParticipationChart from "../../components/chart/ParticipationChart.jsx";
|
import ParticipationChart from "../../components/chart/ParticipationChart.jsx";
|
||||||
import IncompleteEvents from "../../components/IncompleteEvent/IncompleteEvent.jsx";
|
import IncompleteEvents from "../../components/IncompleteEvent/IncompleteEvent.jsx";
|
||||||
import PendingMembers from "../../components/PendingMembers/PendingMembers.jsx";
|
import PendingMembers from "../../components/PendingMembers/PendingMembers.jsx";
|
||||||
|
|||||||
Reference in New Issue
Block a user