No notes defined.

<ul>
    <li>
        <!-- Current: "bg-tertiary-100 text-tertiary-900", Default: "text-tertiary-600 hover:bg-tertiary-50 hover:text-tertiary-900" -->
        <a href="#" class="bg-tertiary-100 text-tertiary-900 group flex items-center px-2 py-2 text-sm font-medium rounded-md">
            <!--
        Heroicon name: outline/home

        Current: "text-tertiary-500", Default: "text-tertiary-400 group-hover:text-tertiary-500"
      -->
            <svg class="text-tertiary-500 mr-3 flex-shrink-0 h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">
                <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 12l8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25" />
            </svg>
            Dashboard
        </a>
    </li>

    <!--  <li>-->
    <!--    <a href="#" class="text-tertiary-600 hover:bg-tertiary-50 hover:text-tertiary-900 group flex items-center px-2 py-2 text-sm font-medium rounded-md">-->
    <!--      &lt;!&ndash; Heroicon name: outline/users &ndash;&gt;-->
    <!--      <svg class="text-tertiary-400 group-hover:text-tertiary-500 mr-3 flex-shrink-0 h-6 w-6" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true">-->
    <!--        <path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 002.625.372 9.337 9.337 0 004.121-.952 4.125 4.125 0 00-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 018.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0111.964-3.07M12 6.375a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zm8.25 2.25a2.625 2.625 0 11-5.25 0 2.625 2.625 0 015.25 0z" />-->
    <!--      </svg>-->
    <!--      Team-->
    <!--    </a>-->
    <!--  </li>-->
</ul>
  • Content:
    https://www.figma.com/embed?embed_host=share&url=https%3A%2F%2Fwww.figma.com%2Ffile%2FJUMg9qwWNHgaiuoDoEgHkn%2Ffractal.dcodegroup.com%3Fnode-id%3D65%253A6364%26t%3DdVycvZF0V0W4lyYO-1
  • URL: /components/raw/list/figma.txt
  • Filesystem Path: components/03-elements/list/figma.txt
  • Size: 182 Bytes
  • Content:
    ol.number-list {
        counter-reset: item;
        position: relative;
        padding: 0;
    }
    
    ol.number-list ol {
        padding-left: 24px;
    }
    
    ol.number-list li {
        display: block;
    }
    
    ol.number-list li::before {
        content: counters(item, ".") ". ";
        counter-increment: item;
    }
    
    ol.alpha-list {
        list-style-type: lower-alpha;
    }
  • URL: /components/raw/list/list.scss
  • Filesystem Path: components/03-elements/list/list.scss
  • Size: 325 Bytes
  • Handle: @list--side-navigation
  • Preview:
  • Filesystem Path: components/03-elements/list/list--side-navigation.hbs