add rules to override altmetrics css for landing pages
This commit is contained in:
parent
7cb515839d
commit
4a0b008feb
|
@ -186,4 +186,17 @@
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: cover;
|
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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue