|
|
|
@ -273,3 +273,36 @@ div#block-olivesbdh-solrsearchcontentsearchresultspagerforblock { |
|
|
|
font-weight: bold; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
span.file.file--mime-application-pdf.file--application-pdf a { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display: inline-block; |
|
|
|
|
|
|
|
height: var(--sp2); |
|
|
|
|
|
|
|
margin-block: var(--sp1); |
|
|
|
|
|
|
|
margin-inline-start: 0; |
|
|
|
|
|
|
|
margin-inline-end: var(--sp1); |
|
|
|
|
|
|
|
padding-block: calc((var(--sp3) - var(--line-height-s)) / 2); |
|
|
|
|
|
|
|
padding-inline: var(--sp1-5); |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
-webkit-text-decoration: none; |
|
|
|
|
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
color: var(--color-text-primary-medium); |
|
|
|
|
|
|
|
border: solid 2px currentColor; |
|
|
|
|
|
|
|
border-radius: var(--border-radius); |
|
|
|
|
|
|
|
background-color: var(--color--white); |
|
|
|
|
|
|
|
font-family: var(--font-sans); |
|
|
|
|
|
|
|
font-size: var(--font-size-l); |
|
|
|
|
|
|
|
font-weight: 700; |
|
|
|
|
|
|
|
-webkit-appearance: none; |
|
|
|
|
|
|
|
appearance: none; |
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased; |
|
|
|
|
|
|
|
display: inline-flex; |
|
|
|
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
padding-block: 1px 0; |
|
|
|
|
|
|
|
padding-inline: var(--sp1-5); |
|
|
|
|
|
|
|
line-height: var(--line-height-s); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
span.file.file--mime-application-pdf.file--application-pdf:before { |
|
|
|
|
|
|
|
content: "Download PDF: "; |
|
|
|
|
|
|
|
font-size:1.3em; |
|
|
|
|
|
|
|
} |
|
|
|
|