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 710 B
import { css } from 'lit'; export const styles = css `:host{padding-block-end:0}:host ::slotted(igc-avatar){--ig-size: 3}:host [part=header]{gap:.125rem}::slotted([slot=subtitle]){font-family:var(--ig-body-2-font-family, var(--ig-font-family));font-size:var(--ig-body-2-font-size);font-weight:var(--ig-body-2-font-weight);font-style:var(--ig-body-2-font-style);line-height:var(--ig-body-2-line-height);letter-spacing:var(--ig-body-2-letter-spacing);text-transform:var(--ig-body-2-text-transform);margin-top:var(--ig-body-2-margin-top);margin-bottom:var(--ig-body-2-margin-bottom);margin-block-end:.125rem}::slotted([slot=thumbnail]){margin-inline-end:.5rem}`; //# sourceMappingURL=card.header.indigo.css.js.map