Created
May 7, 2017 09:19
-
-
Save AlexanderKozhevin/7d93b48a63af7bf63d5da5107b547e9b to your computer and use it in GitHub Desktop.
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
.line-chart-area, .line-chart-area-blue{ | |
width: 100%; | |
.ct-area{ | |
// fill: lighten($red, 15%); | |
fill:url(#gradient-1); | |
fill-opacity: 1; | |
// filter: drop-shadow( -5px -5px 5px #000 ); | |
} | |
.ct-grid{ | |
stroke-opacity: 0.3; | |
} | |
.ct-point{ | |
stroke-width: 6px; | |
stroke: #FDB3B0; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment