<!-- Default -->
<h1 class="inv-title ">Cadastro de Colaboradores</h1>

<!-- Title Section -->
<h1 class="inv-title inv-title-section">Cadastro de Colaboradores</h1>

<h1 class="inv-title {{ typhography.modifier }}">Cadastro de Colaboradores</h1>
/* Default: No context defined */

/* Title Section */
{
  "typhography": {
    "modifier": "inv-title-section"
  }
}

  • Content:
    .inv-title {
      color: var(--color-system--dark);
      font-size: 24px;
      font-weight: bold;
    }
    
    .inv-title-section {
      font-size: 18px;
      font-weight: 600;
    }
    
  • URL: /components/raw/typhography/typhography.css
  • Filesystem Path: src/components/typhography/typhography.css
  • Size: 154 Bytes

There are no notes for this item.