icono
Version:
Pure CSS Icons
26 lines (22 loc) • 472 B
text/stylus
.icono-piano{
width: $28;
height: $22;
@extend .icono-stroke
margin: $6 $3;
&:before{
position: absolute;
left: $4;
top: 0;
width: $1;
height: 100%;
box-shadow: inset 0 0 0 $32, $5 0, $10 0, $15 0;
}
&:after{
position: absolute;
width: $3;
height: $12;
left: $3;
top: 0;
box-shadow: inset 0 0 0 $32, $5 0, $10 0, $15 0;
}
}