Added missing trailing newline.

This commit is contained in:
Marcus Scholz 2020-08-06 20:24:18 +02:00
parent 178394ed10
commit abb072dfcf

View File

@ -1,28 +1,28 @@
.LP-PlaceList{ .LP-PlaceList{
.LP-PlaceList__List{ .LP-PlaceList__List{
list-style-type: none; list-style-type: none;
.LP-Link{ .LP-Link{
.LP-Place{ .LP-Place{
&:hover{ &:hover{
color: $-grey; color: $-grey;
background-color: $-almost-white; background-color: $-almost-white;
$-hover-offset: 2px; $-hover-offset: 2px;
position: relative; position: relative;
left: -$-hover-offset; left: -$-hover-offset;
>.LP-Place__Image{ >.LP-Place__Image{
border-left: $-hover-offset $-grey solid; border-left: $-hover-offset $-grey solid;
} }
} }
} }
} }
.LP-PlaceList__Item{ .LP-PlaceList__Item{
max-width: 900px; max-width: 900px;
min-width: 450px; min-width: 450px;
margin: 18px 0; margin: 18px 0;
} }
} }
} }