initial linking changes

This commit is contained in:
argirok 2022-02-25 14:52:36 +02:00
parent d97b456d1f
commit e989663481
6 changed files with 10 additions and 6 deletions

View File

@ -0,0 +1,3 @@
.linksbasket{
background-color: var(--primary-background-color) opacity 0.1;
}

View File

@ -7,7 +7,8 @@ import {properties} from "../../../environments/environment";
@Component({
selector: 'openaire-linking-generic',
template: `<linking-generic [communityId]=communityId [piwikSiteId]="piwikSiteId" pageTitle="Linking"></linking-generic>`
template: `<linking-generic [communityId]=communityId [piwikSiteId]="piwikSiteId" pageTitle="Linking"></linking-generic>`,
styleUrls:['./linkingGeneric.component.css']
})
export class OpenaireLinkingComponent {

@ -1 +1 @@
Subproject commit 5a69cb210178c77ef078eb3d5e35e527570e722e
Subproject commit 9222deed7b1a39d21284dd1c3121a31909767d3a

View File

@ -86,7 +86,7 @@ export class CustomizationComponent {
this.customizationCss = this.customizationCss.concat(' .uk-button:not(.uk-button-text){');
this.customizationCss = this.customizationCss.concat(' border-radius:' + (this.layout.buttons.lightBackground.borderRadius != null ? this.layout.buttons.lightBackground.borderRadius : '4') + 'px;');
this.customizationCss = this.customizationCss.concat(' }');
/*
this.customizationCss = this.customizationCss.concat(' .uk-button:not(.uk-button-text):not(.uk-button-default):not(.uk-button-primary):not(.uk-disabled), .portal-button:not(.uk-disabled) {');
this.customizationCss = this.customizationCss.concat(' background-color:' + (this.layout.buttons.lightBackground.backgroundColor != null ? this.layout.buttons.lightBackground.backgroundColor : `#003052`) + ';');
@ -101,7 +101,7 @@ export class CustomizationComponent {
this.customizationCss = this.customizationCss.concat(' background-color:' + (this.layout.buttons.lightBackground.onHover.backgroundColor != null ? this.layout.buttons.lightBackground.onHover.backgroundColor : '#154B71') + ';');
this.customizationCss = this.customizationCss.concat(' color: '+ (this.layout.buttons.lightBackground.onHover.color != null ? this.layout.buttons.lightBackground.onHover.color : 'white') + ';');
this.customizationCss = this.customizationCss.concat(' border-color: ' + (this.layout.buttons.lightBackground.onHover.borderColor != null ? this.layout.buttons.lightBackground.onHover.borderColor : 'transparent') + ';');
this.customizationCss = this.customizationCss.concat(' }');
this.customizationCss = this.customizationCss.concat(' }');*/
/*Buttons*/
this.customizationCss = this.customizationCss.concat(' .communityPanelBackground .uk-button:not(.ignoreCommunityPanelBackground) {');
this.customizationCss = this.customizationCss.concat( 'background-color: ' + this.layout.buttons.darkBackground.backgroundColor + ' !important;');

@ -1 +1 @@
Subproject commit 9224f3da593049aaa18bce81ff1e2d7d7597c22c
Subproject commit 4e99b0887c758579682eb1d9848d227e18f97799

@ -1 +1 @@
Subproject commit eb0b04cb96b9ab92387d61cdafae21256a6da762
Subproject commit 9f0b25ae591095b9b9a31aa4cba7c98e3d012899