I honstly lost of what I did, but its definitly worth it
This commit is contained in:
30
components/03_Organisms/footer/_footer.scss
Normal file
30
components/03_Organisms/footer/_footer.scss
Normal file
@@ -0,0 +1,30 @@
|
||||
.LP-Footer{
|
||||
margin-top: 75px;
|
||||
width: 100%;
|
||||
background-color: $-secondary-color;
|
||||
padding: 25px;
|
||||
|
||||
.LP-LinkList__List{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
.LP-LinkList__Item{
|
||||
border: none;
|
||||
padding: 5px;
|
||||
width: auto;
|
||||
|
||||
.LP-Text{
|
||||
color: $-secondary-background-color;
|
||||
font-size: 17px;
|
||||
}
|
||||
|
||||
.LP-Link{
|
||||
display: inline;
|
||||
|
||||
&:hover{
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
3
components/03_Organisms/footer/footer.config.json
Normal file
3
components/03_Organisms/footer/footer.config.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"title": "Footer"
|
||||
}
|
7
components/03_Organisms/footer/footer.hbs
Normal file
7
components/03_Organisms/footer/footer.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<article class="LP-Footer">
|
||||
<ul class="LP-LinkList__List">
|
||||
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Impressum</span></a></li>
|
||||
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Kontakt</span></a></li>
|
||||
<li class="LP-LinkList__Item"><a href="" class="LP-Link"><span class="LP-Text">Datenschutz</span></a></li>
|
||||
</ul>
|
||||
</article>
|
Reference in New Issue
Block a user