lostplaces-frontend/components/03_Organisms/linkList/_linkList.scss

23 lines
403 B
SCSS

.LP-LinkList{
@include RV-FlexGrid(300px, 3em);
@include RV-ElementList;
@include RV-Spacing__Inner--small;
.LP-LinkList__Item{
border-left: 1px solid $-light-brown;
width: calc(100% - 1px);
overflow: hidden;
&:hover {
background-color: $-almost-white;
}
}
.LP-Link{
height: 100%;
@include RV-Alignment--verticalCenter;
>* {
@include RV-Spacing__Inner--small;
}
}
}