mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
94c484e80d
* docs: add algolia-react-instantsearch example * fix: style
49 lines
469 B
CSS
49 lines
469 B
CSS
.ais-InstantSearch__root {
|
|
align-items: center;
|
|
}
|
|
|
|
header {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
content {
|
|
display: flex;
|
|
}
|
|
|
|
menu {
|
|
flex: 2;
|
|
}
|
|
|
|
footer {
|
|
text-align: center;
|
|
}
|
|
|
|
results {
|
|
flex: 10;
|
|
}
|
|
|
|
.hit {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.hit-actions {
|
|
display: flex;
|
|
}
|
|
|
|
.hit-content {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.hit-picture img {
|
|
width: 80px;
|
|
height: 80px;
|
|
}
|
|
|
|
.hit-type {
|
|
color: #888888;
|
|
font-size: 13px;
|
|
}
|