@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
18 lines (17 loc) • 1.74 kB
JavaScript
"use strict";
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.CartTagWrapper = exports.CartContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.CartContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-end;\n display: flex;\n flex-flow: row nowrap;\n height: 50px;\n justify-content: flex-start;\n position: relative;\n width: 50px;\n"], ["\n align-items: flex-end;\n display: flex;\n flex-flow: row nowrap;\n height: 50px;\n justify-content: flex-start;\n position: relative;\n width: 50px;\n"])));
exports.CartTagWrapper = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n flex-flow: row nowrap;\n height: 35px;\n justify-content: center;\n position: absolute;\n right: 0;\n top: 0;\n width: 35px;\n"], ["\n align-items: center;\n background-color: ", ";\n border-radius: 50%;\n display: flex;\n flex-flow: row nowrap;\n height: 35px;\n justify-content: center;\n position: absolute;\n right: 0;\n top: 0;\n width: 35px;\n"])), function (_a) {
var theme = _a.theme;
return theme.colors.cherryRed;
});
var templateObject_1, templateObject_2;