1
0
Fork 0

doc(search): use docsearch's SCSS version

This commit is contained in:
Sylvain UTARD 2016-03-04 22:02:16 +01:00
parent 71c36eba1c
commit 91856d8cdf
4 changed files with 198 additions and 16 deletions

View file

@ -40,7 +40,6 @@
<link rel="stylesheet" media="screen" href="{{ "/css/main.css" | prepend: site.baseurl }}" />
<link rel="stylesheet" media="screen" href="//cdn.jsdelivr.net/fontawesome/4.4.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/docsearch.js/1/docsearch.min.css" />
</head>
<body>

197
docs/css/_docsearch.scss Normal file

File diff suppressed because one or more lines are too long

View file

@ -185,18 +185,3 @@ $custom:(
.algolia-autocomplete {
display: inline !important;
}
.aa-dropdown-menu.aa-with-0 {
top: 31px !important;
}
.aa-dropdown-menu {
margin-left: -300px !important;
}
@media (min-width: 768px) {
.aa-dropdown-menu {
min-width: 530px !important;
}
}

View file

@ -12,3 +12,4 @@
@import "home";
@import "page";
@import "searchbar";
@import "docsearch";