Sha256: 4aae9ba9db31817bfe59f695b79a8cd1a3a6f289ed48a045a720515d8002bccb

Contents?: true

Size: 951 Bytes

Versions: 3

Compression:

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

3 entries across 3 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.25 app/assets/stylesheets/iron_warbler/positions.scss
iron_warbler-2.0.7.24 app/assets/stylesheets/iron_warbler/positions.scss
iron_warbler-2.0.7.23 app/assets/stylesheets/iron_warbler/positions.scss