-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
90 lines (87 loc) · 1.69 KB
/
style.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
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
@font-face {
font-family: 'NukeVietIcons';
src:
url('fonts/NukeVietIcons.woff2?xndcjg') format('woff2'),
url('fonts/NukeVietIcons.ttf?xndcjg') format('truetype'),
url('fonts/NukeVietIcons.woff?xndcjg') format('woff'),
url('fonts/NukeVietIcons.svg?xndcjg#NukeVietIcons') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'NukeVietIcons' !important;
speak: never;
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-caret-right:before {
content: "\e906";
}
.icon-caret-left:before {
content: "\e907";
}
.icon-caret-up:before {
content: "\e908";
}
.icon-caret-down:before {
content: "\e909";
}
.icon-crown:before {
content: "\e905";
}
.icon-error:before {
content: "\e902";
}
.icon-success:before {
content: "\e903";
}
.icon-info:before {
content: "\e904";
}
.icon-eye:before {
content: "\e900";
}
.icon-eye-slash:before {
content: "\e901";
}
.icon-today:before {
content: "\e600";
}
.icon-qrcode:before {
content: "\e601";
}
.icon-enter:before {
content: "\e602";
}
.icon-exit:before {
content: "\e603";
}
.icon-yahoo:before {
content: "\e604";
}
.icon-icq:before {
content: "\e605";
}
.icon-old-phone:before {
content: "\e606";
}
.icon-nukeviet:before {
content: "\e607";
}
.icon-nukeviet_sm:before {
content: "\e608";
}
.icon-callcenter:before {
content: "\e609";
}
.icon-viber:before {
content: "\e60a";
}