Sha256: 60cddddb23701d886704c5dead2647bc9eb996e6178d8f29508d706bb3c3102b
Contents?: true
Size: 655 Bytes
Versions: 34
Compression:
Stored size: 655 Bytes
Contents
.block.chart-container { @extend %bold; grid-auto-flow: column; padding-right: 30px; padding-left: 30px; font-size: 2rem; display: grid; height: 448px; width: 50%; } .block.chart-bar-wrap { position: relative; } .block.chart-bar-bg { @include zeros(absolute); background: black; } .block.chart-bar { @include zeros(absolute); top: auto; } .block.chart-pcent-title { @include zeros(absolute); text-align: center; bottom: auto; top: -30px; } .block.chart-title-wrap { @include zeros(absolute); top: auto; } .block.chart-title { @include RotateTitle; left: calc(50% + 14px); bottom: 10px; color: white; }
Version data entries
34 entries across 34 versions & 1 rubygems