add rules to override altmetrics css for landing pages

This commit is contained in:
Alex Martzios 2023-01-23 16:18:12 +02:00
parent 7cb515839d
commit 4a0b008feb
1 changed files with 13 additions and 0 deletions

View File

@ -186,4 +186,17 @@
background-repeat: no-repeat;
background-size: cover;
}
// rules for overriding styles of altmetrics embedded library
.altmetric-normal-legend {
margin: 0 40px 0 0 !important;
.altmetric-see-more-details {
display: none !important;
}
}
.altmetric-popover-content {
background-color: unset !important;
font-size: unset !important;
font-family: unset !important;
}
}