4,656
edits
No edit summary |
No edit summary |
||
| (18 intermediate revisions by the same user not shown) | |||
| Line 78: | Line 78: | ||
/* Centered link row */ | /* Centered link row */ | ||
.link-pdf { | .link-pdf { | ||
display: flex; | display: flex !important; | ||
justify-content: center; | justify-content: center !important; | ||
align-items: flex-start !important; | |||
gap: 1px !important; | |||
margin: 2px 0 0 0 !important; | |||
padding: 0 !important; | |||
margin: | min-height: 0 !important; | ||
line-height: 1 !important; | |||
font-size: 11px !important; | |||
font-family: "HALColant-TextRegular", Georgia, "Times New Roman", serif !important; | |||
} | |||
.link-pdf a::after { | |||
content: "" !important; | |||
} | |||
.link-pdf > * { | |||
display: block !important; | |||
margin-top: 0 !important; | |||
padding: 0 !important; | |||
min-height: 0 !important; | |||
line-height: 1 !important; | |||
font: inherit !important; | |||
} | } | ||
.link-pdf p, | |||
.link-pdf a, | .link-pdf a, | ||
.link-pdf | .link-pdf span { | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
white-space: nowrap; | line-height: 1 !important; | ||
font: inherit !important; | |||
letter-spacing: 0 !important; | |||
color: #292828 !important; | |||
text-decoration: none !important; | |||
white-space: nowrap !important; | |||
} | |||
.link-pdf a { | |||
display: inline-block !important; | |||
margin-top: 4px !important; | |||
} | |||
.link-pdf .text-symbol { | |||
font: inherit !important; | |||
line-height: 1 !important; | |||
} | |||
.pdf-link-icon { | |||
margin-right: 0px!important; | |||
margin-left: 0px!important; | |||
} | } | ||
| Line 442: | Line 475: | ||
page-break-after: always; | page-break-after: always; | ||
break-after: page; | break-after: page; | ||
padding-top: 6mm; | |||
box-sizing: border-box; | |||
} | } | ||