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 495 B
import { css } from 'lit'; export const styles = css `:host{--base-circle-color: var(--ig-circular-progress-base-circle-color, hsla(var(--ig-gray-900), 0.15));--progress-circle-color: var(--ig-circular-progress-progress-circle-color, hsla(var(--ig-primary-400), var(--ig-primary-a)));--text-color: var(--ig-circular-progress-text-color, hsla(var(--ig-gray-600), var(--ig-gray-a)));--diameter: var(--ig-circular-progress-diameter, 3rem)}`; //# sourceMappingURL=circular.progress.indigo.css.js.map