Skip to content

Commit

Permalink
Merge pull request #394 from timsb/TAI-1139
Browse files Browse the repository at this point in the history
TAI-1139 added table--heavy-header
  • Loading branch information
feedmypixel committed Feb 10, 2016
2 parents 59ff9c1 + f39aa2b commit 9ebe2f0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/scss/base/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ table {
font-weight: 400;
}
}

.table__header--highlight {
border-bottom: em(2) solid $govuk-blue-colour;
}

.table--heavy-footer{
border-bottom: 3px solid $grey-6;
}
Expand Down

0 comments on commit 9ebe2f0

Please sign in to comment.