react-advanced-cropper
Version:
The react cropper library that gives the possibility to create croppers exactly suited for your website design
22 lines (17 loc) • 558 B
CSS
.advanced-cropper-simple-handler {
background: currentColor;
height: 10px;
width: 10px; }
.advanced-cropper-simple-line {
-webkit-transition: border 0.5s;
transition: border 0.5s;
border-color: rgba(255, 255, 255, 0.3);
border-style: solid; }
.advanced-cropper-simple-line--hover {
border-color: white; }
.advanced-cropper-circle-stencil__preview {
border: solid 2px rgba(255, 255, 255, 0.2); }
.advanced-cropper-stencil-overlay {
color: rgba(0, 0, 0, 0.5); }
.advanced-cropper-stencil-grid {
color: rgba(255, 255, 255, 0.4); }