diff --git a/src/styles/algolia.css b/src/styles/algolia.css index 41f210a44..ac041215c 100644 --- a/src/styles/algolia.css +++ b/src/styles/algolia.css @@ -18,6 +18,10 @@ body { @apply stroke-white h-auto w-auto p-0 !important; } +.aa-SubmitIcon { + @apply m-auto !important; +} + .aa-LoadingIcon { @apply text-white !important; } @@ -46,6 +50,10 @@ body { @apply ml-2 text-sm text-base-300 !important; } +.xsearch-submitButton { + @apply p-0 !important; +} + .xsearch-submitButton .aa-SubmitIcon { @apply w-6 h-6 text-white !important; } @@ -78,14 +86,12 @@ body { } /* End of XSearch */ - /* Climb search for tagging */ .climb-tag-search { @apply z-50 w-80 !important; } - .aa-Form.tag-search-form { @apply p-0.5 w-full ring-1 border-0 ring-black rounded-md shadow-gray-500 !important; } @@ -98,7 +104,6 @@ body { @apply flex items-center justify-center w-8 h-8 !important; } - .tag-search-submit-button { @apply bg-inherit p-0 h-auto w-auto !important; } @@ -131,7 +136,6 @@ body { @apply text-black stroke-2 stroke-black w-5 h-5 !important; } - .aa-default-mobile-form { @apply rounded border-0 ring-0 !important; }