Sha256: d7662f167d8219038f5aee5044ea4ab7efa4e665abb94b49cfba4d2155b3150f
Contents?: true
Size: 541 Bytes
Versions: 20
Compression:
Stored size: 541 Bytes
Contents
@import "tippy.js/dist/tippy"; @import "tippy.js/dist/svg-arrow"; @import "tippy.js/dist/border.css"; @layer components { [data-tippy-root] { @apply !z-[10010]; } .tippy-box[data-theme^="coco-"] { @apply bg-transparent text-gray-900 text-label-md whitespace-normal; .tippy-content { @apply p-0; } /* arrow border */ .tippy-svg-arrow > svg:first-child { @apply fill-transparent; } /* arrow background */ .tippy-svg-arrow > svg:last-child { @apply fill-transparent; } } }
Version data entries
20 entries across 20 versions & 1 rubygems