UNPKG
css.gg
Version:
latest (2.1.4)
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Minimalistic Icon library Designed by code.
css.gg
astrit/css.gg
css.gg
/
icons
/
css
/
record.css
11 lines
•
271 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
.gg-record
{
box-sizing
: border-box;
position
: relative;
display
: block;
transform
:
scale
(
var
(--ggs,
1
));
width
:
20px
;
height
:
20px
;
border
:
6px
solid transparent;
box-shadow
:
0
0
0
2px
,inset
0
0
0
10px
;
border-radius
:
100px
}