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 592 B
import { css } from 'lit'; export const styles = css `:host{--content-background: var(--ig-calendar-content-background, var(--ig-surface-500));--border-color: var(--ig-calendar-border-color, transparent);--border-radius: var(--ig-calendar-border-radius, clamp(0rem, calc(var(--ig-radius-factor, 0.2) * 1.25rem), 1.25rem));--actions-divider-color: var(--ig-calendar-actions-divider-color, var(--ig-gray-200));--default-size: var(--ig-calendar-default-size, 2)}:host igc-dialog{--border-color: var(--ig-calendar-border-color, transparent)}`; //# sourceMappingURL=date-picker.material.css.js.map