diff --git a/components/01_Layouts/fullWidthContent/_fullWidthContent.scss b/components/01_Layouts/fullWidthContent/_fullWidthContent.scss new file mode 100644 index 0000000..9a251a9 --- /dev/null +++ b/components/01_Layouts/fullWidthContent/_fullWidthContent.scss @@ -0,0 +1,14 @@ +@mixin RV-FullWidthContent { + &__Container { + width: 100%; + } + + &__Item { + width: 100%; + @include RV-ContentCrop; + } +} + +.RV-FullWidthContent { + @include RV-FullWidthContent; +} \ No newline at end of file diff --git a/components/01_Layouts/fullWidthContent/fullWidthContent.config.json b/components/01_Layouts/fullWidthContent/fullWidthContent.config.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/components/01_Layouts/fullWidthContent/fullWidthContent.config.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/components/01_Layouts/fullWidthContent/fullWidthContent.hbs b/components/01_Layouts/fullWidthContent/fullWidthContent.hbs new file mode 100644 index 0000000..8db63cd --- /dev/null +++ b/components/01_Layouts/fullWidthContent/fullWidthContent.hbs @@ -0,0 +1,11 @@ +