jobiqo-cl
Version:
[](https://circleci.com/gh/jobiqo/jobiqo-cl)
21 lines (15 loc) • 572 B
JavaScript
;
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;