Fix some paddings in slider tabs in home and how it works
This commit is contained in:
parent
01b153e1f7
commit
fc99f97397
|
@ -40,7 +40,7 @@ import {StakeholderEntities} from "../openaireLibrary/monitor/entities/stakehold
|
|||
<div class="uk-section uk-section-small">
|
||||
<div class="uk-sticky uk-blur-background uk-visible@l" [attr.uk-sticky]="shouldSticky?'':null" [attr.offset]="offset">
|
||||
<div class="uk-container">
|
||||
<div class="uk-padding uk-padding-remove-horizontal uk-padding-remove-bottom">
|
||||
<div class="uk-padding uk-padding-remove-right uk-padding-remove-bottom">
|
||||
<slider-tabs flexPosition="center" customClass="uk-text-large" connect="#tabs-content">
|
||||
<slider-tab *ngFor="let section of sections; let i = index" [tabTitle]="section"
|
||||
[tabId]="section"></slider-tab>
|
||||
|
@ -327,7 +327,7 @@ import {StakeholderEntities} from "../openaireLibrary/monitor/entities/stakehold
|
|||
</div>
|
||||
<div class="uk-section uk-section-large uk-margin-medium-top">
|
||||
<div class="uk-sticky uk-blur-background" [attr.uk-sticky]="shouldSticky?'':null">
|
||||
<div class="">
|
||||
<div class="uk-padding-small uk-padding-remove-right uk-padding-remove-bottom">
|
||||
<slider-tabs flexPosition="center" customClass="uk-text-large" connect="#tabs-content-mobile">
|
||||
<slider-tab *ngFor="let section of sections; let i = index" [tabTitle]="section"
|
||||
[tabId]="section"></slider-tab>
|
||||
|
|
|
@ -500,7 +500,7 @@
|
|||
<loading></loading>
|
||||
</div>
|
||||
<ng-container *ngIf="!loading">
|
||||
<div>
|
||||
<div class="uk-padding-small uk-padding-remove-right">
|
||||
<slider-tabs position="horizontal">
|
||||
<slider-tab [tabId]="'all'" tabTitle="All"></slider-tab>
|
||||
<slider-tab [tabId]="stakeholderEntities.FUNDERS" tabTitle="{{stakeholderEntities.FUNDERS | titlecase}}"></slider-tab>
|
||||
|
|
Loading…
Reference in New Issue