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 908 B
import { css } from 'lit'; export const styles = css `:host{--fill-color-default: var(--ig-linear-progress-fill-color-default, hsla(var(--ig-primary-500), var(--ig-primary-a)));--fill-color-danger: var(--ig-linear-progress-fill-color-danger, hsla(var(--ig-error-500), var(--ig-error-a)));--fill-color-warning: var(--ig-linear-progress-fill-color-warning, hsla(var(--ig-warn-500), var(--ig-warn-a)));--fill-color-info: var(--ig-linear-progress-fill-color-info, hsla(var(--ig-info-500), var(--ig-info-a)));--fill-color-success: var(--ig-linear-progress-fill-color-success, hsla(var(--ig-success-500), var(--ig-success-a)));--text-color: var(--ig-linear-progress-text-color, hsla(var(--ig-gray-700), var(--ig-gray-a)));--track-border-radius: var(--ig-linear-progress-track-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0) * 0.5rem), 0.5rem))}`; //# sourceMappingURL=linear.progress.material.css.js.map