Last active
November 30, 2020 11:19
-
-
Save shazinahmed/5894181 to your computer and use it in GitHub Desktop.
Google Places Autocomplete font size/style
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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