webapp/src/components/_shared/ImageCropper/ImageCropper.module.scss

11 lines
136 B
SCSS

.cropperContainer {
max-height: 55vh;
}
.cropperControls {
display: flex;
justify-content: space-between;
margin-top: 2rem;
}