-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
108 lines (104 loc) · 1.95 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@font-face {
font-family: 'cu-icons';
src: url('fonts/cu-icons.eot?c3mzne');
src: url('fonts/cu-icons.eot?c3mzne#iefix') format('embedded-opentype'),
url('fonts/cu-icons.ttf?c3mzne') format('truetype'),
url('fonts/cu-icons.woff?c3mzne') format('woff'),
url('fonts/cu-icons.svg?c3mzne#cu-icons') format('svg');
font-weight: normal;
font-style: normal;
}
i {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'cu-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-alerts:before {
content: "\e901";
}
.icon-bridge:before {
content: "\e902";
}
.icon-checkmark:before {
content: "\e903";
}
.icon-clock:before {
content: "\e91a";
}
.icon-collapse:before {
content: "\e914";
}
.icon-connected:before {
content: "\e904";
}
.icon-connecting:before {
content: "\e905";
}
.icon-connection-error:before {
content: "\e906";
}
.icon-disconnected:before {
content: "\e907";
}
.icon-email:before {
content: "\e900";
}
.icon-ethernet:before {
content: "\e918";
}
.icon-ethernet-port:before {
content: "\e919";
}
.icon-expand:before {
content: "\e90f";
}
.icon-file-share:before {
content: "\e90b";
}
.icon-home:before {
content: "\e90c";
}
.icon-reboot:before {
content: "\e90a";
}
.icon-scan:before {
content: "\e90d";
}
.icon-settings:before {
content: "\e90e";
}
.icon-terminal:before {
content: "\e909";
}
.icon-vpn-connecting:before {
content: "\e910";
}
.icon-vpn-error:before {
content: "\e911";
}
.icon-vpn-tunneled:before {
content: "\e912";
}
.icon-warning:before {
content: "\e913";
}
.icon-watch:before {
content: "\e908";
}
.icon-wifi:before {
content: "\e915";
}
.icon-wifi-error:before {
content: "\e916";
}
.icon-wifi-off:before {
content: "\e917";
}