fix: make donation styles consistent (#37140)

* fix: adjust the styles of alerts

* fix: clean up
pull/37148/head
Ahmad Abdolsaheb 2019-10-09 15:02:39 +03:00 committed by mrugesh
parent fa06ac0def
commit 418f7631af
2 changed files with 8 additions and 2 deletions

View File

@ -104,3 +104,7 @@
.wallet {
overflow-wrap: break-word;
}
.alert p {
color: inherit;
}

View File

@ -22,12 +22,14 @@ function DonateCompletion({ processing, reset, success, error = null }) {
: 'Something went wrong with your donation';
return (
<Alert bsStyle={style} className='donation-completion'>
<h4>{heading}</h4>
<h4>
<b>{heading}</b>
</h4>
<div className='donation-completion-body'>
{processing && (
<Spinner
className='user-state-spinner'
color='#006400'
color='#0a0a23'
fadeIn='none'
name='line-scale'
/>