Revamp the app members table

- remove some of the custom styles in the page-specific style sheet.
Instead, try to rely on default USWDS styles as much as possible.
- tweak a few values in the tables stylesheet
- move some markup around in the members template
This commit is contained in:
graham-dds
2019-10-04 10:16:11 -04:00
parent 0632c16968
commit 8eda056327
3 changed files with 39 additions and 106 deletions

View File

@@ -66,7 +66,7 @@ table.atat-table {
display: table-cell;
white-space: nowrap;
border-bottom-style: dashed;
border-bottom-style: solid;
border-top: none;
&:last-child {
@@ -88,18 +88,14 @@ table.atat-table {
th,
td {
@include block-list-header;
display: table-cell;
white-space: nowrap;
color: black;
}
}
}
@at-root .panel #{&} {
tr:last-child td {
border-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}
@@ -138,10 +134,6 @@ table.atat-table {
}
@at-root .panel #{&} {
tr:last-child td {
border-bottom: 0;
}
&:last-child {
margin-bottom: 0;
}