New Layout
This commit is contained in:
parent
beb5a32d29
commit
aead863227
@ -0,0 +1,14 @@
|
||||
@mixin RV-FullWidthContent {
|
||||
&__Container {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
&__Item {
|
||||
width: 100%;
|
||||
@include RV-ContentCrop;
|
||||
}
|
||||
}
|
||||
|
||||
.RV-FullWidthContent {
|
||||
@include RV-FullWidthContent;
|
||||
}
|
@ -0,0 +1 @@
|
||||
{}
|
11
components/01_Layouts/fullWidthContent/fullWidthContent.hbs
Normal file
11
components/01_Layouts/fullWidthContent/fullWidthContent.hbs
Normal file
@ -0,0 +1,11 @@
|
||||
<div clas="RV-FullWidthContent__Container">
|
||||
<div class="RV-FullWidthContent__Item">
|
||||
<img src="http://via.placeholder.com/780x600"/>
|
||||
</div>
|
||||
<div class="RV-FullWidthContent__Item">
|
||||
<img src="http://via.placeholder.com/360x280"/>
|
||||
</div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
<div class="RV-FullWidthContent__Item"></div>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user