Footer vorbereitet

This commit is contained in:
Gerrit Linnemann 2019-03-11 19:55:19 +01:00
parent b02a8894ca
commit 7e6c6dbbc9
4 changed files with 34 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -164,4 +164,25 @@ a {
} }
} }
} }
}
footer {
@footer_height: 50px;
border-top: 1px solid @color_orange;
background-color: fade(@color_grey, 50%);
text-align: center;
height: @footer_height;
.col {
a {
line-height: @footer_height;
&:hover {
background-color: inherit;
}
}
}
} }

View File

@ -6,12 +6,7 @@ block content
img#stage(src=item.previewfile) img#stage(src=item.previewfile)
section#details section#details
p #{item.intro} p !{item.intro}
ul p !{item.details}
li Gesamtgewicht: 750kg
li Nutzlast: 580kg
li Außenmaß: 245 × 154 × 108 cm
li Radgröße: 10"
li Ungebremst
p.price p.price
span.value #{item.price} span.value #{item.price}

View File

@ -10,6 +10,16 @@ html
body body
block content block content
footer
.container
.row
.col
a(href="#") Impressum
.col
a(href="#") Datenschutz
.col
a(href="#") AGB
script(src="/javascripts/jquery-3.3.1.min.js", crossorigin="anonymous") script(src="/javascripts/jquery-3.3.1.min.js", crossorigin="anonymous")
script(src="/javascripts/bootstrap.bundle.min.js", crossorigin="anonymous") script(src="/javascripts/bootstrap.bundle.min.js", crossorigin="anonymous")
script(src="/javascripts/actions.js", crossorigin="anonymous") script(src="/javascripts/actions.js", crossorigin="anonymous")