-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathicon-patch-4-0-1.css
63 lines (55 loc) · 1.24 KB
/
icon-patch-4-0-1.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
51
52
53
54
55
56
57
58
59
60
61
62
63
.k-button-icon {
width: 1em;
height: 1em;
outline: 0;
font-size: 16px;
font-family: "WebComponentsIcons";
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: none;
text-transform: none;
text-decoration: none;
flex-shrink: 0;
display: inline-flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
vertical-align: middle;
position: relative;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.k-icon.refresh::before,
.k-button-icon.refresh::before {
content: "\e103";
}
.k-icon.seek-w::before,
.k-button-icon.seek-w::before {
content: "\e00b";
}
.k-icon.seek-e::before,
.k-button-icon.seek-e::before {
content: "\e009";
}
.k-icon.arrow-60-left::before,
.k-button-icon.arrow-60-left::before {
content: "\e007";
}
.k-icon.arrow-60-right::before,
.k-button-icon.arrow-60-right::before {
content: "\e005";
}
.k-icon.email::before,
.k-button-icon.email::before {
content: "\e809";
}
.k-icon.dictionary-add::before,
.k-button-icon.dictionary-add::before {
content: "\e651";
}
.k-icon.match-full-word::before,
.k-button-icon.match-full-word::before {
content: "\e06e";
}