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