Skip to content
Snippets Groups Projects
Select Git revision
  • 48b2b5751ef5a22638f30e292015095f564aafbb
  • master default protected
  • 2.0.0-alpha-11
  • 2.0.0-alpha-10
  • 2.0.0-alpha-9
  • 2.0.0-alpha-8
  • 2.0.0-alpha-7
  • 2.0.0-alpha-6
  • 2.0.0-alpha-5
  • 2.0.0-alpha-4
  • 2.0.0-alpha-3
  • 2.0.0-alpha-2
  • 2.0.0-alpha-1
  • 1.8.0
  • 1.7.0
  • 1.6.4
  • 1.6.3
  • 1.6.2
  • 1.6.1
  • 1.6.0
  • 1.5.5
  • 1.5.4
22 results

candidate-table-row.mustache

Blame
  • Forked from TO / Weby / ui-styleguide
    Source project has a limited visibility.
    candidate-table-row.mustache 612 B
    <div class="candidate-table-row">
      <div class="candidate-table-row__position head-allcaps-heavy-2xs text-right">{{ person.position }}</div>
      {{> atoms-basic-avatar(classes: "candidate-table-row__avatar") }}
      <div class="candidate-table-row__name head-heavy-2xs font-bold">{{ person.first }} {{ person.last }}</div>
      <div class="candidate-table-row__bio head-allcaps-3xs">{{ person.age }} let, {{ person.occupation }}</div>
      <div class="candidate-table-row__affiliation">
        {{> atoms-basic-avatar(classes: "w-6 mr-2") }}
        <span class="font-bold font-condensed">{{ person.party }}</span>
      </div>
    </div>