explore-services/explore/src/assets/explore-custom.less

47 lines
1.2 KiB
Plaintext

@global-primary-gradient: linear-gradient(104deg, @explore-dark-color 0%, @explore-light-color 100%);
/* Button */
@button-primary-background: @explore-color;
@inverse-button-primary-background: @explore-color;
@button-secondary-border: @explore-color;
@button-secondary-color: @explore-color;
@button-secondary-hover-background: @global-secondary-background;
@button-secondary-hover-background-gradient: none;
@button-secondary-active-background: @global-secondary-background;
@button-secondary-active-background-gradient: none;
/* Background */
@background-primary-background: @explore-color;
@background-primary-background-gradient: none;
/** Text */
@text-primary-color: @explore-color;
@text-background-color: @explore-color;
@inverse-text-primary-color: @explore-color;
/* Label */
@label-secondary-color: @explore-color;
/* Subnav */
@subnav-pill-alt-item-active-background: @explore-color;
@subnav-pill-alt-item-active-background-gradient: none;
/* General */
@general-tab-featured-tab: @explore-color;
/* Landing */
@landing-portal-color: @explore-color;
.deposit, .funders {
@import (multiple) "~src/assets/openaire-theme/less/_import";
}
.monitor-dashboard-link {
color: @monitor-color;
}
.funders-title {
color: @primary-color;
}