Sha256: af5b5093dd7bbab5e2952d3f5a5049571584f7ecfab4abec49574f0d4903aa38
Contents?: true
Size: 1.25 KB
Versions: 27
Compression:
Stored size: 1.25 KB
Contents
:root { --aa-primary-color: --tw-ring-color; --aa-selected-color: --tw-ring-color; --aa-primary-color-rgb: 5, 150, 105; } .global-search { .aa-DetachedSearchButton:focus, .aa-DetachedSearchButton { border: none !important; } } .resource-search { .aa-Autocomplete { @apply w-full; } .aa-DetachedSearchButton { @apply rounded-full border-gray-300; } } .aa-SourceHeader { @apply text-xs font-semibold; } .aa-DetachedFormContainer, .aa-DetachedContainer .aa-Panel { @apply bg-slate-100 border-b-0; } .aa-Form { &:focus-within { @apply ring-0 !important; } input { @apply focus:ring-0 !important; } &:focus-within { .aa-InputWrapperPrefix{ .aa-SubmitButton { @apply ring-0; } } } } .aa-Input { @apply focus:ring-green-600; } .aa-DetachedContainer { .aa-PanelLayout { @apply pt-0 space-y-3; } .aa-Source { .aa-List { @apply space-y-1; .aa-Item { @apply bg-white rounded-md px-3 py-4 shadow; .aa-ItemDescription { @apply text-gray-500 text-sm; } &[aria-selected=true]{ @apply bg-blue-700 text-white; .aa-ItemDescription { @apply text-white; } } } } } }
Version data entries
27 entries across 27 versions & 1 rubygems