@vaadin/vaadin-lumo-styles
Version:
Lumo is a design system foundation for modern web applications, used by Vaadin components
20 lines (19 loc) • 413 B
CSS
/**
* @license
* Copyright (c) 2017 - 2026 Vaadin Ltd.
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
*/
@media lumo_components_password-field-button {
:host {
position: absolute;
right: 0;
top: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
min-width: auto;
background: transparent;
outline: none;
}
}