33 lines
570 B
SCSS
33 lines
570 B
SCSS
.LP-Place{
|
|
.LP-Place__Image{
|
|
width: 280px;
|
|
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;
|
|
}
|
|
|
|
.LP-Place__Info{
|
|
|
|
.LP-Place__Title{
|
|
|
|
}
|
|
|
|
.LP-Place__Description{
|
|
font-family: $-primary-sans-serif-accent-font;
|
|
color: $-secondary-color;
|
|
}
|
|
|
|
.LP-Place__Detail{
|
|
}
|
|
}
|
|
|
|
} |