Sha256: f220bce186bbe4f25f795d5cc4e2ee9b321c1c3f85a7c9bd92bf49060b352d59
Contents?: true
Size: 416 Bytes
Versions: 41
Compression:
Stored size: 416 Bytes
Contents
@layer components { /* Tooltip theme */ .tippy-box[data-theme~="coco-tooltip"] { @apply bg-background-dark-2 text-white text-label-sm rounded-lg shadow-xl; .tippy-content { @apply px-3 py-2 truncate max-w-[240px]; } /* arrow background */ .tippy-svg-arrow > svg:first-child { @apply hidden; } .tippy-svg-arrow > svg:last-child { @apply fill-gray-900; } } }
Version data entries
41 entries across 41 versions & 1 rubygems