Created
May 15, 2017 23:51
-
-
Save robertdevore/eec68e3f9d381b5a05a60b9717fdf333 to your computer and use it in GitHub Desktop.
Quick CSS styles for the dispensary locations output code snippet
This file contains 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
span.mylocation { | |
background: #FFF; | |
font-size: 13px; | |
padding: 10px; | |
position: absolute; | |
top: 5px; | |
right: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment