blob: a5a3ff4fe6cbd979e1de73bd339014314febbfe1 (
plain) (
blame)
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
|
@font-face {
font-family: 'iconfont';
src: url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'),
url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg') format('svg');
}
.iconfont {
font-family: 'iconfont' !important;
font-size: inherit;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-search-circle-sharp:before {
content: '\e60c';
}
.icon-chevron-back-circle-sharp:before {
content: '\e608';
}
.icon-caret-back-circle-sharp:before {
content: '\e609';
}
.icon-chevron-forward-circle-sharp:before {
content: '\e60a';
}
.icon-caret-forward-circle-sharp:before {
content: '\e60b';
}
.icon-today-sharp:before {
content: '\e607';
}
.icon-chevron-up-circle-sharp:before {
content: '\e606';
}
.icon-contrast-sharp:before {
content: '\e601';
}
.icon-file-tray-sharp:before {
content: '\e602';
}
.icon-pricetags-sharp:before {
content: '\e603';
}
.icon-chatbox-ellipses-sharp:before {
content: '\e604';
}
.icon-time-sharp:before {
content: '\e605';
}
|