From 9abd1b79e1a1889e7ce5a1655810ac844109b613 Mon Sep 17 00:00:00 2001 From: Ezekiel Aquino Date: Mon, 10 Dec 2018 16:46:53 +0100 Subject: More visual tweaks to instant page --- packages/website/ts/@next/pages/instant.tsx | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'packages/website/ts/@next/pages/instant.tsx') diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx index c3b7a2d82..c179630d7 100644 --- a/packages/website/ts/@next/pages/instant.tsx +++ b/packages/website/ts/@next/pages/instant.tsx @@ -1,5 +1,6 @@ import * as _ from 'lodash'; import * as React from 'react'; +import styled from 'styled-components'; import {colors} from 'ts/style/colors'; @@ -66,14 +67,20 @@ export const Next0xInstant = () => (
Introducing 0x Instant - A free and flexible way to offer simple crypto purchasing in any app or website + + A free and flexible way to offer simple
+ crypto purchasing in any app or website +
- Preview of payment widgets + {/* Note: This should be another component, this is just for mocking */} + + Preview of payment widgets +
@@ -148,3 +155,9 @@ export const Next0xInstant = () => ( ); + +const ImageCarousel = styled.div` + width: 100vw; + height: 380px; + margin: 90px 0; +`; -- cgit v1.2.3