2020-08-01 10:57:00 +02:00
|
|
|
.LP-PlaceList{
|
2020-08-06 20:24:18 +02:00
|
|
|
.LP-PlaceList__List{
|
|
|
|
list-style-type: none;
|
|
|
|
|
|
|
|
.LP-Link{
|
|
|
|
.LP-Place{
|
|
|
|
&:hover{
|
|
|
|
color: $-grey;
|
|
|
|
background-color: $-almost-white;
|
|
|
|
|
|
|
|
|
|
|
|
$-hover-offset: 2px;
|
|
|
|
position: relative;
|
|
|
|
left: -$-hover-offset;
|
|
|
|
>.LP-Place__Image{
|
|
|
|
border-left: $-hover-offset $-grey solid;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.LP-PlaceList__Item{
|
|
|
|
max-width: 900px;
|
2020-08-16 17:50:55 +02:00
|
|
|
//min-width: 450px;
|
2020-08-06 20:24:18 +02:00
|
|
|
margin: 18px 0;
|
|
|
|
}
|
2020-08-17 15:39:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.LP-Pagination{
|
|
|
|
margin-top: 50px;
|
|
|
|
}
|
2020-08-06 20:24:18 +02:00
|
|
|
}
|