Implement basic statistics

This commit is contained in:
Maximilian Grundke
2018-03-13 18:38:54 +01:00
parent da0859d483
commit 68d3fd174e
6 changed files with 116 additions and 3 deletions

View File

@@ -61,6 +61,10 @@ div.negative-result {
/////////////////////////////////////////////////////////////////////////////////////////////
// StatisticsController:
#statistics-container {
margin-bottom: 40px;
}
.statistics-wrapper {
display: grid;
grid-template-columns: repeat(4, 1fr);
@@ -81,7 +85,11 @@ div.negative-result {
flex-grow: 1;
font-size: 40px;
vertical-align: middle;
line-height: 100px;
line-height: 50px;
}
> .title {
height: 42px;
}
}
}