Styling for lists with HTMlL Elemnts in it
This commit is contained in:
parent
aead863227
commit
381e3bcca0
14
components/02_Styles/elementList/_elementList.scss
Normal file
14
components/02_Styles/elementList/_elementList.scss
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
@mixin RV-ElementList {
|
||||||
|
&__Container {
|
||||||
|
list-style-type: none;
|
||||||
|
@include RV-Reset;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__Item {
|
||||||
|
@include RV-Reset;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.RV-ElementList {
|
||||||
|
@include RV-ElementList;
|
||||||
|
}
|
5
components/02_Styles/elementList/elementList.config.json
Normal file
5
components/02_Styles/elementList/elementList.config.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"context": {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
9
components/02_Styles/elementList/elementList.hbs
Normal file
9
components/02_Styles/elementList/elementList.hbs
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
<div class="RV-ElementList">
|
||||||
|
<ul class="RV-ElementList__Container">
|
||||||
|
<li class="RV-ElementList__Item"><img src="https://via.placeholder.com/300" alt="300px"></li>
|
||||||
|
<li class="RV-ElementList__Item"><img src="https://via.placeholder.com/300" alt="300px"></li>
|
||||||
|
<li class="RV-ElementList__Item"><img src="https://via.placeholder.com/300" alt="300px"></li>
|
||||||
|
<li class="RV-ElementList__Item"><img src="https://via.placeholder.com/300" alt="300px"></li>
|
||||||
|
<li class="RV-ElementList__Item"><img src="https://via.placeholder.com/300" alt="300px"></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
Loading…
Reference in New Issue
Block a user