1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/parts/footer.css.scss
2015-01-06 22:25:58 +00:00

40 lines
781 B
SCSS

body > footer {
text-align: center;
font-size: 0.8em;
position: relative;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 3em;
border-radius-bottom: 0.4em;
z-index: 1;
a {
color: $footer-link-color;
&:hover { color: $footer-link-color-hover; }
&:visited { color: $footer-link-color; }
text-decoration: none;
}
p:last-child { margin-bottom: 0; }
fieldset {
border: 0;
input[type=search] {
-webkit-appearance: none;
font-family: $serif;
font-size: 1em;
color: $text-color;
border-radius: 1em;
border: {
width: 1px;
style: solid;
color: #999 #bbb #bbb #999;
};
&:focus {
outline: none;
box-shadow: 0 0 5px $link-color;
}
}
}
}