mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 02:20:17 +01:00
29 lines
382 B
CSS
29 lines
382 B
CSS
.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;
|
|
} |