-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathSearchHits.scss
More file actions
61 lines (53 loc) · 892 Bytes
/
SearchHits.scss
File metadata and controls
61 lines (53 loc) · 892 Bytes
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
@import '_variables.scss';
ais-highlight-0000000000 {
color: $white;
background-color: #00b2bd;
padding: 0 6px;
border-radius: 4px;
}
.input-empty {
display: none;
}
.arrow-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid black;
}
.style {
list-style: none;
padding-top: 14px;
a {
color: #757575;
}
a:hover {
color: #fe6c37;
text-decoration: none;
}
p {
margin: 6px 0 !important;
font-size: 14px;
line-height: 20px;
overflow-wrap: break-word;
}
}
.search-title {
font-weight: 700;
color: #0E5AD9;
font-size: 16px;
}
.ais-SearchBox-form {
margin-bottom: 0px;
flex-grow: 2;
}
.ais-SearchBox-submit {
width: 0.1px;
height: 0.1px;
font-size: 0.001px;
}
.ais-SearchBox-reset {
width: 0.1px;
height: 0.1px;
font-size: 0.001px;
}