UNPKG

@stokr/components-library

Version:

STOKR - Components Library

25 lines (24 loc) 1.9 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Wrapper = exports.Title = exports.Amount = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); var _ComponentWrapper = _interopRequireDefault(require("../ComponentWrapper/ComponentWrapper.styles")); var _rwd = _interopRequireDefault(require("../../styles/rwd")); var _theme = _interopRequireDefault(require("../../styles/theme")); var _templateObject, _templateObject2; function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } function _taggedTemplateLiteral(e, t) { return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { raw: { value: Object.freeze(t) } })); } const Wrapper = exports.Wrapper = (0, _styledComponents.default)(_ComponentWrapper.default).withConfig({ displayName: "CaptialRaisedSummarystyles__Wrapper", componentId: "sc-1608cnu-0" })(["background:", ";display:flex;flex-direction:column;justify-content:center;height:100%;margin-top:-1px;"], props => _theme.default.cPrimary); const Title = exports.Title = _styledComponents.default.div.withConfig({ displayName: "CaptialRaisedSummarystyles__Title", componentId: "sc-1608cnu-1" })(["font-size:11px;line-height:20px;letter-spacing:2px;margin-bottom:14px;color:", ";"], props => _theme.default.cWhite); const Amount = exports.Amount = _styledComponents.default.div.withConfig({ displayName: "CaptialRaisedSummarystyles__Amount", componentId: "sc-1608cnu-2" })(["font-size:34px;line-height:40px;font-weight:300;margin-bottom:20px;letter-spacing:2px;color:", ";white-space:nowrap;", " ", ""], props => _theme.default.cWhite, _rwd.default.Medium(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n font-size: 28px;\n "]))), _rwd.default.Large(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: 34px;\n "]))));