From 75c28539a99be58d010f8c9f0a12a2a7dee81195 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Thu, 4 Jul 2019 16:49:09 +0300 Subject: [PATCH] loader updated --- .../progress-loading.service.ts | 4 +-- .../src/app/my-team/home/home.component.html | 2 +- Mohem/src/theme/styles.scss | 27 +++++++++++++++++++ 3 files changed, 30 insertions(+), 3 deletions(-) diff --git a/Mohem/src/app/hmg-common/ui/progressLoading/progress-loading.service.ts b/Mohem/src/app/hmg-common/ui/progressLoading/progress-loading.service.ts index fdc08358..66bc08e5 100644 --- a/Mohem/src/app/hmg-common/ui/progressLoading/progress-loading.service.ts +++ b/Mohem/src/app/hmg-common/ui/progressLoading/progress-loading.service.ts @@ -53,8 +53,8 @@ export class ProgressLoadingService { const template = // tslint:disable-next-line:quotemark "
" + - "" + - "

" + message + "

" + "
"; + "" + // "

" + message + "

" + ""; return template; } diff --git a/Mohem/src/app/my-team/home/home.component.html b/Mohem/src/app/my-team/home/home.component.html index 08c32449..3082739a 100644 --- a/Mohem/src/app/my-team/home/home.component.html +++ b/Mohem/src/app/my-team/home/home.component.html @@ -2,7 +2,7 @@ - + {{headerTitle}} diff --git a/Mohem/src/theme/styles.scss b/Mohem/src/theme/styles.scss index be64b008..8b8652e7 100644 --- a/Mohem/src/theme/styles.scss +++ b/Mohem/src/theme/styles.scss @@ -719,3 +719,30 @@ color: var(--dark); .picker-md .picker-col,.picker-ios .picker-col { padding: 0px 2px !important; } +.progress-loading-page{ + position: fixed; + height: 100%; + z-index: 1000000; + width: 100%; + background: rgba(0, 0, 0, 0.3); + touch-action: none; + text-align: center; + top: 0; + bottom: 0; + display: flex; +} +.progress-loading-page .container { + background: transparent !important; + box-shadow: none; + -webkit-box-shadow: none; + -moz-box-shadow: none; + width: 150px; + margin: auto; + +} +.progress-loading-page .loading-gif { + + margin-top: 0.42cm; + width:100%; + margin-left: 0.4cm; +} \ No newline at end of file