FarmMapsLib/projects/common/src/fm/components/edit-image-modal/edit-image-modal.component.scss

13 lines
172 B
SCSS
Raw Normal View History

2021-03-01 15:56:48 +00:00
.cropper {
position: relative;
height: calc(60vh);
2021-03-01 16:25:40 +00:00
}
.no-image {
text-align: center;
}
.no-image i {
font-size: calc(50vh);
color: gray;
2021-03-01 15:56:48 +00:00
}