twreporter-react-index-page
Version:
twreporter index page version 2
22 lines (15 loc) • 879 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _styledComponents = require('styled-components');
var _styledComponents2 = _interopRequireDefault(_styledComponents);
var _commonVariables = require('../../styles/common-variables');
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var SectionName = _styledComponents2.default.div.withConfig({
displayName: 'section-name__SectionName',
componentId: 'id3cup-0'
})(['display: none;@media (max-width: ', ') {display: block;font-size: ', ';position: absolute;letter-spacing: 0.4px;z-index: 1;top: -8px;left: 0;right: 0;text-align: center;>span {color: #fff;padding-left: 5px;padding-right: 5px;background-color: #c3000b;}}'], function (props) {
return props.mobileWidth;
}, _commonVariables.fonts.size.small);
exports.default = SectionName;