[Connect | Trunk]: Fix padding bottom on curators and animation-fade

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@58633 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-05-07 12:57:47 +00:00
parent 27e978736a
commit 0ddca869b8
1 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@
<!-- tm-header-transparent="light">-->
<!-- uk-flex uk-flex-middle-->
<div style=" min-height: 650px;"
class="communityBackground uk-section uk-padding-remove-top uk-padding-remove-bottom ">
class="communityBackground uk-section uk-padding-remove-top">
<div class="uk-align-center">
<breadcrumbs addClass="uk-margin-large-left uk-margin-remove-bottom uk-margin-small-top"
[breadcrumbs]="breadcrumbs"></breadcrumbs>
@ -24,8 +24,9 @@
</div>
<helper *ngIf="pageContents && pageContents['top'] && pageContents['top'].length > 0"
[texts]="pageContents['top']"></helper>
<div *ngFor="let curator of curators let i=index;"
class="white-box-with-border uk-margin-top uk-margin-remove-left uk-animation-slide-top" uk-grid>
<div *ngIf="curators">
<div *ngFor="let curator of curators let i=index;"
class="white-box-with-border uk-margin-top uk-margin-remove-left uk-animation-fade" uk-grid>
<div class="uk-width-expand uk-padding uk-first-column">
<div class="uk-flex uk-flex-middle">
<div>
@ -73,6 +74,7 @@
</div>
</div>
</div>
</div>
</div>
<helper *ngIf="pageContents && pageContents['bottom'] && pageContents['bottom'].length > 0"
[texts]="pageContents['bottom']"></helper>