Sha256: cd6ae330a3c99280f0ce0b9550e8e3e21add144a8b61f05e8325e67ace7015fb

Contents?: true

Size: 1.42 KB

Versions: 3

Compression:

Stored size: 1.42 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;

    .net-gl {
      width: 100%;
      background: rgba(0,0,0, 0.5);
    }
  }
  .summary-delta {
    position: relative;
    margin-right: 1em;
    width: 1em;

    > div {
      border: 1px dotted yellow;
    }
    .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%;
  }
  .max-gl.long {
    background: rgba(255,0,0, 0.5);
  }
  .max-gl-short {
    background: rgba(255,153,0, 0.5);
  }
  .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

3 entries across 3 versions & 1 rubygems

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