Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update search box styling and position #36362

Merged
merged 1 commit into from May 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions site/assets/scss/_search.scss
Expand Up @@ -6,7 +6,7 @@

@include media-breakpoint-up(lg) {
position: absolute;
top: .75rem;
top: .875rem;
left: 50%;
width: 200px;
margin-left: -100px;
Expand Down Expand Up @@ -39,6 +39,7 @@
--docsearch-muted-color: #{rgba($white, .65)};

width: 100%;
height: 38px; // Match Bootstrap inputs
margin: 0;
border: 1px solid rgba($white, .4);
@include border-radius(.375rem);
Expand All @@ -60,8 +61,7 @@

.DocSearch-Button-Keys {
min-width: 0;
padding-right: .25rem;
padding-left: .25rem;
padding: .125rem .25rem;
background: rgba($black, .25);
@include border-radius(.25rem);
}
Expand Down