agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
53 lines (41 loc) • 532 B
text/stylus
#footer{
background-color: color-primary;
color: white;
z-index: 40;
.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;
}
}
}
}