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 • 665 B
JavaScript
import { css } from 'lit';
export const styles = css `:host{color:var(--body-color);background:var(--body-background);border-radius:var(--border-radius)}[part=header]{background:var(--header-background)}[part=header]:focus,[part=header]:active{background:var(--header-focus-background)}[part=title]{color:var(--header-title-color)}[part=subtitle]{color:var(--header-description-color)}[part~=indicator]{color:var(--header-icon-color)}:host([disabled]) [part=title],:host([disabled]) [part~=indicator]{color:var(--disabled-text-color)}:host([disabled]) [part=subtitle]{color:var(--disabled-description-color)}`;
//# sourceMappingURL=expansion-panel.common.css.js.map