From aaa9d3b59c1fbdf4a5bb0763e3b663941b680f5d Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Thu, 21 Dec 2023 10:38:13 +0200 Subject: [PATCH] [develop | DONE | ADDED]: landing.less: Added css for OA Routes card (.landing-oaroutes-card:extend(.uk-card):extend(.uk-card-default all)). --- less/landing.less | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/less/landing.less b/less/landing.less index bdd3172..1695f65 100644 --- a/less/landing.less +++ b/less/landing.less @@ -219,7 +219,15 @@ background-color: unset; } - // rules for overriding styles of altmetrics embedded library + .landing-oaroutes-card:extend(.uk-card):extend(.uk-card-default all) { + background-repeat: no-repeat, no-repeat; + background-image: url("../open-access.svg"); + background-position: calc(100%) calc(100%), center; + background-size: auto, contain; + height: 108px; + } + + // rules for overriding styles of altmetrics embedded library .altmetric-embed { position: relative !important; z-index: 1 !important;