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

33 lines
570 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-Place{
.LP-Place__Image{
width: 280px;
2020-07-17 17:55:46 +02:00
height: 165px;
object-fit: fill;
}
.LP-Place__Assets{
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 0.8rem;
padding: 0 10px;
padding-bottom: 10px;
2020-07-17 17:55:46 +02:00
}
.LP-Place__Info{
.LP-Place__Title{
2020-07-17 17:55:46 +02:00
}
.LP-Place__Description{
font-family: $-primary-sans-serif-accent-font;
color: $-secondary-color;
}
2020-07-17 17:55:46 +02:00
.LP-Place__Detail{
}
}
}