/* Vendor extensions to the designer enhanced bootstrap compatibility */
.p-breadcrumb {
    .p-breadcrumb-chevron {
        font-family: $fontFamily;

        &:before {
            content: '/';
        }
    }
}
