@smart-react-components/ui
Version:
SRC UI includes React and Styled components.
18 lines (16 loc) • 625 B
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const Section_1 = __importDefault(require("@smart-react-components/core/Element/Section"));
const styled_components_1 = __importDefault(require("styled-components"));
exports.default = (0, styled_components_1.default)(Section_1.default)(({ theme }) => `
background: ${theme.$.color.dynamic.background};
flex: 1 1 auto;
min-height: 1px;
overflow: auto;
> :last-child {
margin-bottom: 0;
}
`);
;