twreporter-react-index-page
Version:
twreporter index page version 2
20 lines (14 loc) • 659 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _styledComponents = require('styled-components');
var _styledComponents2 = _interopRequireDefault(_styledComponents);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var Section = _styledComponents2.default.div.withConfig({
displayName: 'section__Section',
componentId: 'swat1l-0'
})(['position: relative;background-color: #f2f2f2;padding-top: 100px;padding-bottom: 80px;@media (max-width: ', ') {padding-top: 30px;padding-bottom: 60px;}'], function (props) {
return props.mobileWidth;
});
exports.default = Section;