And fix spacing for inbound…

This commit is contained in:
Chris Hill-Scott
2018-01-26 16:08:48 +00:00
parent 9ac2c49d4e
commit a4e6ef89a7

View File

@@ -230,12 +230,18 @@
} }
.table-show-more-link { .table-show-more-link {
@include core-16; @include core-16;
color: $secondary-text-colour; color: $secondary-text-colour;
margin-bottom: $gutter * 1.3333; margin-bottom: $gutter * 1.3333;
border-bottom: 1px solid $border-colour; border-bottom: 1px solid $border-colour;
padding: 10px 0 10px 0; padding: 10px 0 10px 0;
text-align: center; text-align: center;
.table + & {
margin-top: -$gutter;
}
} }
a.table-show-more-link { a.table-show-more-link {