Sha256: 0f12aea5b7566fc39c245f773ef74dbe2780d1e739b38792d2fc4606e61c078e

Contents?: true

Size: 735 Bytes

Versions: 3

Compression:

Stored size: 735 Bytes

Contents

// TOOLTIP
// -------

.tooltip
  position: absolute
  z-index: $zindexTooltip
  display: block
  visibility: visible
  padding: 5px
  font-size: 11px
  +opacity(0)
  &.in
    +opacity(80)
  &.top
    margin-top: -2px
  &.right
    margin-left: 2px
  &.bottom
    margin-top: 2px
  &.left
    margin-left: -2px
  &.top .tooltip-arrow
    +popover-arrow-top
  &.left .tooltip-arrow
    +popover-arrow-left
  &.bottom .tooltip-arrow
    +popover-arrow-bottom
  &.right .tooltip-arrow
    +popover-arrow-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

3 entries across 3 versions & 1 rubygems

Version Path
sass-rails-bootstrap-2.0.4 vendor/assets/stylesheets/twitter/bootstrap/_tooltip.sass
sass-rails-bootstrap-2.0.3a vendor/assets/stylesheets/twitter/bootstrap/_tooltip.sass
sass-rails-bootstrap-2.0.2 vendor/assets/stylesheets/twitter/bootstrap/_tooltip.sass