-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathalgolia-theme.css
More file actions
85 lines (72 loc) · 1.71 KB
/
algolia-theme.css
File metadata and controls
85 lines (72 loc) · 1.71 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#algolia-search {
border-color: #dedede;
flex: auto;
}
#algolia-search .aa-DetachedSearchButton {
border: none;
padding: 0;
}
#algolia-search .aa-DetachedSearchButton:focus,
#algolia-search .aa-DetachedSearchButton:focus-within,
#algolia-search .aa-DetachedSearchButton:active {
outline: none;
box-shadow: none;
}
#algolia-search .aa-Form {
height: 42px;
border: none;
}
#algolia-search .aa-Form:focus-visible,
#algolia-search .aa-Form:focus-within {
box-shadow: none;
outline: none;
}
#algolia-search .aa-Form .aa-SubmitIcon,
#algolia-search .aa-DetachedSearchButton .aa-DetachedSearchButtonIcon .aa-SubmitIcon{
color: #777;
height: 16px;
width: 16px;
}
#algolia-search .aa-Form .aa-Input::placeholder {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.aa-Panel {
z-index: 999;
min-width: 350px;
}
.aa-Panel .aa-ItemContent {
grid-template-columns: repeat(5, 1fr);
}
.aa-Panel .aa-ItemContent .aa-ItemIcon {
box-shadow: none;
background: transparent;
height: 100%;
grid-column: span 1;
width: 100%;
align-items: baseline;
}
.aa-Panel .aa-ItemContent .aa-ItemIcon img {
height: auto;
width: 100%;
max-height: 100%;
max-width: 100%;
border-radius: 3px;
}
.aa-Panel .aa-ItemContent .aa-ItemContentBody {
grid-column: span 4;
align-self: stretch;
display: flex;
flex-direction: column;
}
.aa-Panel .aa-ItemContent .aa-ItemContentBody .aa-ItemContentTitle {
}
.aa-Panel .aa-ItemContent .aa-ItemContentBody .aa-ItemContentSubTitle {
font-size: 12px;
color: #777;
font-style: italic;
}
.aa-Panel .aa-ItemContent .aa-ItemContentBody .aa-ItemContentDescription {
color: #777;
}