Skip to content
Snippets Groups Projects
Select Git revision
  • 9564bbd0dbafc0525ade77da578bae2c50b9a37b
  • master default protected
  • v11
  • 3.4.1
4 results

bootstrap-theme.css.map

Blame
  • candidate-table-row.mustache 620 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-allcaps-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-3 mr-1") }}
        <span class="font-bold font-condensed">{{ person.party }}</span>
      </div>
    </div>