generated from cms/tibi-docs
footer & menu right side
This commit is contained in:
@@ -8,14 +8,25 @@
|
||||
<Header bind:active="{active}" opened="{true}" />
|
||||
<div class="menu-content">
|
||||
<div class="container">
|
||||
<div class="pages">
|
||||
{#each ["Ihre Bedürfnisse", "Unsere Lösungen", "Über uns", "Kontakt"] as page}
|
||||
<button class="page">
|
||||
{page}
|
||||
</button>
|
||||
{/each}
|
||||
<div class="inner-container">
|
||||
<div class="pages">
|
||||
{#each ["Ihre Bedürfnisse", "Unsere Lösungen", "Über uns", "Kontakt"] as page}
|
||||
<button class="page">
|
||||
{page}
|
||||
</button>
|
||||
{/each}
|
||||
</div>
|
||||
<div class="footer-infos">
|
||||
<div class="upper">
|
||||
<button>Datenschutz</button>
|
||||
<button>Impressum</button>
|
||||
</div>
|
||||
<div class="lower">
|
||||
<button>0711 644 700-0</button>
|
||||
<button>info@fontis.de</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-infos"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -52,31 +63,65 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-end;
|
||||
width: 80%;
|
||||
margin: 10vw 0px;
|
||||
.footer-infos {
|
||||
width: 100%;
|
||||
}
|
||||
.pages {
|
||||
.inner-container {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
.page {
|
||||
font-size: 1.6rem;
|
||||
color: @font-color-secondary;
|
||||
}
|
||||
}
|
||||
@media @tablet {
|
||||
flex-direction: row;
|
||||
|
||||
.footer-infos {
|
||||
width: 50%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
.upper {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
gap: 15px;
|
||||
}
|
||||
.lower {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
@media @desktop {
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
gap: 20px;
|
||||
}
|
||||
button {
|
||||
font-size: 1.6rem;
|
||||
color: @font-color-secondary;
|
||||
}
|
||||
@media @desktop {
|
||||
.lower {
|
||||
gap: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.pages {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
width: 50%;
|
||||
flex-direction: column;
|
||||
gap: 20px;
|
||||
.page {
|
||||
font-size: 1.6rem;
|
||||
color: @font-color-secondary;
|
||||
}
|
||||
}
|
||||
@media @tablet {
|
||||
flex-direction: row;
|
||||
.footer-infos {
|
||||
width: 50%;
|
||||
}
|
||||
.pages {
|
||||
align-items: flex-start;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user