Created
October 8, 2018 22:00
-
-
Save staylor/739eaa0cd1bf23a37fa8df83cc71b292 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { css } from 'emotion'; | |
const black = '#000'; | |
const logoClass = css` | |
height: 24px; | |
width: 24px; | |
path { | |
fill: ${black}; | |
} | |
@media (min-width: 800px) { | |
height: 48px; | |
width: 48px; | |
} | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment