21 lines
472 B
Sass
21 lines
472 B
Sass
=content-top-background
|
|
.left
|
|
position: absolute
|
|
bottom: 0
|
|
left: 0
|
|
background-image: image-url('theme1/floor-left.jpg')
|
|
background-position: right
|
|
height: $cth-height
|
|
width: 50%
|
|
.right
|
|
position: absolute
|
|
bottom: 0
|
|
right: 0
|
|
background-image: image-url('theme1/floor-right.jpg')
|
|
background-position: left
|
|
height: $cth-height
|
|
width: 50%
|
|
.content-container
|
|
position: relative
|
|
max-width: $content-max-width
|