Sha256: 20420594dc08d3fb54fdf0eb34ebf15c6312e1bc5c1f2ac1b0a2e529d5113741

Contents?: true

Size: 728 Bytes

Versions: 4

Compression:

Stored size: 728 Bytes

Contents

// TOOLTIP
// ------=

.tooltip
  position: absolute
  z-index: $zindexTooltip
  display: block
  visibility: visible
  padding: 5px
  font-size: 11px
  +opacity(0)
  &.in
    +opacity(0.8)
  &.top
    margin-top: -2px
  &.right
    margin-left: 2px
  &.bottom
    margin-top: 2px
  &.left
    margin-left: -2px
  &.top .tooltip-arrow
    +popoverArrow-top
  &.left .tooltip-arrow
    +popoverArrow-left
  &.bottom .tooltip-arrow
    +popoverArrow-bottom
  &.right .tooltip-arrow
    +popoverArrow-right

.tooltip-inner
  max-width: 200px
  padding: 3px 8px
  color: $white
  text-align: center
  text-decoration: none
  background-color: $black
  +border-radius(4px)

.tooltip-arrow
  position: absolute
  width: 0
  height: 0

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
compass_twitter_bootstrap-2.0.1.2 stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass
compass_twitter_bootstrap-2.0.1.1 stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass
compass_twitter_bootstrap-2.0.1 stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass
compass_twitter_bootstrap-2.0.0 stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass