Merge pull request #85 from alphagov/remove-placeholder-data

Remove placeholder logs of notifications sent
This commit is contained in:
Rebecca Law
2016-01-19 16:05:40 +00:00
9 changed files with 41 additions and 23 deletions

View File

@@ -41,3 +41,10 @@
@extend .table-field;
text-align: right;
}
.table-empty-message {
@include core-16;
color: $secondary-text-colour;
border-bottom: 1px solid $border-colour;
padding: 5px 0 8px 0;
}