Sha256: 584efa18ad144af789a23452bccfaa2b68d074f697c120c57f6c5335e83832da

Contents?: true

Size: 697 Bytes

Versions: 1

Compression:

Stored size: 697 Bytes

Contents

@mixin record-thubmnail-textarea {
  color: #42474b;
  border: 0.1em solid #d4d4d4;
  padding: 0 .6em;
}
.item-text {
  .image-block {
    max-width: 30%;
    
    .thumbnail {
      margin-bottom: 5;
    }
    &.pull-left {
      .thumbnail {
        margin-right: 15px;
      }
    }
    &.pull-right {
      .thumbnail {
        margin-left: 15px;
      }
    }
    .title {
      text-align: center;
    }
  }
}
.item-text-admin {
  .text-align {
    margin-top: 15px;
  }
  .field {
    width: 75%;
  }

  #item-text {
    @extend .form-control;

    min-height: 7em;

    &:hover, &:active {
      @include record-thubmnail-textarea;
    }
    @include record-thubmnail-textarea;
    
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blacklight-spotlight-0.0.3 app/assets/stylesheets/spotlight/_item_text_block.css.scss