Sha256: 83e3f96dafff2b767cad5c3b35ac1a7ee0b154d6724fc9b7a29a97bf3130bec7
Contents?: true
Size: 850 Bytes
Versions: 4
Compression:
Stored size: 850 Bytes
Contents
// TOOLTIP // ------= .tooltip { position: absolute; z-index: $zindexTooltip; display: block; visibility: visible; padding: 5px; font-size: 11px; @include opacity(0.0); &.in { @include opacity(0.8); } &.top { margin-top: -2px; } &.right { margin-left: 2px; } &.bottom { margin-top: 2px; } &.left { margin-left: -2px; } &.top .tooltip-arrow { @include popoverArrow-top(); } &.left .tooltip-arrow { @include popoverArrow-left(); } &.bottom .tooltip-arrow { @include popoverArrow-bottom(); } &.right .tooltip-arrow { @include popoverArrow-right(); } } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: $white; text-align: center; text-decoration: none; background-color: $black; @include border-radius(4px); } .tooltip-arrow { position: absolute; width: 0; height: 0; }
Version data entries
4 entries across 4 versions & 1 rubygems