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

11 lines
136 B
SCSS
Raw Normal View History

2024-01-27 11:41:00 +00:00
.cropperContainer {
max-height: 55vh;
}
2024-01-25 12:41:25 +00:00
.cropperControls {
display: flex;
justify-content: space-between;
margin-top: 2rem;
}