@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
17 lines (16 loc) • 1.42 kB
JavaScript
;
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PriceContainer = exports.AddressContainer = exports.BodyContainer = exports.CheckoutConfirmationContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.CheckoutConfirmationContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-shadow: 0px 0px 60px rgba(0, 0, 5, 0.3);\n"], ["\n box-shadow: 0px 0px 60px rgba(0, 0, 5, 0.3);\n"])));
exports.BodyContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n padding: 5em 5em 0 5em;\n"], ["\n padding: 5em 5em 0 5em;\n"])));
exports.AddressContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject([""], [""])));
exports.PriceContainer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject([""], [""])));
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;