lostplaces-frontend/components/02_Molecules/placeTeaser/_placeTeaser.scss

22 lines
379 B
SCSS

.LP-Place{
width: 280px;
.LP-Place__Image{
height: 165px;
object-fit: fill;
}
.LP-Place__Meta{
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
}
.LP-Place__Description{
font-family: $-primary-sans-serif-accent-font;
color: $-secondary-color;
display: none;
}
}