Sha256: 79481428b9109b99d384fe2d684f82ca0af810020c082ce9582159139dfe2b32

Contents?: true

Size: 658 Bytes

Versions: 1

Compression:

Stored size: 658 Bytes

Contents

/* Array Input -------------------------------------------- */

.input-array {
  input {
    padding-left: 2.5em;
    margin-top: .25em;
  }

  ul {
    margin: 0 0 0 1em;
    padding: 0;
    list-style: none;
    line-height: 1.5;

    li {
      @include user-select(none); position: relative;

      a {
        color: $formagic-assertive-color;
        font-size: 0.75em;
        &:hover {
          opacity: 0.5;
        }
      }
    }
  }

  .slip-reordering {
    color: $formagic-positive-color;
  }

  .icon-reorder {
    @include reorder-icon-base();
    margin-left: -20px;
    width: 20px;
    &:hover { color: $formagic-positive-color; }
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formagic-0.3.3 app/assets/stylesheets/formagic/array.scss