icono
Version:
Pure CSS Icons
23 lines (20 loc) • 495 B
text/stylus
.icono-rename{
width: $26;
height: $10;
@extend .icono-stroke
border-color: transparent;
border-width: $3;
box-shadow: 0 0 0 $1, $11 0 0 0 inset;
margin: $12 $4;
&:before{
width: $1;
height: $18;
@extend .stickCenterV
left: $9;
border-width: $2 $4;
border-style: solid;
border-right-color: transparent;
border-left-color: transparent;
box-shadow: 0 0 0 $1 inset;
}
}