Skip to content

Commit

Permalink
Add basic formatting to new regmem data
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Dec 12, 2024
1 parent 637813e commit 6e9413d
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion www/docs/style/sass/pages/_mp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,6 @@

.register {
.regmemcategory {
border-top: 1px solid $borders;
font-weight: $weight_semibold;
margin-top: em-calc(16);
margin-bottom: em-calc(8);
Expand Down Expand Up @@ -790,4 +789,26 @@ a[href^="https://www.publicwhip.org"] {
.postcode-mp-image-wrapper {
display: block;
margin-top: 5px;
}

.interest-summary {
font-weight: bold;
margin-top: 1em;
margin-bottom: 1em;
}

.interest-child-items > div.interest-item > p.interest-summary {
font-weight: normal;
text-decoration: none;
}

.interest-details-list {
font-size: 0.8em;
}

.child-item-header {
text-decoration: underline;
}
.regmemitem > .interest-item {
border-top: 1px solid $borders;
}

0 comments on commit 6e9413d

Please sign in to comment.