agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
34 lines (27 loc) • 334 B
text/stylus
.site-menu{
top: 0;
bottom: 0;
overflow: hidden;
[ng-controller="MenuSide"]{
height: 100%;
}
.logo{
padding: 0 10px;
margin: 0 auto;
img{
max-height: 100px;
}
}
.header{
>h2{
margin: 0 auto;
color: color-primary;
}
}
md-list{
md-icon{
color: color-primary;
padding-right: 10px;
}
}
}