Sha256: b73681bfa108af73389d7eeee2e025f9cba297798dcebd4a9b710c8598792804
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-blue-gray-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