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 853 B
import { css } from 'lit'; export const styles = css `:host{--base-circle-color: var(--ig-circular-progress-base-circle-color, hsl(from var(--ig-gray-50-contrast) h s l/0.2));--fill-color-default: var(--ig-circular-progress-fill-color-default, var(--ig-primary-400));--fill-color-danger: var(--ig-circular-progress-fill-color-danger, var(--ig-error-400));--fill-color-warning: var(--ig-circular-progress-fill-color-warning, var(--ig-warn-400));--fill-color-info: var(--ig-circular-progress-fill-color-info, var(--ig-info-400));--fill-color-success: var(--ig-circular-progress-fill-color-success, var(--ig-success-400));--text-color: var(--ig-circular-progress-text-color, hsl(from var(--ig-gray-50-contrast) h s l/0.8));--diameter: var(--ig-circular-progress-diameter, 3rem);--ig-theme: indigo}`; //# sourceMappingURL=circular.progress.indigo.css.js.map