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
/
stylus
/
icons
/
moon.styl
19 lines
(16 loc)
•
313 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.icono-moon
{
width
: $
22
;
height
: $
22
;
border-radius
:
50%
;
overflow
: hidden;
margin
: $
6
; &
:before
{
position
: absolute;
width
: $
20
;
height
: $
20
;
top
: (- $
2
);
left
: $
6
;
border-radius
:
50%
;
box-shadow
:
0
0
0
$
32
; } }