11 lines
136 B
SCSS
11 lines
136 B
SCSS
.cropperContainer {
|
|
max-height: 55vh;
|
|
}
|
|
|
|
.cropperControls {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
margin-top: 2rem;
|
|
}
|