Skip to content

Commit 6713266

Browse files
committed
chore: search styling
DX-15
1 parent 5be084a commit 6713266

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/custom.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,8 @@ html[data-theme='dark'] {
615615
}
616616

617617
@media (min-width: 768px) {
618+
619+
[class^='navbarSearchContainer_'],
618620
.navbarSearchContainer_node_modules-\@docusaurus-theme-classic-lib-theme-Navbar-Search-styles-module {
619621
margin-left: auto;
620622
margin-right: auto;
@@ -630,6 +632,13 @@ html[data-theme='dark'] {
630632
}
631633
}
632634

635+
.navbar__search-input {
636+
width: 25rem;
637+
background-color: #fafafa;
638+
border: 1px solid #9e9e9e33 !important;
639+
border-radius: 0.5rem;
640+
}
641+
633642
.DocSearch-Button {
634643
border-radius: 0.5em !important;
635644
border-color: rgb(158 158 158 / 20%) !important;

0 commit comments

Comments
 (0)