Files
notifications-admin/app/assets/stylesheets/views/dashboard.scss
Chris Hill-Scott 00030bc254 Add usage to the dashboard
Takes the number of emails and SMS fragments sent from:
https://github.com/alphagov/notifications-api/pull/273

Using these numbers it’s possible to show:
- how much of your allowance is left
- or how much you have spent

For now the allowance and rates are hard coded.

Only for users that have manage service.
2016-05-03 11:06:12 +01:00

21 lines
325 B
SCSS

.dashboard {
table th {
@include bold-19;
}
}
.keyline-block {
border-top: 1px solid $border-colour;
padding-top: $gutter-half;
&-show-more-link {
@include core-16;
border-top: 1px solid $border-colour;
border-bottom: 1px solid $border-colour;
padding: 10px 0;
text-align: center;
}
}