Add monthly breakdown of usage

Basically:
- shows all the months from start of given financial year to now or end
  of given financial year (whichever is earliest)
- shows a breakdown of free and paid text messages for each of these
  months

Depends on:
- [x] https://github.com/alphagov/notifications-api/pull/699
This commit is contained in:
Chris Hill-Scott
2016-09-29 18:44:10 +01:00
parent 0a0bfa9232
commit b760457ba9
7 changed files with 233 additions and 8 deletions

View File

@@ -179,3 +179,16 @@ details summary {
border: 0;
margin-bottom: -$gutter + 2px;
}
.body-copy-table {
table th,
table td {
font-size: 19px;
}
}
.tabular-numbers {
@include core-19($tabular-numbers: true);
}

View File

@@ -31,7 +31,7 @@
}
.table-field-heading-first {
width: 52.5%
width: 52.5%;
}
.table-row {