Sha256: 6e5fe4e4a72fd3836ec9c92be47c39a91265ba25c77b49b8e9a804f030c1cde5

Contents?: true

Size: 949 Bytes

Versions: 2

Compression:

Stored size: 949 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

2 entries across 2 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.22 app/assets/stylesheets/iron_warbler/positions.scss
iron_warbler-2.0.7.21 app/assets/stylesheets/iron_warbler/positions.scss