UNPKG

integralui-web-treegrid

Version:

IntegralUI Web - TreeGrid is a native Web Component that displays hierarchical data structures in multiple columns.

14 lines (11 loc) 401 B
import { c as css } from '../../external/lit-element.js'; const iuiProgressBarMidnightStyle = css` .iui-progressbar { background: var(--progressbar-background, #272a2b); border: var(--progressbar-border, thin solid #151515); } .iui-progressbar-content { background: var(--progressbar-content-background, #0a4369); } `; export { iuiProgressBarMidnightStyle };