Skip to content

Commit

Permalink
Merge pull request #26 from concord-consortium/186752879-filter-table…
Browse files Browse the repository at this point in the history
…-ui-fixes

Fixes some styling in filter table to match spec
  • Loading branch information
eireland authored Jan 26, 2024
2 parents c63b137 + 42aca67 commit 03779b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/attribute-filter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $filter-background-green: rgba(90, 249, 90, 0.25);
$filter-green: #2dbe5e;

.attribute-filter-container {

padding-bottom: 16px;
.table-header {
color: rgba(0, 0, 0, 0.48);
font-size: 10px;
Expand Down Expand Up @@ -88,7 +88,7 @@ $filter-green: #2dbe5e;
}
}

table tr:nth-child(odd) {
table tr:nth-child(even) {
background-color: rgba(216, 216, 216, 0.3);
}

Expand Down

0 comments on commit 03779b5

Please sign in to comment.