1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-algolia-react-instantsearch/static/instantsearch.css
Marie-Laure Thuret 94c484e80d docs: add algolia-react-instantsearch example (#2544)
* docs: add algolia-react-instantsearch example

* fix: style
2017-07-12 20:00:47 +02:00

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;
}