// ============================================================================
// :: Link
// ============================================================================
/**
 * Scope defined especially for the visual representation of a link
 */

// ============================================================================
// :: Root
// ============================================================================
.s-link {
  p {
    margin: 0;
  }
}

// ============================================================================
// :: Modifiers
// ============================================================================
.s-link--theme-success {
  padding: 5rem;

  color: $text-color-white;
  background-color: $ui-success;
}
