icono
Version:
Pure CSS Icons
27 lines (23 loc) • 544 B
text/stylus
.icono-document{
width: $26;
height: $32;
border-radius: 0 0 0 $10;
@extend .icono-stroke
margin: $1 $4;
&:before{
position: absolute;
square(0);
left: -1*$3;
bottom: -1*$3;
border-width: $5;
border-style: solid;
border-bottom-color: transparent;
border-left-color: transparent;
}
&:after{
width: $13;
height: $2;
@extend .stickCenter
box-shadow: inset 0 0 0 $32, 0 -1*$5 0 0, 0 $5 0 0;
}
}