Tweak styles a bit
parent
a8ac8bb9c6
commit
94f24c1fcb
|
@ -17,21 +17,21 @@ const style = {
|
||||||
const TICKscriptOverlay = ({tickscript, onClose}) => (
|
const TICKscriptOverlay = ({tickscript, onClose}) => (
|
||||||
<OverlayTechnologies>
|
<OverlayTechnologies>
|
||||||
<div style={style}>
|
<div style={style}>
|
||||||
<div style={{display: 'flex', justifyContent: 'space-around'}}>
|
<div style={{width: '100%', display: 'flex', justifyContent: 'flex-end'}}>
|
||||||
<h2>Generated TICKscript</h2>
|
|
||||||
<span
|
<span
|
||||||
style={{cursor: 'pointer'}}
|
style={{cursor: 'pointer'}}
|
||||||
className="icon remove"
|
className="icon remove"
|
||||||
onClick={onClose}
|
onClick={onClose}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<h2>Generated TICKscript</h2>
|
||||||
<pre
|
<pre
|
||||||
style={{
|
style={{
|
||||||
border: '1px solid white',
|
border: '1px solid white',
|
||||||
borderRadius: '4px',
|
borderRadius: '4px',
|
||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
whiteSpace: 'pre',
|
whiteSpace: 'pre',
|
||||||
color: '#4ed8a0',
|
color: '#FFB94A',
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
width: '95%',
|
width: '95%',
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in New Issue