Skip to content

Commit

Permalink
Merge pull request CSCDP#28 from SocialFinanceDigitalLabs/add-lines
Browse files Browse the repository at this point in the history
FAM-68: add border between cards
  • Loading branch information
AEPR authored Mar 4, 2020
2 parents 73e3d3f + 7064aa8 commit 1314fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
margin-bottom: 15px;
}

.CardHeader {
border-top: 1px solid #b1b4b6;
padding-top: 15px;
}

.govuk-accordion__section-heading strong{
margin-left: 10px;
background-color: #f3f2f1;
Expand Down

0 comments on commit 1314fce

Please sign in to comment.