style fix
This commit is contained in:
parent
66843a349d
commit
a0929c4c90
@ -33,6 +33,16 @@ const WARNING_LABELS = {
|
|||||||
)
|
)
|
||||||
};
|
};
|
||||||
|
|
||||||
|
const FUND_ACCCOUNT_FROM = {
|
||||||
|
display: 'block',
|
||||||
|
paddingTop: '15px',
|
||||||
|
paddingBottom: '5px',
|
||||||
|
fontSize: '16px',
|
||||||
|
pointerEvents: 'none',
|
||||||
|
userSelect: 'none',
|
||||||
|
color: 'rgba(0, 0, 0, 0.298039)'
|
||||||
|
}
|
||||||
|
|
||||||
@observer
|
@observer
|
||||||
export default class OptionsStep extends Component {
|
export default class OptionsStep extends Component {
|
||||||
static propTypes = {
|
static propTypes = {
|
||||||
@ -59,7 +69,7 @@ export default class OptionsStep extends Component {
|
|||||||
return (
|
return (
|
||||||
<div className={ styles.body }>
|
<div className={ styles.body }>
|
||||||
<Form>
|
<Form>
|
||||||
<div style={ { display: 'block', paddingTop: '15px', paddingBottom: '5px', fontSize: '16px', pointerEvents: 'none', userSelect: 'none', color: 'rgba(0, 0, 0, 0.298039)' } }>
|
<div style={ FUND_ACCCOUNT_FROM }>
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='shapeshift.optionsStep.typeSelect.label'
|
id='shapeshift.optionsStep.typeSelect.label'
|
||||||
defaultMessage='Fund account from'
|
defaultMessage='Fund account from'
|
||||||
|
Loading…
Reference in New Issue
Block a user