lostplaces-frontend/components/03_Organisms/placeGrid/_placeGrid.scss

22 lines
291 B
SCSS
Raw Normal View History

2020-08-01 10:28:08 +02:00
.LP-PlaceGrid{
.LP-PlaceGrid__Grid{
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
2020-07-17 17:55:46 +02:00
2020-08-01 10:28:08 +02:00
.LP-PlaceGrid__Item{
margin: 18px;
2020-08-01 10:28:08 +02:00
}
2020-08-01 10:28:08 +02:00
.LP-Link{
2020-08-01 10:30:38 +02:00
.LP-PlaceTeaser{
2020-08-01 10:28:08 +02:00
&:hover{
2020-08-01 10:30:38 +02:00
box-shadow: 0 0 2px $-grey;
2020-08-01 10:28:08 +02:00
}
}
}
}
2020-07-17 17:55:46 +02:00
}