/* Canada Aggregator */ @aggregator-color: #E80000; @aggregator-light-color: #E80000; @aggregator-dark-color: #AD0000; @aggregator-secondary-color: #AD0000; //@global-primary-gradient: linear-gradient(104deg, @aggregator-dark-color 0%, @aggregator-light-color 100%); @global-primary-gradient: @aggregator-light-color; /* Button */ @button-primary-background: @aggregator-color; @inverse-button-primary-background: @aggregator-color; @button-primary-hover-background: @aggregator-secondary-color; /* Background */ @background-primary-background: @aggregator-color; @background-primary-background-gradient: none; /* Text */ @text-primary-color: @aggregator-color; /* Label */ @label-secondary-color: @aggregator-color; /* General */ @general-tab-featured-tab: @aggregator-color; /* Landing */ @landing-portal-color: @aggregator-color; //.deposit { // @import (multiple) "~src/assets/openaire-theme/less/_import"; //} a.uk-link-text:hover { color: @aggregator-dark-color; } .search-form { background-color: rgba(173, 0, 0, 0.7); } .graph-background { background-size: cover !important; padding-bottom: 100px; background-color: #FAFAFA !important; background: url('canada-background.svg') no-repeat bottom; } .numbers-background { background: transparent url('numbers_background_pattern.svg') repeat-x center bottom !important; }