Sha256: c9fa564a07aa44718e6a1665cc0be69fa2cf07cf18534fb4b1747b3d3b6ec7b7
Contents?: true
Size: 1.04 KB
Versions: 33
Compression:
Stored size: 1.04 KB
Contents
.tippy-box[data-theme~="lookbook"] { @apply bg-indigo-500 text-white text-xs opacity-90; &[data-placement^="top"] > .tippy-arrow::before { border-top-color: theme("colors.indigo.500"); } &[data-placement^="bottom"] > .tippy-arrow::before { border-bottom-color: theme("colors.indigo.500"); } &[data-placement^="left"] > .tippy-arrow::before { border-left-color: theme("colors.indigo.500"); } &[data-placement^="right"] > .tippy-arrow::before { border-right-color: theme("colors.indigo.500"); } } .tippy-box[data-theme~="menu"] { border: 1px solid theme("colors.gray.300"); @apply bg-white text-gray-600 shadow-md rounded; & > .tippy-content { padding: 0; } &[data-placement^="top"] > .tippy-arrow::before { border-top-color: white; } &[data-placement^="bottom"] > .tippy-arrow::before { border-bottom-color: white; } &[data-placement^="left"] > .tippy-arrow::before { border-left-color: white; } &[data-placement^="right"] > .tippy-arrow::before { border-right-color: white; } }
Version data entries
33 entries across 33 versions & 1 rubygems