Adapting LinkList to new RCSS
This commit is contained in:
parent
4ad580674a
commit
612052e0ce
@ -1,7 +1,5 @@
|
|||||||
.LP-LinkList{
|
.LP-LinkList{
|
||||||
@include RV-FlexGrid(300px, 3em);
|
@include RV-Grid;
|
||||||
@include RV-ElementList;
|
|
||||||
@include RV-Spacing__Inner--small;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.LP-LinkList__Item{
|
.LP-LinkList__Item{
|
||||||
@ -11,7 +9,7 @@
|
|||||||
transition: background .3s, color .5s;
|
transition: background .3s, color .5s;
|
||||||
|
|
||||||
@include RV-Alignment--verticalCenter;
|
@include RV-Alignment--verticalCenter;
|
||||||
@include RV-FlexRow__Container;
|
@include RV-Flex;
|
||||||
|
|
||||||
.LP-LinkList__ItemHover {
|
.LP-LinkList__ItemHover {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
Loading…
Reference in New Issue
Block a user