UNPKG

elfen-component-page

Version:

elfen component page, include Page/PageHeader/PageBody/PageFooter

8 lines (7 loc) 734 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var styled_components_1 = require("styled-components"); var Page = (_a = ["\n box-sizing: border-box;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n width: 100%;\n height: 100%;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n"], _a.raw = ["\n box-sizing: border-box;\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n width: 100%;\n height: 100%;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n"], styled_components_1.default.div(_a)); Page.displayName = 'Page'; exports.default = Page; var _a;