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 • 733 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{--default-size: 2;--component-size: var(--ig-size, var(--default-size)) !important;gap:.25rem}[part=base]{gap:.5rem}[part~=value-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)}[part~=label]{padding-inline-start:.125rem}[part~=symbols]{padding-inline-end:0}`;
//# sourceMappingURL=rating.indigo.css.js.map