UNPKG
icono
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.0.0
0.9.5
Pure CSS Icons
saeedalipoor.github.io/icono/
saeedalipoor/icono
icono
/
less
/
icons
/
mail.less
15 lines
•
338 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//*-- Mail --*\\
.icono-mail
{
.goldenRectL
(
@28
);
&
:
extend
(.icono-stroke);
overflow
: hidden;
margin
:
@8
@3
;
&
:before
{
position
: absolute;
.square
(
@25
);
&
:
extend
(.icono-stroke);
transform
:
rotate
(
50deg
)
skew
(-
10deg
, -
20deg
);
top
: -
1
*
@20
;
left
: -
1
*
@3
; } }