agneta-angularjs
Version:
Create your agneta applications with AngularJS
56 lines (44 loc) • 596 B
text/stylus
#footer{
background-color: color-primary;
color: white;
z-index: 40;
position: absolute;
bottom: footer-height * -1;
width: 100%;
.mini.image{
width: 160px;
margin: 0 auto;
margin-bottom: 20px;
}
.group{
margin: 0 auto;
}
.md-button{
background: color-grey;
color: color-primary;
}
.links{
.list{
a{
display: block;
margin-bottom: 10px;
}
}
}
a{
color: white;
}
.bottom{
a.item{
margin-right: 10px;
&:after{
content: "|";
margin-left: 10px;
}
&:last-child:after{
content: "";
margin-left: 0;
}
}
}
}