[Fixes #2480] Add 30-days evolution stats to the stats page

This commit is contained in:
gregoirenovel 2018-08-29 14:54:06 +02:00
parent fbbee615c4
commit 00610991b7
3 changed files with 43 additions and 4 deletions

View file

@ -137,3 +137,10 @@ $big-number-card-padding: 2 * $segmented-control-item-border-radius;
font-weight: bold;
color: $blue;
}
.big-number-card-detail {
display: block;
text-align: center;
color: $blue;
}