Add household members monthly cost to stats
This commit is contained in:
+10
-1
@@ -1049,13 +1049,22 @@ input[type="checkbox"] {
|
||||
flex-basis: 31%;
|
||||
flex-shrink: 0;
|
||||
box-sizing: border-box;
|
||||
|
||||
}
|
||||
|
||||
.statistic.empty {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.statistic {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
.statistic.empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.statistic > span {
|
||||
|
||||
Reference in New Issue
Block a user