Sha256: fb42d2dc4fed114281f0f4f9df130c78d219bebb9a2367a2222007ca5045c478
Contents?: true
Size: 954 Bytes
Versions: 19
Compression:
Stored size: 954 Bytes
Contents
.positions--header { position: relative; z-index: 1; } .positions--table { table { td { text-align: center; } td.actions, td.next_position, td.strategy, ._ { text-align: left; } th { border: 1px solid red; > * { transform-origin: 0 0; // rotate: -40deg; padding: .4em 0; width: 120px; } } th.begin_price { > div { background: cyan; } } th.end_delta { width: 50px; } th.next_position { width: 160px; } th.next_symbol { width: 120px; } tr.is_long { border-left: 5px solid var(--iro-color-long); } tr.is_short { border-left: 5px solid var(--iro-color-short); } tr.covered_call { .begin-outer-price, .end-outer-price, .max-gainp, .max-loss, .outer-strike, ._ { display: none; } } } }
Version data entries
19 entries across 19 versions & 1 rubygems