Adapting LinkList to new RCSS
This commit is contained in:
parent
4ad580674a
commit
612052e0ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user