Adapting LinkList to new RCSS

This commit is contained in:
reverend 2021-10-18 16:02:20 +02:00
parent 4ad580674a
commit 612052e0ce
1 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
.LP-LinkList{
@include RV-FlexGrid(300px, 3em);
@include RV-ElementList;
@include RV-Spacing__Inner--small;
@include RV-Grid;
align-items: center;
.LP-LinkList__Item{
@ -11,7 +9,7 @@
transition: background .3s, color .5s;
@include RV-Alignment--verticalCenter;
@include RV-FlexRow__Container;
@include RV-Flex;
.LP-LinkList__ItemHover {
opacity: 0.5;