Sha256: c9720e0c0d31b0a098b88eeacd6cd1965790f5d43065186775815981e84d42b9

Contents?: true

Size: 1014 Bytes

Versions: 67

Compression:

Stored size: 1014 Bytes

Contents

.asset-cropping {

  .preview {
    @include transform(translate(-50%, 0));
    position: fixed;
    top: $tn-margin;
    left: 50%;
    z-index: $tn-z-asset-cropping;
    max-width: 90vw;
    max-height: 90vh;
    background-color: $tn-light-grey;

    .image-holder {
      padding: $tn-padding;
      background-color: $tn-light-grey;
    }

    .spinner {
      @include transform(translate(-50%, -50%));
      position: fixed;
      top: 50%;
      left: 50%;
      z-index: $tn-z-asset-cropping-spinner;
      display: none;

      i {
        color: #fff;
        font-size: 90px;
        opacity: 0.5;
      }
    }

    .crop_buttons {

      input {
        margin: 0;
      }

      label {
        margin: 2px 10px 0 0;

        &:before {
          margin-left: 5px;
        }
      }
    }

    .edit_asset {
      @include clearfix;
      margin: 0;
      padding: 0 $tn-padding $tn-padding;
      background-color: $tn-light-grey;
    }
  }
}

input.jcrop-keymgr {
  display: none;
  opacity: 0;
}

Version data entries

67 entries across 66 versions & 1 rubygems

Version Path
tenon-1.0.67 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.66 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.65 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.64 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.63 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.62 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.61 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.60 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.59 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.57 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.56 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.55 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.54 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.53 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.52 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.51 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.50 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.49 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.48 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss
tenon-1.0.47 app/assets/stylesheets/tenon/ui/asset-cropping.css.scss