Skip to content

Custom Border Radius

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;
}