forked from vuejs/v2.vuejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_search.styl
39 lines (27 loc) · 802 Bytes
/
_search.styl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@import '_settings'
$border = #ddd
.algolia-autocomplete
line-height normal
.aa-dropdown-menu
width 100%
border-color #999
font-size 0.9rem
@media (min-width: 768px)
.aa-dropdown-menu
min-width: 515px
.algolia-docsearch-suggestion
border-color $border
.algolia-docsearch-suggestion--content
color $dark
.algolia-docsearch-suggestion--subcategory-column
border-color $border
.algolia-docsearch-suggestion--category-header
background: $green
.algolia-docsearch-footer
border-color $border
.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight
background rgba(255, 255, 255, 0.6)
.algolia-docsearch-suggestion--highlight
color: #2c815b
.aa-cursor .algolia-docsearch-suggestion--content
color: $dark