[Library | Trunk]: Remove background white from loading

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60160 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-12-17 15:38:28 +00:00
parent 75e2d6bcdc
commit 8d1eeefa33
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import {Component, Input} from "@angular/core";
selector: 'loading',
template: `
<ng-template [ngIf]="full" [ngIfElse]="loading">
<div class="uk-position-relative" style="height: 100vh; width: 99vw; background-color: white">
<div class="uk-position-relative" style="height: 100vh; width: 99vw;">
<div class="uk-position-center">
<ng-container [ngTemplateOutlet]="loading"></ng-container>
</div>