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 520 B
import { css } from 'lit'; export const styles = css `:host{--elevation: var(--ig-toast-elevation, var(--ig-elevation-0));--background: var(--ig-toast-background, hsl(from var(--ig-gray-700) h s l/0.9));--border-color: var(--ig-toast-border-color, hsl(from var(--ig-gray-700) h s l/0.9));--text-color: var(--ig-toast-text-color, var(--ig-gray-700-contrast));--border-radius: var(--ig-toast-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 1) * 1.625rem), 1.625rem))}`; //# sourceMappingURL=toast.shared.css.js.map