Sha256: ff8c38eacf8d595b7226180a1dad52e580460fcbd83a5cfdf179e828b1e5810e

Contents?: true

Size: 625 Bytes

Versions: 5

Compression:

Stored size: 625 Bytes

Contents

//item_with_quantity input
@import "./variables";

.list{
  &.view{
    width: auto;
  }

  th{
    text-align: left;
  }
  &.error {
    table tr {
      border-color: $danger-color
    }
  }
  .item-list-container {
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
  }
  .hidden {
    display: none;
  }
  .item-quantity-group:first-child {
    margin-left: 0;
  }
  .item-quantity-group {
    display: flex;
    max-width: 50%;
    margin-left: 25%;
    justify-content: space-between;
    .item-item, .select2 {
      flex: 3;
    }
    .item-quantity {
      flex: 1;
      margin-left: 10px;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
custom_inputs-0.1.4 app/assets/stylesheets/custom_inputs/list_input.scss
custom_inputs-0.1.3 app/assets/stylesheets/custom_inputs/list_input.scss
custom_inputs-0.1.2 app/assets/stylesheets/custom_inputs/list_input.scss
custom_inputs-0.1.1 app/assets/stylesheets/custom_inputs/list_input.scss
custom_inputs-0.1.0 app/assets/stylesheets/custom_inputs/list_input.scss