From 68320fb7ec4d2a38a6c6adf7596a51c1ea726c20 Mon Sep 17 00:00:00 2001 From: argirok Date: Wed, 27 Jul 2022 13:50:33 +0300 Subject: [PATCH] Add background for dashboard home and deposit pages --- src/app/deposit/searchDataprovidersToDeposit.component.ts | 2 +- src/assets/community.less | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/deposit/searchDataprovidersToDeposit.component.ts b/src/app/deposit/searchDataprovidersToDeposit.component.ts index bdff042..0d77f29 100644 --- a/src/app/deposit/searchDataprovidersToDeposit.component.ts +++ b/src/app/deposit/searchDataprovidersToDeposit.component.ts @@ -17,7 +17,7 @@ import {properties} from "../../environments/environment"; selector: 'openaire-search-deposit', template: ` + [communityId]="communityId" [searchForm]="{dark: false, class: 'search-form'}"> ` }) diff --git a/src/assets/community.less b/src/assets/community.less index a008006..c6fe320 100644 --- a/src/assets/community.less +++ b/src/assets/community.less @@ -4,6 +4,8 @@ @import "common-assets/less/landing"; @import "common-assets/less/linking"; +@global-primary-gradient: none; + #joinAndInviteBtn { position: fixed; right: 0;