Sha256: 8afaf3042076be9b62b3878d5b852a80e829765e45ef4e42cca787a16e5c4787
Contents?: true
Size: 439 Bytes
Versions: 16
Compression:
Stored size: 439 Bytes
Contents
@layer utilities { .tippy-dropdown-box { @apply bg-background-light-2 text-gray-900 text-label-sm border border-solid border-gray-blend-100 shadow-xl rounded-lg; } } @layer components { /* * Tippy dropdown theme */ .tippy-box[data-theme~="coco-app-dropdown"], .tippy-box[data-theme~="coco-app-menu"] { @apply tippy-dropdown-box; } .tippy-box[data-theme~="coco-naked-dropdown"] { width: min-content; } }
Version data entries
16 entries across 16 versions & 1 rubygems