Footer vorbereitet
This commit is contained in:
parent
b02a8894ca
commit
7e6c6dbbc9
File diff suppressed because one or more lines are too long
@ -165,3 +165,24 @@ 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -6,12 +6,7 @@ block content
|
||||
img#stage(src=item.previewfile)
|
||||
|
||||
section#details
|
||||
p #{item.intro}
|
||||
ul
|
||||
li Gesamtgewicht: 750kg
|
||||
li Nutzlast: 580kg
|
||||
li Außenmaß: 245 × 154 × 108 cm
|
||||
li Radgröße: 10"
|
||||
li Ungebremst
|
||||
p !{item.intro}
|
||||
p !{item.details}
|
||||
p.price
|
||||
span.value #{item.price}
|
||||
@ -10,6 +10,16 @@ html
|
||||
body
|
||||
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/bootstrap.bundle.min.js", crossorigin="anonymous")
|
||||
script(src="/javascripts/actions.js", crossorigin="anonymous")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user