forked from p34709852/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>
|
||||
{
|
||||
this.state.is_loading_aws ?
|
||||
<div className='sweet-loading'>
|
||||
<div className='sweet-loading center-block'>
|
||||
<ClipLoader
|
||||
sizeUnit={"px"}
|
||||
size={150}
|
||||
size={30}
|
||||
color={'#ffcc00'}
|
||||
loading={this.state.loading}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue