0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-08 14:40:05 +00:00
healthchecks_healthchecks/static/css/search.css
2022-08-22 13:02:58 +03:00

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;
}