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