Sha256: a72a70d4661a06174a22ef0869f23afa00b0594785e622d10fa5bbc8c7aad67c
Contents?: true
Size: 766 Bytes
Versions: 14
Compression:
Stored size: 766 Bytes
Contents
@import "mixins.styl" @import "colors.styl" .plot width 100% height 100% border 1px solid #333 margin -1px overflow none #plot-mouseover position absolute background-color rgba($active-highlight, 0.5) color $fg-color pointer-events none font-family Monospace padding 0.25em drop-shadow() #plot-zoom-element position absolute background-color rgba(0, 3, 10, 0.75) pointer-events none border 1px solid #012 // Note: You have to add a div with each of these to // index.html.slim for this to take effect. #plot-style color $fg-color background-color activate($bg-color, 0%) & .tickmarks color activate($fg-color, 30%) & .markers color activate($fg-color, 30%) & .zero color rgba(activate($bg-color, 20%), 0.75)
Version data entries
14 entries across 14 versions & 1 rubygems