Example
This commit is contained in:
parent
ced2b2d22a
commit
8fb5c9902a
17
components/10_Examples/imageGrid/_imageGrid.scss
Normal file
17
components/10_Examples/imageGrid/_imageGrid.scss
Normal file
@ -0,0 +1,17 @@
|
||||
@mixin RV-ImageGrid {
|
||||
@include RV-ElementList;
|
||||
@include RV-FlexGrid;
|
||||
|
||||
&__Container {
|
||||
@include RV-Spacing__Inner--medium;
|
||||
}
|
||||
|
||||
&__Item {
|
||||
@include RV-ContentCrop;
|
||||
@include RV-ContentCrop--center;
|
||||
}
|
||||
}
|
||||
|
||||
.RV-ImageGrid {
|
||||
@include RV-ImageGrid;
|
||||
}
|
1
components/10_Examples/imageGrid/imageGrid.config.json
Normal file
1
components/10_Examples/imageGrid/imageGrid.config.json
Normal file
@ -0,0 +1 @@
|
||||
{}
|
8
components/10_Examples/imageGrid/imageGrid.hbs
Normal file
8
components/10_Examples/imageGrid/imageGrid.hbs
Normal file
@ -0,0 +1,8 @@
|
||||
<div class="RV-ImageGrid">
|
||||
<ul class="RV-ImageGrid__Container">
|
||||
<li class="RV-ImageGrid__Item"><img src="{{path '/images/hasi01.png'}}" alt=""></li>
|
||||
<li class="RV-ImageGrid__Item"><img src="{{path '/images/hasi02.jpeg'}}" alt=""></li>
|
||||
<li class="RV-ImageGrid__Item"><img src="{{path '/images/hasi03.jpeg'}}" alt=""></li>
|
||||
<li class="RV-ImageGrid__Item"><img src="{{path '/images/hasi04.png'}}" alt=""></li>
|
||||
</ul>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user