From 78ba6edf3456b8a4409f7518a7c160242b1dd7ce Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Thu, 15 Oct 2015 23:06:16 -0700 Subject: [PATCH] Add styling to GoToPaypal page --- .../app/routes/Jobs/components/GoToPayPal.jsx | 98 ++++++++++++------- 1 file changed, 60 insertions(+), 38 deletions(-) diff --git a/common/app/routes/Jobs/components/GoToPayPal.jsx b/common/app/routes/Jobs/components/GoToPayPal.jsx index 3314b45a82..a29ecbe976 100644 --- a/common/app/routes/Jobs/components/GoToPayPal.jsx +++ b/common/app/routes/Jobs/components/GoToPayPal.jsx @@ -1,20 +1,21 @@ import React, { PropTypes } from 'react'; -import { Col, Panel, Row } from 'react-bootstrap'; +import { Button, Col, Panel, Row } from 'react-bootstrap'; import { contain } from 'thundercats-react'; export default contain( { store: 'JobsStore', actions: 'JobActions', - map({ job: { id } = {} }) { - return { id }; + map({ job: { id, isHighlighted } = {} }) { + return { id, isHighlighted }; } }, React.createClass({ displayName: 'GoToPayPal', propTypes: { - id: PropTypes.string + id: PropTypes.string, + isHighlighted: PropTypes.bool }, render() { @@ -23,44 +24,65 @@ export default contain(
-
- - - - - -
+ + +

+ One more step +

+
+ You're Awesome! just one more step to go. + Clicking on the link below will redirect to paypal. + + +
+ + +
+ + + + +
+ An array of credit cards + + + +