You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
290 B
Sass
13 lines
290 B
Sass
16 years ago
|
#footer
|
||
|
position: relative
|
||
|
z-index: 2
|
||
|
font-size= !base_font_size_small
|
||
|
clear: both
|
||
|
padding= !base_font_size * 1.5 0
|
||
|
color= !footer_color
|
||
|
+h-linear-gradient(darken(!body_bg, 25), !body_bg)
|
||
|
border-top= "14px solid" !footer_bg
|
||
|
a
|
||
|
color= #ddd
|
||
|
&:hover
|
||
|
color = #fff
|