mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 21:03:11 -04:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
}
|
||||
|
||||
.table-field-heading-first {
|
||||
width: 52.5%
|
||||
width: 52.5%;
|
||||
}
|
||||
|
||||
.table-row {
|
||||
|
||||
Reference in New Issue
Block a user