38 lines
764 B
SCSS
38 lines
764 B
SCSS
|
.LP-Place{
|
||
|
width: 280px;
|
||
|
height: 235px;
|
||
|
.LP-Place__Image{
|
||
|
width: 100%;
|
||
|
height: 165px;
|
||
|
object-fit: fill;
|
||
|
}
|
||
|
|
||
|
.LP-Place__Assets{
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
margin-top: 0.8rem;
|
||
|
|
||
|
padding: 0 10px;
|
||
|
}
|
||
|
|
||
|
.LP-Place__Info{
|
||
|
|
||
|
.LP-Place__Title{
|
||
|
font-family: $-primary-sans-serif-font;
|
||
|
color: $-secondary-color;
|
||
|
font-size: 1rem;
|
||
|
padding: 0px;
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
.LP-Place__Detail{
|
||
|
font-family: $-primary-sans-serif-font;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
margin-top: 5px;
|
||
|
font-size: 0.9rem;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|