mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 16:48:25 -04:00
Implements https://github.com/alphagov/notifications-api/pull/286 Will always show weeks as Monday to Sunday.
21 lines
334 B
SCSS
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;
|
|
}
|
|
|
|
}
|