Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tfiechowski/4fa20ad89c6d5ea0fec74793aa62b06e to your computer and use it in GitHub Desktop.
Save tfiechowski/4fa20ad89c6d5ea0fec74793aa62b06e to your computer and use it in GitHub Desktop.
import { css } from "@emotion/core";
export const font = css`
text-transform: uppercase;
font-size: 1.5em;
font-weight: bold;
letter-spacing: 4px;
`;
export const shape = css`
border: none;
border-radius: 5px;
padding: 10px 20px;
`;
export const primaryColors = css`
background: #5cdb95;
color: #05385b;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment