mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
ajout de composants pour li'nterface admin
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
.graphContainer {
|
||||
padding: 30px 0;
|
||||
.averageCard {
|
||||
width: min-content;
|
||||
margin: 0 auto;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
min-width: 300px;
|
||||
}
|
||||
|
||||
.averageCardBody {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.averageMainValue {
|
||||
font-size: 40px;
|
||||
}
|
||||
|
||||
.averageSecondaryValue {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.averagePositive {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.averageNegative {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user