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 1.68 kB
import { css } from 'lit'; export const styles = css `:host{--component-size: var(--ig-size, var(--default-size));--symbol-full-color: var(--symbol-full-color);--symbol-empty-color: var(--symbol-empty-color)}:host,[part=base]{gap:.25rem}[part~=label]{font-family:var(--ig-caption-font-family, var(--ig-font-family));font-size:var(--ig-caption-font-size);font-weight:var(--ig-caption-font-weight);font-style:var(--ig-caption-font-style);line-height:var(--ig-caption-line-height);letter-spacing:var(--ig-caption-letter-spacing);text-transform:var(--ig-caption-text-transform);margin-top:var(--ig-caption-margin-top);margin-bottom:var(--ig-caption-margin-bottom);color:var(--label-color)}[part~=value-label]{font-family:var(--ig-subtitle-1-font-family, var(--ig-font-family));font-size:var(--ig-subtitle-1-font-size);font-weight:var(--ig-subtitle-1-font-weight);font-style:var(--ig-subtitle-1-font-style);line-height:var(--ig-subtitle-1-line-height);letter-spacing:var(--ig-subtitle-1-letter-spacing);text-transform:var(--ig-subtitle-1-text-transform);margin-top:var(--ig-subtitle-1-margin-top);margin-bottom:var(--ig-subtitle-1-margin-bottom);color:var(--value-label)}:host([disabled]),:host(:disabled){--symbol-full-color: var(--disabled-full-symbol-color);--symbol-empty-color: var(--disabled-empty-symbol-color);--disabled-symbol-full-filter: var(--symbol-full-filter);--disabled-symbol-empty-filter: var(--symbol-empty-filter)}:host([disabled]) [part~=label],:host(:disabled) [part~=label]{color:var(--disabled-label-color)}:host([disabled]) [part~=value-label],:host(:disabled) [part~=value-label]{color:var(--disabled-label-color)}`; //# sourceMappingURL=rating.common.css.js.map