4,656
edits
No edit summary |
No edit summary |
||
| 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: | align-items: flex-start !important; | ||
gap: 2px; | gap: 2px !important; | ||
margin: 2px 0 0 0 !important; | margin: 2px 0 0 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
min-height: 0 !important; | |||
line-height: 1 !important; | line-height: 1 !important; | ||
font-size: 11px !important; | |||
font-family: "HALColant-TextRegular", Georgia, "Times New Roman", serif !important; | |||
} | } | ||
.link-pdf | .link-pdf > * { | ||
display: | display: block !important; | ||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
min-height: 0 !important; | |||
line-height: 1 !important; | line-height: 1 !important; | ||
font: inherit !important; | |||
} | } | ||
.link-pdf | .link-pdf p, | ||
.link-pdf a, | |||
.link-pdf span { | |||
margin: 0 !important; | margin: 0 !important; | ||
padding: 0 !important; | padding: 0 !important; | ||
line-height: 1 !important; | line-height: 1 !important; | ||
font | font: inherit !important; | ||
letter-spacing: 0 !important; | letter-spacing: 0 !important; | ||
color: #292828 !important; | color: #292828 !important; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
white-space: nowrap !important; | white-space: nowrap !important; | ||
} | |||
.link-pdf a { | |||
display: inline-block !important; | |||
} | } | ||
.link-pdf .text-symbol { | .link-pdf .text-symbol { | ||
font: inherit !important; | |||
line-height: 1 !important; | line-height: 1 !important; | ||
} | } | ||