Battle-Cattle/BCUK-Bot-3

View on GitHub
frontend/styles/vaadin-text-field-styles.css

Summary

Maintainability
Test Coverage
/*
   CSS styling examples for the Vaadin app.
   Visit https://vaadin.com/docs/flow/theme/theming-overview.html and
   https://vaadin.com/themes/lumo for more information.
*/

/* Example: border-only style for all Vaadin textfields . */
[part="input-field"] {
    box-shadow: inset 0 0 0 1px var(--lumo-contrast-30pct);
    background-color: var(--lumo-base-color);
}