Hi,
I want to use buttons with the above mentioned style. As icons I use icons from the VaadinIcon font.
There are 2 things I try to solve:
Adjusting the size of the button over style (e.g. huge) gives me both big icon and(!) caption. What I want is to paint the icon bigger, but keep the caption small. As I see the attached style goes to the div of the button v-button-icon-align-top, where the icon and the caption are located in inner spans with different styles: v-icon and v-button-caption. How can i adjust both sizes (icon and caption) separately here?
As an addition it would be great to realize a mouse-over effect with different caption color. Is there a way as well?