2022-07-18 17:59:32 +02:00
|
|
|
@import (reference) "~src/assets/openaire-theme/less/_import-variables";
|
|
|
|
|
|
|
|
@trello-color: #0076BA;
|
|
|
|
|
|
|
|
.home-background {
|
|
|
|
background-color: @global-inverse-color;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link-actions img {
|
|
|
|
width: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home-logo {
|
|
|
|
img {
|
|
|
|
-webkit-filter: grayscale(1);
|
|
|
|
filter: grayscale(1);
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover img {
|
|
|
|
-webkit-filter: grayscale(0);
|
|
|
|
filter: grayscale(0);
|
|
|
|
transition-duration: 0.3s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.custom-link {
|
|
|
|
border-bottom: @global-border-width solid @global-border;
|
|
|
|
|
2022-07-18 23:48:27 +02:00
|
|
|
a {
|
|
|
|
text-transform: none;
|
|
|
|
|
|
|
|
.link-title {
|
|
|
|
color: @global-emphasis-color;
|
|
|
|
}
|
2022-07-18 17:59:32 +02:00
|
|
|
|
2022-07-18 23:48:27 +02:00
|
|
|
&:hover .link-title {
|
|
|
|
color: @global-secondary-background;
|
|
|
|
}
|
2022-07-18 17:59:32 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (min-width: @breakpoint-medium) {
|
|
|
|
.explore-dark-logo-background {
|
|
|
|
background-image: url("~src/assets/explore-assets/home/explore-dark-logo.svg");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: left 95%;
|
|
|
|
background-size: 65%;
|
|
|
|
}
|
|
|
|
}
|