agneta-platform
Version:
Agneta Platform - Integrate and customize business applications
47 lines (38 loc) • 606 B
text/stylus
.ag-account-avatar{
background-color: color-primary;
padding: 8px;
border-radius: 100%;
margin-right: 10px;
md-icon{
color: white;
padding: 0;
}
}
.has-role{
position: relative;
&.has-no-role{
pointer-events: none;
&.role-hide{
display: none;
}
>*:not(.ui-lock){
opacity: 0.2;
}
.ui-lock{
z-index: 2;
display: flex;
position: absolute;
top:0;
right:0;
md-icon{
margin: 0;
width: 28px;
height: 28px;
color: #888888;
}
}
}
.ui-lock{
display: none;
}
}