form-layoutpackage.theme.lumo.vaadin-form-layout-styles.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
import '@vaadin/vaadin-lumo-styles/spacing.js';
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';
registerStyles(
'vaadin-form-layout',
css`
:host {
--vaadin-form-layout-column-spacing: var(--lumo-space-l);
}
`,
{ moduleId: 'lumo-form-layout' },
);