UNPKG

@stokr/components-library

Version:

STOKR - Components Library

13 lines (12 loc) 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = exports.SectionTitle = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const SectionTitle = exports.SectionTitle = _styledComponents.default.h2.withConfig({ displayName: "SectionTitlestyles__SectionTitle", componentId: "sc-j9h0wp-0" })(["position:relative;font-family:'Open Sans';font-weight:normal;font-size:11px;line-height:20px;letter-spacing:2px;text-transform:uppercase;padding:0;border:0;margin:0;span{display:inline-block;}strong{display:inline-block;font-weight:bold;}"]); var _default = exports.default = SectionTitle;