Centered and shrinked AWS loading component

This commit is contained in:
Shay Nehmad 2019-04-10 20:30:38 +03:00
parent 7670430665
commit c90a391727
1 changed files with 2 additions and 2 deletions

View File

@ -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}
/>