mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
27 lines
345 B
CSS
27 lines
345 B
CSS
@media (min-width: 992px) {
|
|
#docs-search-form {
|
|
margin-right: 20%;
|
|
}
|
|
}
|
|
|
|
#search-results {
|
|
display: none;
|
|
}
|
|
|
|
#search-results.on {
|
|
display: block;
|
|
}
|
|
|
|
.docs-nav.off {
|
|
display: none;
|
|
}
|
|
|
|
#search-results li {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#search-results li span {
|
|
background: #ffef82;
|
|
border-radius: 2px;
|
|
color: #111;
|
|
}
|