dash-website/assets/css/footer.css
2016-06-14 15:07:17 -04:00

43 lines
590 B
CSS
Executable file

.footer-title{
font-size:14px;
font-weight:600;
}
#site-footer a{
display:block;
margin-bottom:3px;
font-size:12px;
color:#777;
}
#site-footer a.loose{
display:block;
margin-bottom:20px;
}
#site-footer .bordered-group{
border:1px #aaa;
padding-right:5px;
}
#site-footer p{
font-size:12px;
margin:0px;
padding-top:5px;
}
.footer-panel{
margin-top:1px;
box-shadow:0px -1px 2px 0px rgba(0,0,0,0.3);
border-color:#555;
padding-top:8px;
}
.footer-list{
padding-left:0;
list-style:none;
margin-left:-5px;
padding-top:10px;
padding-bottom:0px;
}