UNPKG

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

Version:

.NET library implementing distributed task queue machinery using Apache Cassandra

44 lines (40 loc) 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.jsStyles = void 0; const Emotion_1 = require("@skbkontur/react-ui/lib/theming/Emotion"); const CommonLayout_styles_1 = require("../Layouts/CommonLayout.styles"); exports.jsStyles = { dateRangeItem() { return (0, Emotion_1.css) ` margin-right: ${CommonLayout_styles_1.baseSize * 2}px; line-height: 32px; &:last-child { margin-right: 0; } `; }, templates(t) { return (0, Emotion_1.css) ` margin: ${CommonLayout_styles_1.baseSize}px 0; color: ${t.textColorDisabled}; span { margin-right: ${CommonLayout_styles_1.baseSize * 4}px; } span:hover { text-decoration: underline; cursor: pointer; } `; }, smallGap() { return (0, Emotion_1.css) ` span { margin-right: ${3 * CommonLayout_styles_1.baseSize}px; } span:last-child { margin-right: 0; } `; }, }; //# sourceMappingURL=DateTimeRangePicker.styles.js.map