mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Merge pull request #1766 from alphagov/fix-table-show-more-spacing
Fix spacing of table footers
This commit is contained in:
@@ -151,6 +151,8 @@ details summary {
|
||||
|
||||
.spreadsheet {
|
||||
|
||||
margin-bottom: -$gutter;
|
||||
|
||||
th,
|
||||
.table-field-index {
|
||||
background: $grey-4;
|
||||
|
||||
@@ -130,9 +130,16 @@
|
||||
}
|
||||
|
||||
&-shim {
|
||||
|
||||
width: 100%;
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
margin-bottom: 30px;
|
||||
|
||||
& + .table-show-more-link {
|
||||
margin-top: -28px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -230,12 +230,18 @@
|
||||
}
|
||||
|
||||
.table-show-more-link {
|
||||
|
||||
@include core-16;
|
||||
color: $secondary-text-colour;
|
||||
margin-bottom: $gutter * 1.3333;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
padding: 10px 0 10px 0;
|
||||
text-align: center;
|
||||
|
||||
.table + & {
|
||||
margin-top: -$gutter;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
a.table-show-more-link {
|
||||
|
||||
Reference in New Issue
Block a user