Custom Icon Size
The button has a default icon size of 2ch. You can change this value by using the following CSS custom property:
| description | custom property |
|---|---|
| Icon size | --o_icon-size |
.o-btn { --o_icon-size: 3ch;}.o-btn-fancy { --o_icon-size: 3ch;}You can use any unit of measurement for the icon size. The default is ch which is the height of the letter 0 in the current font. This is a good default because it scales with the font size.