Merge branch 'development' of https://github.com/0xProject/0x-monorepo into feature/instant/move-features-over-from-zrx-buyer
This commit is contained in:
@@ -11,11 +11,19 @@ import { Container, Flex } from './ui';
|
||||
export interface ZeroExInstantContainerProps {}
|
||||
|
||||
export const ZeroExInstantContainer: React.StatelessComponent<ZeroExInstantContainerProps> = props => (
|
||||
<Container hasBoxShadow={true} width="350px" backgroundColor={ColorOption.white} borderRadius="3px">
|
||||
<Flex direction="column" justify="flex-start">
|
||||
<SelectedAssetInstantHeading />
|
||||
<LatestBuyQuoteOrderDetails />
|
||||
<SelectedAssetBuyButton />
|
||||
</Flex>
|
||||
<Container width="350px">
|
||||
<Container
|
||||
zIndex={2}
|
||||
position="relative"
|
||||
backgroundColor={ColorOption.white}
|
||||
borderRadius="3px"
|
||||
hasBoxShadow={true}
|
||||
>
|
||||
<Flex direction="column" justify="flex-start">
|
||||
<SelectedAssetInstantHeading />
|
||||
<LatestBuyQuoteOrderDetails />
|
||||
<SelectedAssetBuyButton />
|
||||
</Flex>
|
||||
</Container>
|
||||
</Container>
|
||||
);
|
||||
|
Reference in New Issue
Block a user