mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
And fix spacing for inbound…
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user