Sha256: 9515efaf8a7dac45677ba73ac7c561b12b862ae1f3792738983ff7d6d7f91cb9
Contents?: true
Size: 1.52 KB
Versions: 18
Compression:
Stored size: 1.52 KB
Contents
.PurseSummaryW { position: relative; background: rgba(255,255,255, 0.75); height: 400px; width: 100%; z-index: 5; } .PurseSummary { position: absolute; top: 200px; display: flex; width: 100%; height: 0; border-bottom: 1px dotted black; .legendW { position: relative; // margin-top: 50%; .legend { margin-top: -50%; // position: absolute; // top: -200px; // width: 400px; // height: 400px; background: white; padding: 0.5em; } } /* * summary amount and delta **/ .summary-amount { position: relative; width: 100px; margin-right: 2em; .net-gl { width: 100%; background: rgba(0,0,0, 0.5); } .delta { position: absolute; left: 100px; height: 100%; > div { border: 1px dotted yellow; width: 0.5em; } .begin { width: 1em; background: black; } .end { width: .5em; left: .25em; background: rgba(255,0,0, 0.5); } } } .loss { } .gain { } .max-gl { position: absolute; width: 100%; label { position: absolute; } } .max-gl.long { } .max-gl.short { display: flex; flex-direction: column-reverse; } .long { position: absolute; top: 0; background: rgba(255,0,0, 0.5); border: 1px solid red; bottom: 0; } .short { background: rgba(255,153,0, 0.5); border: 1px solid orange; position: absolute; bottom: 0; } }
Version data entries
18 entries across 18 versions & 1 rubygems