Skip to content

Commit f3acc3f

Browse files
committed
Remove CSS
1 parent f3960e6 commit f3acc3f

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

website/styles/globals.css

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -435,32 +435,6 @@ img {
435435
}
436436

437437
/* Docs */
438-
.algolia-autocomplete {
439-
width: 100%;
440-
margin-bottom: 32px;
441-
}
442-
443-
.docSearch {
444-
padding: 8px 16px;
445-
border-radius: 20px;
446-
border: solid 1px #eee;
447-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
448-
width: 100%;
449-
}
450-
451-
.docSearch:focus {
452-
outline: none;
453-
background: #f6f6f6;
454-
border-color: var(--link-color);
455-
}
456-
457-
@media only screen and (max-width: 680px) {
458-
.docSearch {
459-
width: calc(100vw - 40px);
460-
max-width: initial;
461-
}
462-
}
463-
464438
.disclaimer {
465439
margin: 60px 0 0 0;
466440
border: solid 1px #eecccc;

0 commit comments

Comments
 (0)