summaryrefslogtreecommitdiffstats
path: root/assets/scss/iconfont.css
blob: 0ced370743f606cb57ee9953709e5a1b9dca37cd (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
@font-face {
  font-family: 'iconfont';
  src: url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'),
    url('../iconfont/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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';
}