// ============================================================================
// :: Tabs
// ============================================================================
/**
 * Scope defined for visualising the tabs component.
 */

// ============================================================================
// :: Root
// ============================================================================
.s-tabs {

  @include respond-at($breakpoint-tablet-default) {
    padding: 3rem;

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