// ============================================================================
// :: Notification
// ============================================================================
/**
 * Scope defined for styling the visual representation of a notification.
 */

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

  .m-notification {
    margin-bottom: 3rem;

    &:last-child {
      margin-bottom: 0;
    }
  }
}
