Skip to content

Commit

Permalink
LOYALIST-72 Add html file icon, 2-col record w/ default margin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmcd75 committed Oct 30, 2024
1 parent ce7baff commit 1adcd63
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion custom/themes/the_loyalist_collection/src/scss/print.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,21 @@
main {
margin-top: 1rem;

.file--application-pdf {
dl.loyalist-record {
display: grid;
grid-template-columns: auto auto;

dt,
dd {
padding: 0.25rem 0.5rem;

&.visually-hidden {
position: relative !important;
}
}
}

.file {
-webkit-print-color-adjust: exact;
}
}
Expand Down

0 comments on commit 1adcd63

Please sign in to comment.