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 • 841 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--track-color: var(--ig-linear-progress-track-color, hsl(from var(--ig-gray-900) h s l/0.15));--fill-color-default: var(--ig-linear-progress-fill-color-default, var(--ig-primary-400));--fill-color-danger: var(--ig-linear-progress-fill-color-danger, var(--ig-error-400));--fill-color-warning: var(--ig-linear-progress-fill-color-warning, var(--ig-warn-400));--fill-color-info: var(--ig-linear-progress-fill-color-info, var(--ig-info-400));--fill-color-success: var(--ig-linear-progress-fill-color-success, var(--ig-success-400));--stripes-color: var(--ig-linear-progress-stripes-color, hsl(from var(--ig-gray-900-contrast) h s l/0.3));--text-color: var(--ig-linear-progress-text-color, var(--ig-gray-600));--ig-theme: indigo}`;
//# sourceMappingURL=linear.progress.indigo.css.js.map