Sha256: 69b31755a2cc689118e8445c2008fbd29743c7504b65fb727c34022124ff0abd

Contents?: true

Size: 364 Bytes

Versions: 1

Compression:

Stored size: 364 Bytes

Contents

//
// TOOLTIP
//
// Format:
// <span class="rf-tooltip__trigger"
//       data-toggle="tooltip"
//       data-placement="top"
//       title="This is the content of the tooltip."></span>
//

.tooltip {
  white-space: normal;
}

.rf-tooltip__trigger {
  color: $blue-bright;
  font-family: $font-icon-g;
  font-size: 12px;

  &:before {
    content: "\e085";
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ethosstyles-0.1.14 app/assets/stylesheets/components/_tooltip.scss