From a0929c4c90492071bf7d7f98b16e6df9a25564d6 Mon Sep 17 00:00:00 2001 From: oconnorct1 Date: Tue, 9 May 2017 21:12:41 -0400 Subject: [PATCH] style fix --- .../Account/Shapeshift/OptionsStep/optionsStep.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js index 591a25a3b..30e528a6b 100644 --- a/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js +++ b/js/src/views/Account/Shapeshift/OptionsStep/optionsStep.js @@ -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 export default class OptionsStep extends Component { static propTypes = { @@ -59,7 +69,7 @@ export default class OptionsStep extends Component { return (
-
+