Files
mozo-backend/app/assets/stylesheets/theme1/_mixins.css.sass
T
2015-01-13 18:08:21 +01:00

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