Css for LoginOverlay class.

There exist any loginOverlay css? Styling components documentation is not clear enought.

Dear David,

For example, you can take a look onto https://github.com/vaadin/vaadin-login/blob/master/theme/lumo/vaadin-login-overlay-styles.js.
There is also a demo available that could help: https://vaadin.com/components/vaadin-login/html-examples/advanced-demos#custom-overlay-theme

Yuriy Yevstihnyeyev:
Dear David,

For example, you can take a look onto https://github.com/vaadin/vaadin-login/blob/master/theme/lumo/vaadin-login-overlay-styles.js.
There is also a demo available that could help: https://vaadin.com/components/vaadin-login/html-examples/advanced-demos#custom-overlay-theme

Great Yuriy, thanks very much for your reply, i was looking for this css, it´s a great component and very important, then the customization is really necessary for differents customers.

Just an additional comment, in order to use it successfully it is necessary to include inside the folder frontend ( using vaadin 18 ) the javascript vaadin-login-form-wrapper-styles.js. If it is not included, i receive an error because this file is not located.

Thanks for your help.