Update styling for tables across the site

This commit is contained in:
leigh-mil
2019-10-17 17:14:30 -04:00
parent bb160bbffa
commit 0f0d9464d8
4 changed files with 31 additions and 60 deletions

View File

@@ -138,11 +138,6 @@
.portfolio-content {
margin: (4 * $gap) $gap 0 $gap;
.panel {
@include shadow-panel;
padding-bottom: $gap * 3;
}
a.add-new-button {
display: inherit;
margin-left: auto;
@@ -156,11 +151,6 @@
margin-bottom: 0;
}
table {
min-width: 100%;
margin-top: 0;
}
input.usa-button.usa-button-primary {
width: 9rem;
height: 4rem;
@@ -250,6 +240,20 @@
.panel {
@include shadow-panel;
padding-bottom: 2rem;
table {
thead,
tbody {
tr {
th,
td {
&:last-child {
border-left: none;
}
}
}
}
}
}
.application-list-item {