[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:
parent
0bb68cd308
commit
aaa9d3b59c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue