[Library | Trunk]: Change loading full width
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59767 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3ef94dafb5
commit
3276aeff1d
|
@ -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: 100vw; z-index: 1000; background: transparent">
|
||||
<div class="uk-position-relative" style="height: 100vh; width: 99vw; z-index: 1000; background: transparent">
|
||||
<div class="uk-position-center">
|
||||
<ng-container [ngTemplateOutlet]="loading"></ng-container>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue