wishthis/src/assets/css/wish.css

10 lines
168 B
CSS
Raw Normal View History

2022-02-27 14:07:07 +00:00
.image.preview {
2022-03-04 08:29:28 +00:00
height: var(--wishPreviewHeight) !important;
2022-02-27 10:37:34 +00:00
object-fit: cover;
object-position: 50%;
2022-02-27 14:07:07 +00:00
2022-03-07 10:55:39 +00:00
background-color: #fff;
2022-02-27 14:07:07 +00:00
cursor: pointer;
2022-02-27 10:37:34 +00:00
}