Production release December 2023 #8

Merged
k.triantafyllou merged 7 commits from develop into master 2023-12-21 13:47:51 +01:00
1 changed files with 9 additions and 1 deletions
Showing only changes of commit aaa9d3b59c - Show all commits

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;