docs(nxdev): remove unused algolia css rules (#12378)

This commit is contained in:
Benjamin Cabanes 2022-10-03 15:16:18 -04:00 committed by GitHub
parent d861f57571
commit 4501de6547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,6 @@ body .DocSearch-Container {
.DocSearch-Hit > a {
position: relative;
font-size: 0.875rem;
/*border-bottom: 1px solid theme('colors.slate.100');*/
@apply border-b border-slate-100 dark:border-slate-800;
}
@ -101,7 +100,6 @@ body .DocSearch-Container {
background: transparent !important;
border: none !important;
box-shadow: none !important;
/*color: theme('colors.slate.900');*/
flex: auto;
font-size: 1rem;
height: 3.5rem;
@ -151,7 +149,6 @@ body .DocSearch-Container {
.DocSearch-Hit-source {
line-height: 1.5rem;
font-weight: 600;
/*color: theme('colors.slate.900');*/
padding-top: 2.5rem;
margin: 0 1.5rem 1rem;
@apply text-slate-900 dark:text-slate-300;
@ -203,8 +200,6 @@ body .DocSearch-Container {
font-size: 0.75rem;
line-height: 1.5rem;
font-weight: 600;
/*color: theme('colors.slate.700');*/
/*background: theme('colors.slate.100');*/
border-radius: 999px;
padding: 0 0.375rem;
@apply border border-slate-200 bg-slate-100 text-slate-700 dark:border-slate-700 dark:bg-slate-800 dark:text-slate-400;
@ -344,7 +339,6 @@ body .DocSearch-Container {
.DocSearch-NoResults .DocSearch-Title {
text-align: center;
/*color: theme('colors.slate.400');*/
@apply text-slate-500;
}