UNPKG

@stokr/components-library

Version:

STOKR - Components Library

31 lines (28 loc) 1.53 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TermsOfOfferingLink = exports.OfferingPageLink = exports.InfoBox = exports.Container = exports.CheckboxWrap = void 0; var _styledComponents = _interopRequireDefault(require("styled-components")); function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; } const Container = exports.Container = _styledComponents.default.div.withConfig({ displayName: "AgreementItemstyles__Container", componentId: "sc-1prg3a3-0" })(["display:block;"]); const CheckboxWrap = exports.CheckboxWrap = _styledComponents.default.div.withConfig({ displayName: "AgreementItemstyles__CheckboxWrap", componentId: "sc-1prg3a3-1" })(["padding:6px 0;"]); const InfoBox = exports.InfoBox = _styledComponents.default.div.withConfig({ displayName: "AgreementItemstyles__InfoBox", componentId: "sc-1prg3a3-2" })(["max-width:240px;text-align:left;"]); //styles from unmerged IIS: const OfferingPageLink = exports.OfferingPageLink = _styledComponents.default.a.withConfig({ displayName: "AgreementItemstyles__OfferingPageLink", componentId: "sc-1prg3a3-3" })(["text-decoration:underline;&:hover{color:#0050ca !important;opacity:0.7;text-decoration:underline;}"]); const TermsOfOfferingLink = exports.TermsOfOfferingLink = _styledComponents.default.a.withConfig({ displayName: "AgreementItemstyles__TermsOfOfferingLink", componentId: "sc-1prg3a3-4" })(["text-decoration:underline;&:hover{opacity:0.7;text-decoration:underline;}"]);