Add background for dashboard home and deposit pages
This commit is contained in:
parent
bbe1cbe3eb
commit
68320fb7ec
|
@ -17,7 +17,7 @@ import {properties} from "../../environments/environment";
|
|||
selector: 'openaire-search-deposit',
|
||||
template: `
|
||||
<deposit-search-dataproviders [piwikSiteId]=piwikSiteId [zenodoInformation]="zenodoInformation"
|
||||
[communityId]="communityId"></deposit-search-dataproviders>
|
||||
[communityId]="communityId" [searchForm]="{dark: false, class: 'search-form'}"></deposit-search-dataproviders>
|
||||
`
|
||||
})
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
@import "common-assets/less/landing";
|
||||
@import "common-assets/less/linking";
|
||||
|
||||
@global-primary-gradient: none;
|
||||
|
||||
#joinAndInviteBtn {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
|
|
Loading…
Reference in New Issue