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

22 lines
379 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-Place{
2020-08-01 00:27:38 +02:00
width: 280px;
2020-07-17 17:55:46 +02:00
.LP-Place__Image{
height: 165px;
object-fit: fill;
}
2020-08-01 00:27:38 +02:00
.LP-Place__Meta{
2020-07-17 17:55:46 +02:00
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
2020-07-17 17:55:46 +02:00
}
2020-08-01 00:27:38 +02:00
.LP-Place__Description{
font-family: $-primary-sans-serif-accent-font;
color: $-secondary-color;
display: none;
}
2020-07-17 17:55:46 +02:00
}