Sha256: 0acbb2c9f8db1c75c4247fafc663d6bec80465d334354a055bdcd8211ca4321f
Contents?: true
Size: 546 Bytes
Versions: 2
Compression:
Stored size: 546 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]; } [data-coco] .tippy-box { @apply bg-transparent text-gray-900 text-label-md whitespace-normal; } [data-coco] .tippy-content { @apply p-0; } /* arrow border */ [data-coco] .tippy-svg-arrow > svg:first-child { @apply fill-transparent; } /* arrow background */ [data-coco] .tippy-svg-arrow > svg:last-child { @apply fill-transparent; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coveragebook_components-0.7.6 | app/assets/css/libs/tippy.css |
coveragebook_components-0.7.5 | app/assets/css/libs/tippy.css |