UNPKG

@janus-idp/shared-react

Version:

Shared code for utils, types, and React components for the Janus frontend plugins.

8 lines (5 loc) 821 B
import styleInject from '../../node_modules_dist/style-inject/dist/style-inject.es.esm.js'; var css_248z = ".bs-shared-horizontal-stacked-bars {\n --bar-gap: 3px;\n display: block;\n height: 100%;\n overflow: hidden;\n width: 100%;\n cursor: pointer;\n}\n.bs-shared-horizontal-stacked-bars.is-inline {\n display: inline-block;\n}\n.bs-shared-horizontal-stacked-bars__bars {\n display: flex;\n flex-direction: row;\n height: 100%;\n outline: none;\n width: calc(100% + var(--bar-gap));\n}\n.bs-shared-horizontal-stacked-bars__data-bar {\n --bar-gap-neg: calc(var(--bar-gap) * -1);\n box-shadow: inset var(--bar-gap-neg) 0 0 #fff;\n height: 100%;\n transition: flex-grow 300ms linear;\n}\n"; styleInject(css_248z); export { css_248z as default }; //# sourceMappingURL=HorizontalStackedBars.css.esm.js.map