Sha256: f5addc40cefa571c94e6f13b410e049546efeee913526b979eb40f312ed5529b

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

// Box
.aa-dropdown-menu {
    background-color: white;
    border-color: #ccc;
    border-radius: 0;
}
// Each suggestion
.algolia-docsearch-suggestion {
    background-color: transparent;
    color: $text-color;
    border-color: #e7e7e7;
}
// Main category headers
.algolia-docsearch-suggestion--category-header {
    background-color: $grey-background-light;
    color: $text-color;
    border-bottom: solid 1px #e7e7e7;
    font-weight: normal;
    padding: 10px;
}
.algolia-docsearch-suggestion--subcategory-column {
    background-color: transparent;
    border-color: #e7e7e7;
    font-weight: bold;
    width: 200px;
    max-width: 200px;
}
.algolia-docsearch-suggestion--title {
    font-weight: normal;
}
.algolia-docsearch-suggestion--content {
    border-top: none;
    width: 70%;
}
/* Highlighted search terms */
.algolia-docsearch-suggestion--highlight {
    color: $link-color;
}
/* Highligted search terms in the main category headers */
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight  {
    background-color: transparent;
}
/* Currently selected suggestion */
.aa-cursor .algolia-docsearch-suggestion--content {
    color: $link-hover-color;
}
.aa-cursor .algolia-docsearch-suggestion {
    background-color: transparent;
}

.algolia-docsearch-footer {
    border-top: solid 1px #e7e7e7;
    color: #616161;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
documental-0.1.3 _sass/documental/algolia.scss
documental-0.1.2 _sass/documental/algolia.scss
documental-0.1.1 _sass/documental/algolia.scss