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;