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 471 B
import { css } from 'lit'; export const styles = css `:host{--symbol-empty-color: var(--ig-rating-symbol-empty-color, var(--ig-gray-700));--symbol-full-color: var(--ig-rating-symbol-full-color, var(--ig-warn-900));--disabled-empty-symbol-color: var(--ig-rating-disabled-empty-symbol-color, var(--ig-warn-100));--disabled-full-symbol-color: var(--ig-rating-disabled-full-symbol-color, var(--ig-warn-100));--ig-theme: fluent}`; //# sourceMappingURL=rating.fluent.css.js.map