Battle-Cattle/BCUK-Bot-3

View on GitHub
frontend/styles/shared-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: CSS class name to center align the content . */
.centered-content {
  margin: 0 auto;
  max-width: 250px;
}