9 lines
175 B
SCSS
9 lines
175 B
SCSS
.LP-ImageGrid{
|
|
@include RV-FlexGrid(290px, 200px);
|
|
@include RV-ElementList;
|
|
@include RV-Spacing__Inner--small;
|
|
|
|
.LP-ImageGrid__Item {
|
|
@include RV-ContentCrop;
|
|
}
|
|
} |