UNPKG

hh-ui-components

Version:
9 lines 754 B
import React from "react"; export var CartPromo = function (_a) { var className = _a.className, promoTitle = _a.promoTitle, href = _a.href, btnLabel = _a.btnLabel; return (React.createElement("div", { className: "bg-quaternary w-full py-10 2xl:py-10-2xl px-[46px] 2xl:px-[3.194vw] ".concat(className) }, React.createElement("div", { className: "flex items-center space-x-10 2xl:space-x-10-2xl" }, React.createElement("div", { className: "text-utility-large tracking-[0.08em] 2xl:text-utility-large-2xl uppercase" }, promoTitle), React.createElement("a", { href: href, className: "underline capitalize text-graphite text-body-large 2xl:text-body-large-2xl " }, btnLabel)))); }; //# sourceMappingURL=CartPromo.js.map