Sha256: 2543a9653d3b1ddc08f2a94980ba4b7e00d1f9c0f9228918affcac2eecac2635

Contents?: true

Size: 797 Bytes

Versions: 1

Compression:

Stored size: 797 Bytes

Contents

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
compass_twitter_bootstrap-2.0.3 stylesheets_sass/compass_twitter_bootstrap/_tooltip.sass