From 4a0b008febb00e95d8101e8321ead8c45d61722a Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Mon, 23 Jan 2023 16:18:12 +0200 Subject: [PATCH] add rules to override altmetrics css for landing pages --- less/landing.less | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/less/landing.less b/less/landing.less index 7e7d7fb..5d6470f 100644 --- a/less/landing.less +++ b/less/landing.less @@ -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; + } }