// ============================================================================
// :: Overlay
// ============================================================================
/**
 * Scope defined for styling the visual representation of a pagination.
 */

// ============================================================================
// :: Root
// ============================================================================
.s-pagination {
  padding: 5rem;

  background-color: $bp-background-color-medium-light;
}
