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 530 B
import { css } from 'lit'; export const styles = css `:host ::slotted(igc-expansion-panel){--lines-clamped: 4;-webkit-transition:margin 350ms ease-out;transition:margin 350ms ease-out}:host ::slotted(igc-expansion-panel[open]){margin:.5rem 0}:host ::slotted(igc-expansion-panel:first-of-type){margin-top:0}:host ::slotted(igc-expansion-panel:last-of-type){margin-bottom:0}@media(prefers-reduced-motion){:host ::slotted(igc-expansion-panel){-webkit-transition:none;transition:none}}`; //# sourceMappingURL=accordion.base.css.js.map