Ja...
This commit is contained in:
15
components/01_Atoms/icon/_icon.scss
Normal file
15
components/01_Atoms/icon/_icon.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.LP-Icon{
|
||||
height: 20px;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
.LP-Icon__List{
|
||||
list-style-type: none;
|
||||
display: inline-flex;
|
||||
justify-content: space-between;
|
||||
justify-items: stretch;
|
||||
|
||||
.LP-Icon__Item{
|
||||
padding: 0 3px;
|
||||
}
|
||||
}
|
1
components/01_Atoms/icon/icon.config.json
Normal file
1
components/01_Atoms/icon/icon.config.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
7
components/01_Atoms/icon/icon.hbs
Normal file
7
components/01_Atoms/icon/icon.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<img class="LP-Icon" src="/icons/favourite.svg"/>
|
||||
|
||||
<ul class="LP-Icon__List">
|
||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/favourite.svg"/></li>
|
||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/location.svg"/></li>
|
||||
<li class="LP-Icon__Item"><img class="LP-Icon" src="/icons/flag.svg"/></li>
|
||||
</ul>
|
Reference in New Issue
Block a user