Sha256: 5e0980efee404124d2913afb6f9d004849a8ef45e0ea099348b86946dd430eca

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 Bytes

Contents

<section class="rf-section">
  <h3>Status Tooltips</h3>
  <?php
    $tooltip_class = "rf-tooltip--success";
    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">
    <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" data-toggle="tooltip" data-tooltip-custom-classes="rf-tooltip" title="Github Username" data-placement="top">
    </div>
  </div>
</section>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ethosstyles-0.1.19 app/views/tooltips.php
ethosstyles-0.1.18 app/views/tooltips.php
ethosstyles-0.1.17 app/views/tooltips.php
ethosstyles-0.1.16 app/views/tooltips.php