Files
FarmMapsLib/projects/common/src/fm/components/thumbnail/thumbnail.component.scss
2021-02-25 19:57:09 +01:00

28 lines
412 B
SCSS

.thumbnail {
width: 100%;
position: relative;
padding-top: 75%;
}
.content {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
}
.large-icon i {
color: white;
}
.edit {
position: absolute;
bottom: 1rem;
right: 1rem;
width: 2.5rem;
height: 2.5rem;
padding: 0;
line-height: 2.5rem;
}