UNPKG

igniteui-webcomponents

Version:

Ignite UI for Web Components is a complete library of UI components, giving you the ability to build modern web applications using encapsulation and the concept of reusable components in a dependency-free approach.

3 lines 857 B
import { css } from 'lit'; export const styles = css `:host{--header-background: var(--ig-list-header-background, var(--ig-gray-900-contrast));--item-background: var(--ig-list-item-background, var(--ig-gray-900-contrast));--item-text-color: var(--ig-list-item-text-color, var(--ig-gray-900));--item-text-color-hover: var(--ig-list-item-text-color-hover, var(--ig-gray-900));--item-text-color-active: var(--ig-list-item-text-color-active, var(--ig-gray-900));--item-text-color-selected: var(--ig-list-item-text-color-selected, var(--ig-gray-900));--border-color: var(--ig-list-border-color, var(--ig-gray-300));--border-width: var(--ig-list-border-width, 0.0625rem);--border-radius: var(--ig-list-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.1666666667) * 1.5rem), 1.5rem));--ig-theme: bootstrap}`; //# sourceMappingURL=list.bootstrap.css.js.map