css.sass to .sass
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
=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
|
||||
=theme-button
|
||||
border: none
|
||||
background: image-url('theme1/button-wood-right.png') 100% 0 no-repeat, image-url('theme1/button-wood-left.png') 0 0 no-repeat, image-url('theme1/button-wood-middle.png') 9px 0 repeat-x
|
||||
color: white
|
||||
height: 31px
|
||||
display: inline-block
|
||||
padding-left: 8px
|
||||
padding-right: 8px
|
||||
line-height: 30px
|
||||
box-shadow: 2px 6px 10px #333
|
||||
&:hover
|
||||
color: white
|
||||
text-decoration: underline
|
||||
Reference in New Issue
Block a user