UNPKG

@skbkontur/db-viewer-ui

Version:

Database Viewer with custom configuration

45 lines 1.07 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = void 0; const Emotion_1 = require("@skbkontur/react-ui/lib/theming/Emotion"); exports.getStyles = (0, Emotion_1.memoizeGetStyles)(({ css }) => ({ tableWrapper() { return css ` white-space: nowrap; `; }, cell() { return css ` padding: 10px; `; }, headerCell() { return css ` font: inherit; text-align: left; `; }, row(t) { return css ` border-bottom: 1px solid ${t.borderColorGrayLight}; `; }, tableHeaderRow(t) { return css ` border-bottom: 1px solid ${t.borderColorGrayDark}; `; }, container() { return css ` position: relative; display: inline-block; `; }, table() { return css ` border-collapse: collapse; border-spacing: 0; `; }, })); //# sourceMappingURL=ObjectTable.styles.js.map