mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 08:28:44 -04:00
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.
21 lines
325 B
SCSS
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;
|
|
}
|
|
|
|
}
|