UNPKG

jobiqo-cl

Version:

[![CircleCI](https://circleci.com/gh/jobiqo/jobiqo-cl.svg?style=svg&circle-token=5a24efa5b8bbc4879276123e77d0d3f35ca7144c)](https://circleci.com/gh/jobiqo/jobiqo-cl)

21 lines (15 loc) 572 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; } var styled = require('styled-components'); var styled__default = _interopDefault(styled); const Picture = styled__default.picture ``; const Image = styled__default.img ` height: auto; width: 100%; ${props => props.theme.mediaQueries.small} { /* background-color: ${props => props.theme.button.tertiary}; */ } `; exports.Image = Image; exports.Picture = Picture;