/**
 * Go CSS · invite
 * 
 * Purpose:
 *   Styles for this dashboard piece.
 * 
 * Dashboard:
 *   Go · App Store / data-view · team
 * 
 * This file:
 *   business/dashboard/team-app/invite/invite.css
 * 
 * Depends on:
 *   - business/dashboard/shell/shell.html
 *   - scripts/assemble-dashboards.js
 * 
 * Used by:
 *   - scripts/assemble-dashboards.js → business/dashboard/styles.css
 */

.team-invite-submit {
  width: 100%;
  max-width: none;
  margin-top: 0.15rem;
  margin-bottom: 0;
}

.team-invite-hint {
  margin: 0.15rem 0 0.65rem;
  font-size: 0.92rem;
  line-height: 1.45;
  opacity: 0.82;
}
