14 lines
211 B
SCSS
14 lines
211 B
SCSS
@mixin RV-FullWidthContent {
|
|
&__Container {
|
|
width: 100%;
|
|
}
|
|
|
|
&__Item {
|
|
width: 100%;
|
|
@include RV-ContentCrop;
|
|
}
|
|
}
|
|
|
|
.RV-FullWidthContent {
|
|
@include RV-FullWidthContent;
|
|
} |