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 976 B
import { css } from 'lit'; export const styles = css `:host{--ghost-elevation: var(--ig-chip-ghost-elevation, var(--ig-elevation-0));--focus-outline-color: var(--ig-chip-focus-outline-color, var(--ig-gray-200));--focus-selected-outline-color: var(--ig-chip-focus-selected-outline-color, var(--ig-gray-200));--focus-text-color: var(--ig-chip-focus-text-color, var(--ig-gray-400-contrast));--selected-background: var(--ig-chip-selected-background, var(--ig-gray-200));--border-radius: var(--ig-chip-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.25) * 1rem), 1rem));--text-color: var(--ig-chip-text-color, var(--ig-gray-200-contrast));--focus-background: var(--ig-chip-focus-background, var(--ig-gray-400));--focus-selected-background: var(--ig-chip-focus-selected-background, var(--ig-gray-400));--focus-selected-text-color: var(--ig-chip-focus-selected-text-color, var(--ig-gray-400-contrast));--ig-theme: bootstrap}`; //# sourceMappingURL=chip.bootstrap.css.js.map