@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
21 lines (20 loc) • 1.63 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.SubscriptionBarFormContainer = exports.SubscriptionBarContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.SubscriptionBarContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n background-color: ", ";\n display: flex;\n flex-flow: column nowrap;\n justify-content: center;\n padding: ", ";\n width: 100%;\n"], ["\n align-items: center;\n background-color: ", ";\n display: flex;\n flex-flow: column nowrap;\n justify-content: center;\n padding: ", ";\n width: 100%;\n"])), function (_a) {
var theme = _a.theme;
return theme.colors.darkGrey;
}, function (_a) {
var style = _a.style;
return (style === 'regular' ? '5em' : '1.5em');
});
exports.SubscriptionBarFormContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: center;\n"])));
var templateObject_1, templateObject_2;