mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 14:28:25 -04:00
Even out the spacing on the settings page
This makes the spacing above and below each heading on the settings page consistent.
This commit is contained in:
@@ -54,6 +54,10 @@
|
||||
margin-top: $gutter * 2 / 3;
|
||||
}
|
||||
|
||||
.top-gutter-0 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
%bottom-gutter,
|
||||
.bottom-gutter {
|
||||
@extend %contain-floats;
|
||||
|
||||
@@ -77,6 +77,10 @@ a {
|
||||
> .heading-medium {
|
||||
margin: $gutter-half 0 ($gutter / 3 * 2) 0;
|
||||
word-wrap: break-word;
|
||||
|
||||
&.top-gutter-0 {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
margin-bottom: $gutter / 6;
|
||||
}
|
||||
|
||||
th {
|
||||
@@ -91,6 +92,10 @@
|
||||
|
||||
}
|
||||
|
||||
.table-heading {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
%table-field,
|
||||
|
||||
Reference in New Issue
Block a user