Sha256: 8f12fc6c94928c7fe5468290f98321004eb4f5af138584d357ff0dabfdc28a6f
Contents?: true
Size: 800 Bytes
Versions: 65
Compression:
Stored size: 800 Bytes
Contents
.chart-tooltip{ @extend .card; position: absolute; transform: translate(-50%, -119%); box-shadow: 0 0 20px 0 rgba($black, .2); overflow: visible; .tooltip-content{ @extend .text-medium; @extend .p-xs; position: relative; &::after, &::before{ top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } &::after{ border-color: rgba($white, 0); border-top-color: $white; border-width: 10px; margin-left: -10px; top: calc(100% - 1px); // webkit } &::before{ border-color: rgba($medium-gray, 0); border-top-color: $medium-gray; border-width: 11px; margin-left: -11px; } } }
Version data entries
65 entries across 65 versions & 1 rubygems