Madelena Mak d4c03fe1be
Update the theme to match branding better (#33462)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-06-30 13:47:01 +02:00

36 lines
592 B
SCSS

.docsearch {
.DocSearch-Button {
@media only screen and (max-width: $lap-end) {
padding: 0px;
margin: 8px 24px;
}
@media only screen and (min-width: $desk-start) {
padding: 0px;
margin-top: 16px;
margin-left: 8px;
margin-right: 0px;
}
background: none;
&:hover {
box-shadow: none;
}
}
.DocSearch-Button-Placeholder {
display: none;
}
.DocSearch-Button-Keys {
display: none;
}
.DocSearch-Search-Icon {
margin-right: 8px;
color: $link-color;
}
}
.DocSearch-Container {
z-index: 1000;
}