This repository was archived by the owner on Jul 12, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Expand file tree Collapse file tree 2 files changed +2
-26
lines changed Original file line number Diff line number Diff line change 18
18
</ nav >
19
19
</ div >
20
20
</ header >
21
- < main id ="content " role ="main " class ="container ">
22
- < div class ="modal modal--preload ">
23
- < div class ="modal-dialog modal-sm ">
24
- < div class ="modal-content ">
25
- < div class ="modal-header ">
26
- < h4 class ="modal-title "> Loading</ h4 >
27
- </ div >
28
- < div class ="modal-body ">
29
- < progress class ="progress progress-striped progress-animated " value ="100 " max ="100 "> </ progress >
30
- </ div >
31
- </ div >
32
- </ div >
33
- </ div >
21
+ < main id ="content " role ="main " class ="container pos-f-t " style ="display: flex; align-items: center; justify-content: center; bottom: 0; ">
22
+ < h1 class ="h4 text-muted " style ="flex: none; "> Loading...</ h1 >
34
23
</ main >
35
24
</ app-root >
36
25
< footer class ="footer bg-inverse ">
Original file line number Diff line number Diff line change @@ -18,16 +18,3 @@ body {
18
18
padding-left : 0 ;
19
19
padding-right : 0 ;
20
20
}
21
-
22
- .modal--preload {
23
- position : relative;
24
- top : auto;
25
- right : auto;
26
- bottom : auto;
27
- left : auto;
28
- z-index : 1 ;
29
- display : block;
30
- }
31
- .modal--preload .progressbar {
32
- margin-bottom : 0 ;
33
- }
You can’t perform that action at this time.
0 commit comments