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

45 lines
720 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{
2020-08-01 10:27:50 +02:00
height: 165px;
width: 280px;
overflow: hidden;
.LP-Image{
max-width:unset;
max-height:unset;
object-fit: cover;
}
2020-07-17 17:55:46 +02:00
}
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;
2020-08-01 09:29:27 +02:00
padding-bottom: 10px;
.LP-Paragraph{
font-family: $-primary-sans-serif-font;
padding: 0;
margin: 0;
margin-top: 5px;
font-size: 0.9rem;
}
.LP-Headline{
font-family: $-primary-sans-serif-font;
2020-08-01 10:27:50 +02:00
color: $-grey;
2020-08-01 09:29:27 +02:00
font-size: 1rem;
padding: 0px;
margin: 0px;
}
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;
2020-08-01 10:27:50 +02:00
color: $-grey;
2020-08-01 00:27:38 +02:00
display: none;
}
2020-07-17 17:55:46 +02:00
}