agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
41 lines (34 loc) • 648 B
text/stylus
.menu-expand{
&.lock{
.md-sidemenu-toggle{
border-bottom: solid 2px grey;
pointer-events: none;
}
.md-sidemenu-wrapper{
margin-top: 0 ;
opacity: 1;
}
}
md-sidemenu-button{
&.active{
pointer-events: none;
background: color-primary;
color: white;
}
}
.md-sidemenu-button{
background: transparent ;
}
.md-sidemenu-content{
border: solid 1px #d7d7d7;
border-radius: 4px;
margin-bottom: 10px;
}
.md-sidemenu-toggle{
font-size: 1.2em;
background: white;
&.md-active{
border-bottom: solid 2px grey;
}
}
}