Sha256: 67db1b2c3ce29c44e608d7c2fc8eed2ab3d42ce7bae015da7d23b6bc060fd39f
Contents?: true
Size: 439 Bytes
Versions: 3
Compression:
Stored size: 439 Bytes
Contents
@layer utilities { .tippy-dropdown-box { @apply bg-background-light-2 text-gray-900 coco-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
3 entries across 3 versions & 1 rubygems