forked from p15670423/monkey
Centered and shrinked AWS loading component
This commit is contained in:
parent
7670430665
commit
c90a391727
|
@ -417,10 +417,10 @@ class RunMonkeyPageComponent extends AuthComponent {
|
||||||
</Collapse>
|
</Collapse>
|
||||||
{
|
{
|
||||||
this.state.is_loading_aws ?
|
this.state.is_loading_aws ?
|
||||||
<div className='sweet-loading'>
|
<div className='sweet-loading center-block'>
|
||||||
<ClipLoader
|
<ClipLoader
|
||||||
sizeUnit={"px"}
|
sizeUnit={"px"}
|
||||||
size={150}
|
size={30}
|
||||||
color={'#ffcc00'}
|
color={'#ffcc00'}
|
||||||
loading={this.state.loading}
|
loading={this.state.loading}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue