mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Merge pull request #542 from alphagov/previous-weeks
Add a page to show delivery rates week-by-week
This commit is contained in:
@@ -23,6 +23,21 @@
|
||||
color: $white;
|
||||
position: relative;
|
||||
|
||||
&-show-more-link {
|
||||
@include core-16;
|
||||
display: block;
|
||||
padding: 0.75em 0 0.5625em 0;
|
||||
margin-bottom: $gutter-half;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
color: $text-colour;
|
||||
border-bottom: 1px solid $brown;
|
||||
}
|
||||
}
|
||||
|
||||
.big-number {
|
||||
padding: 15px;
|
||||
position: relative;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
.table-heading {
|
||||
text-align: left;
|
||||
margin: 40px 0 5px 0;
|
||||
margin: 40px 0 $gutter-half 0;
|
||||
}
|
||||
|
||||
.table-field-headings {
|
||||
@@ -111,10 +111,10 @@
|
||||
.table-show-more-link {
|
||||
@include core-16;
|
||||
color: $secondary-text-colour;
|
||||
margin-top: -20px;
|
||||
margin-top: -30px;
|
||||
margin-bottom: $gutter * 1.3333;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
padding-bottom: 10px;
|
||||
padding: 0.75em 0 0.5625em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.dashboard {
|
||||
table th {
|
||||
@include bold-19;
|
||||
font-size: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
@include core-16;
|
||||
border-top: 1px solid $border-colour;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
padding: 10px 0;
|
||||
padding: 0.75em 0 0.5625em 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user