|
@@ -1,12 +1,12 @@
|
1
|
1
|
@font-face {
|
2
|
|
- font-family: 'jitsi';
|
3
|
|
- src: url('../fonts/jitsi.eot?3vw865');
|
4
|
|
- src: url('../fonts/jitsi.eot?3vw865#iefix') format('embedded-opentype'),
|
5
|
|
- url('../fonts/jitsi.ttf?3vw865') format('truetype'),
|
6
|
|
- url('../fonts/jitsi.woff?3vw865') format('woff'),
|
7
|
|
- url('../fonts/jitsi.svg?3vw865#jitsi') format('svg');
|
8
|
|
- font-weight: normal;
|
9
|
|
- font-style: normal;
|
|
2
|
+ font-family: 'jitsi';
|
|
3
|
+ src: url('../fonts/jitsi.eot?icrce1');
|
|
4
|
+ src: url('../fonts/jitsi.eot?icrce1#iefix') format('embedded-opentype'),
|
|
5
|
+ url('../fonts/jitsi.ttf?icrce1') format('truetype'),
|
|
6
|
+ url('../fonts/jitsi.woff?icrce1') format('woff'),
|
|
7
|
+ url('../fonts/jitsi.svg?icrce1#jitsi') format('svg');
|
|
8
|
+ font-weight: normal;
|
|
9
|
+ font-style: normal;
|
10
|
10
|
}
|
11
|
11
|
|
12
|
12
|
[class^="icon-"], [class*=" icon-"] {
|
|
@@ -25,92 +25,9 @@
|
25
|
25
|
-moz-osx-font-smoothing: grayscale;
|
26
|
26
|
}
|
27
|
27
|
|
28
|
|
-.icon-enlarge:before {
|
29
|
|
- content: "\e90a";
|
30
|
|
-}
|
31
|
|
-.icon-signal_cellular_0:before {
|
32
|
|
- content: "\e901";
|
33
|
|
-}
|
34
|
|
-.icon-signal_cellular_1:before {
|
35
|
|
- content: "\e902";
|
36
|
|
-}
|
37
|
|
-.icon-signal_cellular_2:before {
|
38
|
|
- content: "\e907";
|
39
|
|
-}
|
40
|
|
-.icon-phone:before {
|
41
|
|
- content: "\e0cd";
|
42
|
|
-}
|
43
|
|
-.icon-radio_button_unchecked:before {
|
44
|
|
- content: "\e836";
|
45
|
|
-}
|
46
|
|
-.icon-radio_button_checked:before {
|
47
|
|
- content: "\e837";
|
48
|
|
-}
|
49
|
|
-.icon-search:before {
|
50
|
|
- content: "\e8b6";
|
51
|
|
-}
|
52
|
|
-.icon-chat-unread:before {
|
53
|
|
- content: "\e0b7";
|
54
|
|
-}
|
55
|
|
-.icon-closed_caption:before {
|
56
|
|
- content: "\e930";
|
57
|
|
-}
|
58
|
|
-.icon-tiles-many:before {
|
59
|
|
- content: "\e92e";
|
60
|
|
-}
|
61
|
|
-.icon-close:before {
|
62
|
|
- content: "\e5cd";
|
63
|
|
-}
|
64
|
|
-.icon-open_in_new:before {
|
65
|
|
- content: "\e89e";
|
66
|
|
-}
|
67
|
|
-.icon-restore:before {
|
68
|
|
- content: "\e8b3";
|
69
|
|
-}
|
70
|
|
-.icon-navigate_next:before {
|
71
|
|
- content: "\e409";
|
72
|
|
-}
|
73
|
|
-.icon-menu:before {
|
74
|
|
- content: "\e5d2";
|
75
|
|
-}
|
76
|
|
-.icon-arrow_back:before {
|
77
|
|
- content: "\e5c4";
|
78
|
|
-}
|
79
|
|
-.icon-public:before {
|
80
|
|
- content: "\e80b";
|
81
|
|
-}
|
82
|
|
-.icon-event_note:before {
|
83
|
|
- content: "\e616";
|
84
|
|
-}
|
85
|
|
-.icon-bluetooth:before {
|
86
|
|
- content: "\e1aa";
|
87
|
|
-}
|
88
|
|
-.icon-headset:before {
|
89
|
|
- content: "\e310";
|
90
|
|
-}
|
91
|
|
-.icon-phone-talk:before {
|
92
|
|
- content: "\e61d";
|
93
|
|
-}
|
94
|
|
-.icon-thumb-menu:before {
|
95
|
|
- content: "\e5d4";
|
96
|
|
-}
|
97
|
|
-.icon-ninja:before {
|
98
|
|
- content: "\e909";
|
99
|
|
-}
|
100
|
|
-.icon-invite:before {
|
101
|
|
- content: "\e145";
|
102
|
|
-}
|
103
|
|
-.icon-add:before {
|
104
|
|
- content: "\e146";
|
105
|
|
-}
|
106
|
|
-.icon-play:before {
|
107
|
|
- content: "\f04b";
|
108
|
|
-}
|
109
|
|
-.icon-stop:before {
|
110
|
|
- content: "\f04d";
|
111
|
|
-}
|
112
|
|
-.icon-dominant-speaker:before {
|
113
|
|
- content: "\f0a1";
|
|
28
|
+.icon-blur-background:before {
|
|
29
|
+ content: "\e90f";
|
|
30
|
+ color: #a4b8d1;
|
114
|
31
|
}
|
115
|
32
|
.icon-speaker:before {
|
116
|
33
|
content: "\e92d";
|
|
@@ -220,7 +137,90 @@
|
220
|
137
|
.icon-visibility-off:before {
|
221
|
138
|
content: "\e924";
|
222
|
139
|
}
|
223
|
|
-.icon-blur-background:before {
|
|
140
|
+.icon-enlarge:before {
|
|
141
|
+ content: "\e90a";
|
|
142
|
+}
|
|
143
|
+.icon-signal_cellular_0:before {
|
224
|
144
|
content: "\e901";
|
225
|
|
- color: #a4b8d1;
|
|
145
|
+}
|
|
146
|
+.icon-signal_cellular_1:before {
|
|
147
|
+ content: "\e902";
|
|
148
|
+}
|
|
149
|
+.icon-signal_cellular_2:before {
|
|
150
|
+ content: "\e907";
|
|
151
|
+}
|
|
152
|
+.icon-phone:before {
|
|
153
|
+ content: "\e0cd";
|
|
154
|
+}
|
|
155
|
+.icon-radio_button_unchecked:before {
|
|
156
|
+ content: "\e836";
|
|
157
|
+}
|
|
158
|
+.icon-radio_button_checked:before {
|
|
159
|
+ content: "\e837";
|
|
160
|
+}
|
|
161
|
+.icon-search:before {
|
|
162
|
+ content: "\e8b6";
|
|
163
|
+}
|
|
164
|
+.icon-chat-unread:before {
|
|
165
|
+ content: "\e0b7";
|
|
166
|
+}
|
|
167
|
+.icon-closed_caption:before {
|
|
168
|
+ content: "\e930";
|
|
169
|
+}
|
|
170
|
+.icon-tiles-many:before {
|
|
171
|
+ content: "\e92e";
|
|
172
|
+}
|
|
173
|
+.icon-close:before {
|
|
174
|
+ content: "\e5cd";
|
|
175
|
+}
|
|
176
|
+.icon-open_in_new:before {
|
|
177
|
+ content: "\e89e";
|
|
178
|
+}
|
|
179
|
+.icon-restore:before {
|
|
180
|
+ content: "\e8b3";
|
|
181
|
+}
|
|
182
|
+.icon-navigate_next:before {
|
|
183
|
+ content: "\e409";
|
|
184
|
+}
|
|
185
|
+.icon-menu:before {
|
|
186
|
+ content: "\e5d2";
|
|
187
|
+}
|
|
188
|
+.icon-arrow_back:before {
|
|
189
|
+ content: "\e5c4";
|
|
190
|
+}
|
|
191
|
+.icon-public:before {
|
|
192
|
+ content: "\e80b";
|
|
193
|
+}
|
|
194
|
+.icon-event_note:before {
|
|
195
|
+ content: "\e616";
|
|
196
|
+}
|
|
197
|
+.icon-bluetooth:before {
|
|
198
|
+ content: "\e1aa";
|
|
199
|
+}
|
|
200
|
+.icon-headset:before {
|
|
201
|
+ content: "\e310";
|
|
202
|
+}
|
|
203
|
+.icon-phone-talk:before {
|
|
204
|
+ content: "\e61d";
|
|
205
|
+}
|
|
206
|
+.icon-thumb-menu:before {
|
|
207
|
+ content: "\e5d4";
|
|
208
|
+}
|
|
209
|
+.icon-ninja:before {
|
|
210
|
+ content: "\e909";
|
|
211
|
+}
|
|
212
|
+.icon-invite:before {
|
|
213
|
+ content: "\e145";
|
|
214
|
+}
|
|
215
|
+.icon-add:before {
|
|
216
|
+ content: "\e146";
|
|
217
|
+}
|
|
218
|
+.icon-play:before {
|
|
219
|
+ content: "\f04b";
|
|
220
|
+}
|
|
221
|
+.icon-stop:before {
|
|
222
|
+ content: "\f04d";
|
|
223
|
+}
|
|
224
|
+.icon-dominant-speaker:before {
|
|
225
|
+ content: "\f0a1";
|
226
|
226
|
}
|