agneta-angularjs
Version:
Create your agneta applications with AngularJS
81 lines (67 loc) • 1.21 kB
text/stylus
.md-white{
background: white ;
&:hover{
background: color-grey;
}
md-icon {
color: color-primary ;
fill: color-primary ;
}
}
.ag-list-item{
margin: 0;
display: flex;
cursor: pointer;
padding: 4px;
-webkit-box-orient: horizontal;
-webkit-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-align-content: center;
align-content: center;
max-width: 100%;
>*{
margin: 8px;
}
&:hover{
opacity: 0.7;
}
md-icon{
width: 34px;
height: 34px;
}
&.active{
background: color-primary ;
color: white;
md-icon{
color: white ;
}
}
}
.md-button{
text-transform: none;
}
md-menu-item>a.md-button.selected{
background: color-primary ;
color: white ;
}
select-buttons{
.md-button{
md-icon{
color: color-primary;
}
&.selected{
background: color-primary;
color: white;
pointer-events: none;
md-icon{
color: white;
}
&.md-raised:not([disabled]):hover {
background: color-primary;
}
}
}
}