Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 09:19
Show Gist options
  • Save AlexanderKozhevin/7d93b48a63af7bf63d5da5107b547e9b to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/7d93b48a63af7bf63d5da5107b547e9b to your computer and use it in GitHub Desktop.
.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