// =============================================================================
// :: Logo
// =============================================================================
/**
 * Scope defined specifically for creating the visual representation of the
 * logo component.
 */

// =============================================================================
// :: root
// =============================================================================
// .s-bp-logo {}

.s-bp-logo--bg-pink {
	padding: 5rem;

	background-color: $background-color-pink;
}
