// ============================================================================
// :: Scope Logo
// ============================================================================
/**
 * This scope will show the logo in the brandplatform
 */

// ============================================================================
// :: Root
// ============================================================================
.s-bp-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 10rem;
}

.s-bp-logo--inverted {
	background-color: $background-color-grey;
}
