Theme Vaadin 10 Applikation

Hello,

I want to theme my application differently. For example I want to change the color, size and font of a button. I read, that I can use a @HtmlImport(“frontend://styles/shared-styles.html”). But it seems, that I can not theme buttons with that.

I was considering to make my own theme by inherit most of the default theme. Is that possible? I do not know polymer yet but I think the whole documentation refers to it: https://github.com/vaadin/vaadin-themable-mixin/wiki

I have my informations from here: https://vaadin.com/docs/v10/flow/theme/integrating-component-theme.html

Depending on what you want to style I think there are some parts which are exposed for styling. See the javadoc of its superclass: https://demo.vaadin.com/javadoc/com.vaadin/vaadin-core/10.0.3/com/vaadin/flow/component/button/GeneratedVaadinButton.html