Move more inline colours to scss
This commit is contained in:
parent
c424df5192
commit
c9f42a7b85
6 changed files with 32 additions and 15 deletions
|
@ -4,12 +4,11 @@ const style = {
|
|||
textAlign: 'center',
|
||||
fontSize: '16px',
|
||||
fontWeight: '500',
|
||||
color: '#616b86',
|
||||
paddingTop: '120px'
|
||||
};
|
||||
|
||||
const LoadingIndicator = () => (
|
||||
<div style={style}>
|
||||
<div className='loading-indicator' style={style}>
|
||||
<FormattedMessage id='loading_indicator.label' defaultMessage='Loading...' />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue