Add no-image placeholder

This commit is contained in:
Willem Dantuma
2021-03-01 17:25:40 +01:00
parent 01488ae2e0
commit 47f3238edd
3 changed files with 17 additions and 3 deletions

View File

@@ -1,4 +1,13 @@
.cropper {
position: relative;
height: calc(60vh);
}
.no-image {
text-align: center;
}
.no-image i {
font-size: calc(50vh);
color: gray;
}