diff --git a/src/app/about/you-we.component.ts b/src/app/about/you-we.component.ts index 89a3ca5..d782aec 100644 --- a/src/app/about/you-we.component.ts +++ b/src/app/about/you-we.component.ts @@ -17,9 +17,9 @@ declare var UIkit;

Are you a {{type}}?

+ [ngClass]="titleClass">{{type}}?
-
@@ -60,6 +60,10 @@ export class YouWeComponent implements AfterViewInit, AfterContentChecked, OnDes public type: StakeholderEntities.FUNDER | StakeholderEntities.RI | StakeholderEntities.ORGANIZATION = StakeholderEntities.FUNDER; @Input() public id; + @Input() + titleClass: string = "uk-text-primary"; + @Input() + backgroundClass: string = "uk-background-default uk-blur-background"; @ViewChild('sticky') sticky: ElementRef; public isSticky: boolean = false; public offset: number diff --git a/src/app/home/home.component.html b/src/app/home/home.component.html index f2e4218..5d7fdc3 100644 --- a/src/app/home/home.component.html +++ b/src/app/home/home.component.html @@ -235,7 +235,7 @@ tabTitle="{{stakeholderEntities.ORGANIZATIONS | titlecase}}">
-