-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons.css
50 lines (47 loc) · 977 Bytes
/
icons.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.gg-log-off {
box-sizing: border-box;
position: relative;
display: block;
border-radius: 16px;
border: 2px solid;
transform: scale(var(--ggs,1));
width: 16px;
height: 16px;
border-top: 2px solid transparent
}
.gg-log-off::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
border-radius: 3px;
height: 8px;
width: 2px;
background: currentColor;
left: 5px;
bottom: 6px
}
.gg-undo {
box-sizing: border-box;
position: relative;
display: block;
transform: scale(var(--ggs,1));
width: 14px;
height: 14px;
border: 2px solid;
border-left-color: transparent;
border-radius: 100px
}
.gg-undo::before {
content: "";
display: block;
box-sizing: border-box;
position: absolute;
width: 6px;
height: 6px;
border-top: 2px solid;
border-left: 2px solid;
top: -3px;
left: -1px;
transform: rotate(-68deg)
}