All Downloads are FREE. Search and download functionalities are using the official Maven repository.

form-layoutpackage.theme.lumo.vaadin-form-layout-styles.js Maven / Gradle / Ivy

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' },
);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy