UNPKG

integralui-web-grid

Version:

IntegralUI Web - Grid is a native Web Component that displays tabular data sets

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 };