Skip to content

Commit

Permalink
add styling for address within closer
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Oct 28, 2024
1 parent a5ee38b commit 5279c2b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/sass/components/_tei.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,26 @@ li.listSubTitle {
color: $gray-light;
}

/*
* address within div/@type="address"
*/
.teiLetter_address {
margin-bottom:$line-height-computed;
p { margin-bottom: 0px; }
}

/*
* address within closer
*/
.tei_closer .tei_address {
margin-top:$line-height-computed;
display: block;
text-align: left;
.tei_addrLine {
display: block;
}
}

.teiLetter_opener p {
margin-bottom: 0px;
}
Expand Down

0 comments on commit 5279c2b

Please sign in to comment.