Is there a compact theme for vaadin 8

Hi,

The default valo theme fonts and spacing are too big for my application. I need a compact theme.

  1. Is there any existing compact theme/mode that I can use instead, in the application globally(not at widget and layout level)
  2. If no to previous question then how do I create my own without impacting responsiveness of the app?

Thanks,
Imran.

There is set of SASS variables in Valo, which can be used to control the sizing defaults, here is an example of more compact settings

https://github.com/vaadin/valo-demo/blob/69a1bcc1d709f9abdd759a419944f4c1ac6a6fb9/src/main/webapp/VAADIN/themes/tests-valo-reindeer/_variables.scss

That worked. Thanks so much.