UNPKG

integralui-web-treeview

Version:

IntegralUI Web Lite - TreeView is a native Web Component that can help you to create and modify hierarchical structures on the fly

12 lines (9 loc) 331 B
import { c as css } from '../../external/lit-element.js'; const iuiTreeViewOfficeStyle = css` .iui-treeview { background: var(--treeview-background, white); border: var(--treeview-border, thin solid #d9d9d9); color: var(--treeview-color, black); } `; export { iuiTreeViewOfficeStyle };