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
/
forbidden.styl
17 lines
(14 loc)
•
295 B
text/stylus
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.icono-forbidden
{ square($
28
);
@extend
.icono-stroke
border-width
: $
3
;
border-radius
:
50%
;
margin
: $
3
;
transform
:
rotate
(
45deg
); &
:before
{
@extend
.stickCenter
width
: $
24
;
height
: $
4
;
box-shadow
: inset
0
0
0
$
32
; } }