26 lines
441 B
SCSS
26 lines
441 B
SCSS
.LP-Place__Grid{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style-type: none;
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
|
|
>.LP-Place__Item{
|
|
margin: 0 15px;
|
|
|
|
margin-bottom: 50px;
|
|
}
|
|
|
|
.LP-Link{
|
|
.LP-Place__Description{
|
|
display:none;
|
|
}
|
|
|
|
.LP-Place{
|
|
&:hover{
|
|
box-shadow: 0 0 8px $-secondary-color;
|
|
}
|
|
}
|
|
}
|
|
} |