13 lines
172 B
SCSS
13 lines
172 B
SCSS
.cropper {
|
|
position: relative;
|
|
height: calc(60vh);
|
|
}
|
|
|
|
.no-image {
|
|
text-align: center;
|
|
}
|
|
|
|
.no-image i {
|
|
font-size: calc(50vh);
|
|
color: gray;
|
|
} |