@react-pakistan/react-ui-collection
Version:
React UI Collection built upon React Storybook
17 lines (16 loc) • 2.23 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.FooterContainer = exports.CheckboxContainer = exports.IconContainer = exports.SignContainer = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.SignContainer = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: center;\n box-shadow: 0px 0px 60px rgba(0, 0, 5, 0.3);\n display: flex;\n flex-flow: column nowrap;\n justify-content: space-between;\n min-height: 500px;\n padding: 3em;\n position: relative;\n width: 100%;\n"], ["\n align-items: center;\n box-shadow: 0px 0px 60px rgba(0, 0, 5, 0.3);\n display: flex;\n flex-flow: column nowrap;\n justify-content: space-between;\n min-height: 500px;\n padding: 3em;\n position: relative;\n width: 100%;\n"])));
exports.IconContainer = styled_components_1.default.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: absolute;\n right: 1em;\n top: 1em;\n"], ["\n position: absolute;\n right: 1em;\n top: 1em;\n"])));
exports.CheckboxContainer = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: flex-start;\n"])));
exports.FooterContainer = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: space-between;\n"], ["\n align-items: center;\n display: flex;\n flex-flow: row nowrap;\n justify-content: space-between;\n"])));
var templateObject_1, templateObject_2, templateObject_3, templateObject_4;