Sha256: ac51ce2bc5cad931373303d08053226fe3f94067a97ef9de584e460dab3150d5
Contents?: true
Size: 677 Bytes
Versions: 9
Compression:
Stored size: 677 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); position: absolute; color: white; bottom: 10px; }
Version data entries
9 entries across 9 versions & 1 rubygems