blob: 4e99ab4162b05541e0e5dd08598c7152e36ee67c (
plain)
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
|
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?njx1om');
src: url('fonts/icomoon.eot?njx1om#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?njx1om') format('truetype'),
url('fonts/icomoon.woff?njx1om') format('woff'),
url('fonts/icomoon.svg?njx1om#icomoon') 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: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Enable Ligatures ================ */
letter-spacing: 0;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
font-feature-settings: "liga";
-webkit-font-variant-ligatures: discretionary-ligatures;
font-variant-ligatures: discretionary-ligatures;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-enter-link:before {
content: "\e902";
}
.icon-use-attributes:before {
content: "\e900";
}
.icon-upload-attributes:before {
content: "\e901";
}
.icon-add:before {
content: "\e915";
}
.icon-archive-sm:before {
content: "\e952";
}
.icon-btn-card-config:before {
content: "\e953";
}
.icon-btn-card-topology:before {
content: "\e954";
}
.icon-clone-sm:before {
content: "\e955";
}
.icon-close:before {
content: "\e956";
}
.icon-comType1:before {
content: "\e957";
}
.icon-comType1-sm:before {
content: "\e958";
}
.icon-comType2:before {
content: "\e959";
}
.icon-comType2-sm:before {
content: "\e95a";
}
.icon-comType3:before {
content: "\e95b";
}
.icon-comType3-sm:before {
content: "\e95c";
}
.icon-comType4-sm:before {
content: "\e95d";
}
.icon-create-white:before {
content: "\e95e";
}
.icon-delete-sm:before {
content: "\e95f";
}
.icon-deploy-inactive:before {
content: "\e965";
}
.icon-discard-sm:before {
content: "\e966";
}
.icon-download:before {
content: "\e967";
}
.icon-drag:before {
content: "\e968";
}
.icon-edit:before {
content: "\e969";
}
.icon-file-code:before {
content: "\e96a";
}
.icon-import-blue:before {
content: "\e96b";
}
.icon-info:before {
content: "\e96c";
}
.icon-menuDots:before {
content: "\e96d";
}
.icon-nav-dictionary:before {
content: "\e96e";
}
.icon-nav-packages:before {
content: "\e96f";
}
.icon-redo:before {
content: "\e970";
}
.icon-remove-file:before {
content: "\e971";
}
.icon-save-sm:before {
content: "\e972";
}
.icon-search:before {
content: "\e973";
}
.icon-search-light:before {
content: "\e974";
}
.icon-topologySource:before {
content: "\e975";
}
.icon-topologyView-active:before {
content: "\e976";
}
.icon-undoActive:before {
content: "\e977";
}
.icon-zoomIn:before {
content: "\e978";
}
.icon-zoomOut:before {
content: "\e979";
}
|