Skip to content

Commit

Permalink
Algolia Places API
Browse files Browse the repository at this point in the history
  • Loading branch information
moaj committed Mar 29, 2020
1 parent fc52cc9 commit e3017f3
Show file tree
Hide file tree
Showing 10 changed files with 1,237 additions and 91 deletions.
169 changes: 153 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"places.js": "^1.18.1",
"tailwindcss": "^1.2.0"
}
}
9 changes: 9 additions & 0 deletions public/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -14108,6 +14108,15 @@ video {
transition-duration: 1000ms;
}

.ap-footer svg {
display: inline;
}

.ap-suggestion-icon svg {
display: inline-block;
margin-top: -0.75rem;
}

@media (min-width: 640px) {
.sm\:sr-only {
position: absolute;
Expand Down
Loading

0 comments on commit e3017f3

Please sign in to comment.