i´m trying to increase the size of a label icon in css. but i´m not so familiar with the syntax.
I hope that somebody can help me here.
Here is my code:
Label lbl_trashCaption = new Label("BlaBlaBlaLabel");
lbl_trashCaption.addStyleName("icon96px");
...
lbl_trashCaption.setIcon(FontAwesome.TRASH_O);
When using Firebug, i found out, that if i change the font-size value the icon is getting bigger.
but i don´t know how to access this value in my scss file.
In the attachement if added a firebug-screenshot and the tagged value which must be changed to a higher pixel value.
I’m using the CSS-method on a Vaadin Icon, but nothing happens. I’m using Vaadin 14.
Yes, the CSS class name is correct. I can set the color of the icon by the way. But not the size.