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 1.06 kB
import { css } from 'lit'; export const styles = css `:host{--file-names-background--disabled: var(--ig-file-names-background--disabled, var(--ig-gray-100));--file-names-foreground: var(--ig-file-names-foreground, var(--ig-gray-700));--file-names-foreground--disabled: var(--ig-file-names-foreground--disabled, var(--ig-gray-400));--file-selector-button-background: var(--ig-file-selector-button-background, var(--ig-gray-300));--file-selector-button-background--focused: var(--ig-file-selector-button-background--focused, var(--ig-gray-300));--file-selector-button-background--filled: var(--ig-file-selector-button-background--filled, var(--ig-gray-300));--file-selector-button-background--disabled: var(--ig-file-selector-button-background--disabled, var(--ig-gray-100));--file-selector-button-foreground: var(--ig-file-selector-button-foreground, var(--ig-gray-800));--file-selector-button-foreground--disabled: var(--ig-file-selector-button-foreground--disabled, var(--ig-gray-400));--ig-theme: bootstrap}`; //# sourceMappingURL=file-input.bootstrap.css.js.map