forked from zombieFox/nightTab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathicons.css
More file actions
executable file
·121 lines (96 loc) · 1.94 KB
/
Copy pathicons.css
File metadata and controls
executable file
·121 lines (96 loc) · 1.94 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
@font-face {
font-family: "Icons";
src: url("../fonts/icons/icons.eot?4e687y");
src: url("../fonts/icons/icons.eot?4e687y#iefix") format("embedded-opentype"),
url("../fonts/icons/icons.ttf?4e687y") format("truetype"),
url("../fonts/icons/icons.woff?4e687y") format("woff"),
url("../fonts/icons/icons.svg?4e687y#icons") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "Icons" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-add:before {
content: "\e145";
}
.icon-arrow-back:before {
content: "\e5c4";
}
.icon-arrow-downward:before {
content: "\e5db";
}
.icon-arrow-forward:before {
content: "\e5c8";
}
.icon-arrow-upward:before {
content: "\e5d8";
}
.icon-check:before {
content: "\e5ca";
}
.icon-check-box-checked:before {
content: "\e834";
}
.icon-check-box-unchecked:before {
content: "\e835";
}
.icon-check-box-indeterminate:before {
content: "\e909";
}
.icon-close:before {
content: "\e5cd";
}
.icon-edit:before {
content: "\e254";
}
.icon-done:before {
content: "\e876";
}
.icon-arrow-down:before {
content: "\e313";
}
.icon-arrow-left:before {
content: "\e314";
}
.icon-arrow-right:before {
content: "\e315";
}
.icon-arrow-up:before {
content: "\e316";
}
.icon-more-horiz:before {
content: "\e5d3";
}
.icon-more-vert:before {
content: "\e5d4";
}
.icon-radio-unchecked:before {
content: "\e836";
}
.icon-radio-checked:before {
content: "\e837";
}
.icon-remove:before {
content: "\e15b";
}
.icon-settings:before {
content: "\e8b8";
}
.icon-unfold-less:before {
content: "\e5d6";
}
.icon-unfold-more:before {
content: "\e5d7";
}