Aller au contenu

Custom Border Radius

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

The button has a default border radius of 0.5ch. You can change this value by using the --o_border-radius custom property.

Square button site wide
.o-btn {
--o_border-radius: 0;
}
Square button modifier class
.o-btn-square {
--o_border-radius: 0;
}