UNPKG

@smart-react-components/ui

Version:
16 lines (15 loc) 698 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const Ul_1 = __importDefault(require("@smart-react-components/core/Element/Ul")); const styled_components_1 = __importDefault(require("styled-components")); exports.default = (0, styled_components_1.default)(Ul_1.default)(({ theme }) => ` display: flex; flex-wrap: wrap; font-family: ${theme.$.fontFamily.pagination}; font-size: ${theme.$.fontSize.pagination}; list-style: none; margin: -${theme.$.length.pagination.margin.y} -${theme.$.length.pagination.margin.x}; `);