UNPKG

@skbkontur/cassandra-distributed-task-queue-ui

Version:

.NET library implementing distributed task queue machinery using Apache Cassandra

32 lines (31 loc) 946 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jsStyles = void 0; const Emotion_1 = require("@skbkontur/react-ui/lib/theming/Emotion"); exports.jsStyles = { buttonText() { return (0, Emotion_1.css) ` display: inline-block; width: 138px; `; }, tooltipColumns() { return (0, Emotion_1.css) ` column-count: 2; column-gap: 30px; max-width: 800px; label { display: block; } `; }, tooltipColumnsWrapper() { return (0, Emotion_1.css) ` max-height: 650px; overflow: auto; // хак, чтобы левый край чекбоксов не съедало в тултипе при overflow: auto (k.solovei, 17.03.2020) padding-left: 1px; `; }, }; //# sourceMappingURL=TaskTypesSelect.styles.js.map