Skip to content

Commit

Permalink
removed custom styles for content tables
Browse files Browse the repository at this point in the history
Signed-off-by: christian medders <christian.medders@gsa.gov>
  • Loading branch information
clmedders committed Mar 21, 2024
1 parent 1f99b21 commit f7de5f1
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions themes/digital.gov/src/scss/new/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,43 +75,6 @@
@include u-padding-left(5);
@include u-border-left("05", "solid", "base-lighter");
}

// tables
table {
@include u-margin-y(5);
@include u-font("sans", "xs");
@include u-width("full");

tr {
th {
@include u-text("left");
@include u-text("bold");
@include u-border(0);
@include u-padding-x("05");
@include u-border("1px", "black", "solid");
}
td {
@include u-padding-y(1);
@include u-padding-x("05");
@include u-border("1px", "black", "solid");
vertical-align: top;

a {
@include u-text("no-underline");

&:hover {
span {
@include u-text("underline");
}
}
}

.icon {
@include u-width("205");
}
}
}
}
}

.usa-prose > *:first-child {
Expand Down

0 comments on commit f7de5f1

Please sign in to comment.