Sha256: a4dc309e507142a59bb04332532e697af251ca23c28fcad2129fd9b32ca12355
Contents?: true
Size: 1.25 KB
Versions: 11
Compression:
Stored size: 1.25 KB
Contents
$stratum: 30000 $distance-from-origin: 10px $corner-size: 6px $background-color: #111 .up-tooltip z-index: $stratum position: relative &:after content: '' position: absolute display: block width: 0 height: 0 border: $corner-size solid transparent &[up-position=top] margin-bottom: $distance-from-origin &:after border-top-color: $background-color border-bottom-width: 0 bottom: -$corner-size left: 50% margin-left: -$corner-size &[up-position=left] margin-right: $distance-from-origin &:after border-left-color: $background-color border-right-width: 0 right: -$corner-size top: 50% margin-top: -$corner-size &[up-position=right] margin-left: $distance-from-origin &:after border-right-color: $background-color border-left-width: 0 left: -$corner-size top: 50% margin-top: -$corner-size &[up-position=bottom] margin-top: $distance-from-origin &:after border-bottom-color: $background-color border-top-width: 0 top: -$corner-size left: 50% margin-left: -$corner-size .up-tooltip-content background-color: $background-color color: white padding: 6px 9px white-space: nowrap
Version data entries
11 entries across 11 versions & 1 rubygems