mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 17:33:12 -04:00
Split settings page into multiple sections
There are quite a few more options that there used to be in the settings page. This means it’s hard to find the thing you want to change. Grouping options is a common way of making things easier to find. Grouping by channel (text, email, letter) is something we do elsewhere that seems to work pretty well.
This commit is contained in:
@@ -143,6 +143,25 @@
|
||||
@include bold-16;
|
||||
}
|
||||
|
||||
|
||||
.table-field-headings {
|
||||
|
||||
th {
|
||||
padding: 1px; /* needs some height for the grey border to show */
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.table-field-headings-visible {
|
||||
|
||||
height: auto;
|
||||
|
||||
th {
|
||||
padding: .75em 1.25em .5625em 0;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.table-field-headings,
|
||||
.table-field-headings-visible {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user