Aller au contenu

Custom Icon Size

Ce contenu n’est pas encore disponible dans votre langue.

The button has a default icon size of 2ch. You can change this value by using the following CSS custom property:

descriptioncustom property
Icon size --o_icon-size
Custom icon size site wide
.o-btn {
--o_icon-size: 3ch;
}
Custom icon size modifier class
.o-btn-fancy {
--o_icon-size: 3ch;
}