Skip to content
This repository has been archived by the owner on Sep 16, 2020. It is now read-only.

Commit

Permalink
feat: Update card preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-engel committed Jun 17, 2019
1 parent 800d08b commit db0d600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import styled from "styled-components";
import { Stylable } from "../types/component.types";
import { Preview } from "../components/molecules/preview.component";
import { spacing } from "../utils/spacing.utils";
import { pSBC, lightGrey, hexToRgba, black } from "../components/atoms/color.component";

type Props = Stylable;

Expand Down Expand Up @@ -52,5 +53,8 @@ export default styled(RawIndexPage)`
max-width: 504px;
width: auto;
height: auto;
border: 1px solid ${pSBC(0.75, lightGrey)};
box-shadow: 0 2px 4px ${hexToRgba(black, 0.15)};
border-radius: ${spacing(0.5)}px;
}
`;
Binary file modified site/static/images/card_preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit db0d600

@vercel
Copy link

@vercel vercel bot commented on db0d600 Jun 17, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.