4,456
edits
No edit summary |
No edit summary |
||
Line 91: | Line 91: | ||
background-position: 0 100%; | background-position: 0 100%; | ||
background-size: 100% 0.5px; /* hairline thickness */ | background-size: 100% 0.5px; /* hairline thickness */ | ||
} | |||
.link-pdf { | |||
font-size: 16px; | |||
line-height: 23px; | |||
letter-spacing: 0; | |||
color: #292828!important; | |||
text-align: center; | |||
} | |||
.link-pdf a{ | |||
font-size: 16px; | |||
line-height: 23px; | |||
letter-spacing: 0; | |||
color: #292828!important; | |||
} | |||
.external-link-icon { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 20px; | |||
height: 20px; | |||
} | |||
.external-link-icon, .external-link-icon a { | |||
font-size: 17px; | |||
line-height: 22px; | |||
letter-spacing: .48px; | |||
color: #000 !important; | |||
text-decoration: none; | |||
} | } | ||