// =============================================================================
// :: Bubble
// =============================================================================
/**
 * Scope defined specifically for creating the visual representation of the
 * bubble component.
 */

// =============================================================================
// :: root
// =============================================================================
.s-bp-bubble {

	.c-bubble {
		padding: 5rem;
	}
}
