Sha256: 19a387af0a604af3428270f68f824e6d3c1c529792e0f02ed7a3a2bb4e1fda49

Contents?: true

Size: 794 Bytes

Versions: 1

Compression:

Stored size: 794 Bytes

Contents

<section class="rf-section">
  <h3>Status Tooltips</h3>
  <?php
    $tooltip_class = "rf-tooltip--valid";
    include 'partial_tooltips.php';
  ?>
  <?php
    $tooltip_class = "rf-tooltip--pending";
    include 'partial_tooltips.php';
  ?>
  <?php
    $tooltip_class = "rf-tooltip--danger";
    include 'partial_tooltips.php';
  ?>
</section>

<section class="rf-section">
  <h3>Avatar Tooltips</h3>
  <div class="rf-col rf-col--6 rf-col--grid">
    <span class="rf-tooltip" data-toggle="tooltip" title="Github Username" data-placement="top">
      <div class="rf-avatar rf-avatar--med">
        <div class="rf-avatar__nametag"> Display Name </div>
        <img class="rf-avatar__img" src="https://git.corp.adobe.com/avatars/u/25754?" alt="krevat">
      </div>
    </span>
  </div>
</section>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ethosstyles-0.1.15 app/views/tooltips.php