UNPKG

@vaadin-component-factory/vcf-network

Version:
19 lines (17 loc) 515 B
import styleModule from '../../src/utils/style-module'; import '@vaadin/vaadin-lumo-styles/color'; import '@vaadin/vaadin-lumo-styles/sizing'; import '@vaadin/vaadin-lumo-styles/spacing'; import '@vaadin/vaadin-lumo-styles/style'; import '@vaadin/vaadin-lumo-styles/typography'; styleModule({ themeFor: 'vcf-network', themeName: 'vcf-network-lumo', include: 'lumo-color lumo-typography', styles: ` :host { border: 1px solid var(--lumo-contrast-10pct); box-sizing: border-box; } ` });