[develop | DONE | ADDED]: landing.less: Added css for OA Routes card (.landing-oaroutes-card:extend(.uk-card):extend(.uk-card-default all)).

This commit is contained in:
Konstantina Galouni 2023-12-21 10:38:13 +02:00
parent 0bb68cd308
commit aaa9d3b59c
1 changed files with 9 additions and 1 deletions

View File

@ -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;