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
/
search.less
16 lines
•
358 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//*-- Search --*\\
.icono-search
{
.square
(
@22
);
border-radius
:
50%
;
&
:
extend
(.icono-stroke);
transform
:
rotate
(
45deg
);
margin
:
@4
@4
@8
@8
;
&
:before
{
width
:
@4
;
height
:
@11
;
&
:
extend
(.stickCenterH);
box-shadow
: inset
0
0
0
@32
;
top
:
@19
;
border-radius
:
0
0
@1
@1
; } }