@procraft/widget-order
Version:
Order widget for landing
28 lines (27 loc) • 814 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.OldPriceStyled = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
const Typography_1 = __importDefault(require("../Typography"));
exports.OldPriceStyled = (0, styled_components_1.default)(Typography_1.default) `
display: inline-block;
position: relative;
font-size: 17px;
color: #515e6b;
opacity: 0.5;
font-weight: 600;
&:after {
content: '';
position: absolute;
bottom: 8px;
left: 0;
right: 0;
display: block;
border: 1px solid #d81a1a;
transform: rotate(-13.04deg);
}
`;
//# sourceMappingURL=styles.js.map