// ============================================================================
// :: Scope Breadcrumb
// ============================================================================
/**
 * This scope will add a backgroundcolor to the breadcrumb component
 */

// ============================================================================
// :: Root
// ============================================================================
.s-bp-breadcrumb {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20rem;

	background-color: $bp-background-color-grey;

	.a-breadcrumb {
		margin-right: 2rem;
	}
}
