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

38 lines
657 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;
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;
color: $-secondary-color;
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;
color: $-secondary-color;
display: none;
}
2020-07-17 17:55:46 +02:00
}