Skip to content

Instantly share code, notes, and snippets.

@shazinahmed
Last active November 30, 2020 11:19
Show Gist options
  • Save shazinahmed/5894181 to your computer and use it in GitHub Desktop.
Save shazinahmed/5894181 to your computer and use it in GitHub Desktop.
Google Places Autocomplete font size/style
/*
The div that holds all the lines
*/
.pac-container {
color: #d9d9d9;
}
/*
class for each line of the result
*/
.pac-item {
font-size: 12px;
color: #d9d9d9;
font-family: Arial, Helvetica, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment