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

package.theme.lumo.vaadin-menu-bar-overlay-styles.js Maven / Gradle / Ivy

There is a newer version: 24.6.2
Show newest version
import { css, registerStyles } from '@vaadin/vaadin-themable-mixin/vaadin-themable-mixin.js';

registerStyles(
  'vaadin-context-menu-overlay',
  css`
    :host(:first-of-type) {
      padding-top: var(--lumo-space-xs);
    }
  `,
  { moduleId: 'lumo-menu-bar-overlay' },
);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy