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 431 B
import { css } from 'lit'; export const styles = css `[part=base]{box-shadow:var(--elevation);color:var(--text-color)}::slotted(igc-icon){color:var(--icon-color)}:host([variant=primary]) [part=base]{background:var(--background-color)}:host([shape=square]) [part=base]{border-radius:var(--border-radius)}:host([outlined]) [part=base]{box-shadow:inset 0 0 0 .125rem var(--border-color)}`; //# sourceMappingURL=badge.common.css.js.map