Files
notifications-admin/app/assets/stylesheets/views/dashboard.scss
Chris Hill-Scott 50427ecd3f Add a page to show delivery rates week-by-week
Implements
https://github.com/alphagov/notifications-api/pull/286

Will always show weeks as Monday to Sunday.
2016-05-05 10:56:20 +01:00

21 lines
334 B
SCSS

.dashboard {
table th {
font-size: 0;
}
}
.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: 0.75em 0 0.5625em 0;
text-align: center;
}
}