Flexbox

Flexbox specific classes

Class name Description
.d-flex display: flex.
.fx-col flex-direction : column.
.fx-col-reverse flex-direction : column-reverse.
.fx-row flex-direction : row.
.fx-row-reverse flex-direction : row-reverse.
.fx-space-between justify-content: space-between.
.fx-space-around justify-content: row-reverse.
.fx-grow flex-grow : 1.

Flew wrap

Class name Description
.fx-wrap Flex-wrap: wrap.
.fx-nowrap Flex-wrap: nowrap.
.fx-wrap-reverse Flex-wrap: wrap-reverse.