Utilities - Corners | Crossroads Digital Design Kit

To give an element rounded corners, use the class .round-corners. If you want to remove rounded corners from an element, use a class of .square-corners.

Please Note: .round-corners relies on a Bootstrap-defined variable. See documentation for that variable here.

Group of Classes CSS border-radius
.round-corners border-radius: $border-radius-base;
.square-corners border-radius: 0;