Sha256: 5d70d30b96ad636931f214975fc9b568c1591788b4b5842a9ab58122f8d2bac0

Contents?: true

Size: 1.53 KB

Versions: 2

Compression:

Stored size: 1.53 KB

Contents

.iro-purses-show {
  font-size: 14px;

  table {
    margin-top: 50px;

    .id {
      width: 20px;
    }
    .strategy {
      width: 30px;
    }

    thead {
      // border: 1px solid blue;

      position: relative;
      height: 1.5em;


      .price {
        background: cyan;
      }

      td {
        // border: 1px solid red;
        position: relative;


        > div {
          // border: 1px solid green;

          transform: translate(-0.5em, -50%) rotate(-45deg);
          transform-origin: 0% 50%;
          position: absolute;
          width: 100px;
          top: 1em;
          left: 50%;
          z-index: 0;
        }
      }
    }


    td {
      padding: 0 .5em;
    }

    tbody {
      .begin-delta {
        min-width: 20px;
      }
      .must-roll,
      .next-symbol {
        text-align: center;
      }

      .must-roll,
      .should-roll,
      .next-symbol {
        background: #eee;
      }

      .net,
      .netp {
        font-weight: bold;
        text-align: right;
      }

      .should-roll > .aC {
        display: flex;
        justify-content: space-between;
        min-width: 75px;
      }
    }
  }


  .q {
    font-weight: bold;
  }

  .strategies {

    display: flex;
    flex-wrap: wrap;
  }

}
.iro-strategies-edit,
.iro-strategies-new {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.iro-strategies--form {
  border: 1px solid blue;
  border-radius: 0.5em;
  padding: 0.5em;
  margin-right: .5em;

  .field {
    display: flex;
    justify-content: space-between;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ish_manager-0.1.8.408 app/assets/stylesheets/ish_manager/iro.scss
ish_manager-0.1.8.407 app/assets/stylesheets/ish_manager/iro.scss