Production release December 2023 #8
|
@ -219,6 +219,14 @@
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.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
|
// rules for overriding styles of altmetrics embedded library
|
||||||
.altmetric-embed {
|
.altmetric-embed {
|
||||||
position: relative !important;
|
position: relative !important;
|
||||||
|
|
Loading…
Reference in New Issue