Created
July 3, 2012 22:23
-
-
Save ajashton/3043796 to your computer and use it in GitHub Desktop.
Drop shadows in Carto
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
#countries { | |
::shadow1, ::shadow2, ::shadow3 { | |
line-color: #024; | |
line-join: round; | |
} | |
::shadow1 { | |
line-opacity: 0.03; | |
line-width: 7; | |
} | |
::shadow2 { | |
line-opacity: 0.06; | |
line-width: 5; | |
} | |
::shadow3 { | |
line-opacity: 0.12; | |
line-width: 3; | |
} | |
polygon-fill: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment