|
|
@@ -1,18 +1,17 @@
|
|
1
|
1
|
@font-face {
|
|
2
|
2
|
font-family: 'icomoon';
|
|
3
|
|
- src: url('/assets/fonts/icomoon.eot?6rmrq3');
|
|
4
|
|
- src: url('/assets/fonts/icomoon.eot?6rmrq3#iefix')
|
|
5
|
|
- format('embedded-opentype'),
|
|
6
|
|
- url('/assets/fonts/icomoon.ttf?6rmrq3') format('truetype'),
|
|
7
|
|
- url('/assets/fonts/icomoon.woff?6rmrq3') format('woff'),
|
|
8
|
|
- url('/assets/fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
|
|
|
3
|
+ src: url('assets/fonts/icomoon.eot?6rmrq3');
|
|
|
4
|
+ src: url('assets/fonts/icomoon.eot?6rmrq3#iefix') format('embedded-opentype'),
|
|
|
5
|
+ url('assets/fonts/icomoon.ttf?6rmrq3') format('truetype'),
|
|
|
6
|
+ url('assets/fonts/icomoon.woff?6rmrq3') format('woff'),
|
|
|
7
|
+ url('assets/fonts/icomoon.svg?6rmrq3#icomoon') format('svg');
|
|
9
|
8
|
font-weight: normal;
|
|
10
|
9
|
font-style: normal;
|
|
11
|
10
|
font-display: block;
|
|
12
|
11
|
}
|
|
13
|
12
|
|
|
14
|
|
-[class^='icon-'],
|
|
15
|
|
-[class*=' icon-'] {
|
|
|
13
|
+[class^="icon-"],
|
|
|
14
|
+[class*=" icon-"] {
|
|
16
|
15
|
/* use !important to prevent issues with browser extensions that change fonts */
|
|
17
|
16
|
font-family: 'icomoon' !important;
|
|
18
|
17
|
speak: never;
|
|
|
@@ -27,122 +26,124 @@
|
|
27
|
26
|
-moz-osx-font-smoothing: grayscale;
|
|
28
|
27
|
|
|
29
|
28
|
&.icon-cross:before {
|
|
30
|
|
- content: '\e911';
|
|
|
29
|
+ content: "\e911";
|
|
31
|
30
|
}
|
|
32
|
31
|
|
|
33
|
32
|
&.icon-dots-three-horizontal:before {
|
|
34
|
|
- content: '\e917';
|
|
|
33
|
+ content: "\e917";
|
|
35
|
34
|
}
|
|
36
|
35
|
|
|
37
|
36
|
&.icon-dots-three-vertical:before {
|
|
38
|
|
- content: '\e91a';
|
|
|
37
|
+ content: "\e91a";
|
|
39
|
38
|
}
|
|
40
|
39
|
|
|
41
|
40
|
&.icon-address:before {
|
|
42
|
|
- content: '\e900';
|
|
|
41
|
+ content: "\e900";
|
|
43
|
42
|
}
|
|
44
|
43
|
|
|
45
|
44
|
&.icon-area-graph:before {
|
|
46
|
|
- content: '\e901';
|
|
|
45
|
+ content: "\e901";
|
|
47
|
46
|
}
|
|
48
|
47
|
|
|
49
|
48
|
&.icon-calendar:before {
|
|
50
|
|
- content: '\e902';
|
|
|
49
|
+ content: "\e902";
|
|
51
|
50
|
}
|
|
52
|
51
|
|
|
53
|
52
|
&.icon-certified:before {
|
|
54
|
|
- content: '\e903';
|
|
|
53
|
+ content: "\e903";
|
|
55
|
54
|
}
|
|
56
|
55
|
|
|
57
|
56
|
&.icon-chat:before {
|
|
58
|
|
- content: '\e904';
|
|
|
57
|
+ content: "\e904";
|
|
59
|
58
|
}
|
|
60
|
59
|
|
|
61
|
60
|
&.icon-checkmark:before {
|
|
62
|
|
- content: '\e905';
|
|
|
61
|
+ content: "\e905";
|
|
63
|
62
|
}
|
|
64
|
63
|
|
|
65
|
64
|
&.icon-clock:before {
|
|
66
|
|
- content: '\e906';
|
|
|
65
|
+ content: "\e906";
|
|
67
|
66
|
}
|
|
68
|
67
|
|
|
69
|
68
|
&.icon-cog:before {
|
|
70
|
|
- content: '\e907';
|
|
|
69
|
+ content: "\e907";
|
|
71
|
70
|
}
|
|
72
|
71
|
|
|
73
|
72
|
&.icon-compass:before {
|
|
74
|
|
- content: '\e908';
|
|
|
73
|
+ content: "\e908";
|
|
75
|
74
|
}
|
|
76
|
75
|
|
|
77
|
76
|
&.icon-emoji-happy:before {
|
|
78
|
|
- content: '\e909';
|
|
|
77
|
+ content: "\e909";
|
|
79
|
78
|
}
|
|
80
|
79
|
|
|
81
|
80
|
&.icon-envelope:before {
|
|
82
|
|
- content: '\e90a';
|
|
|
81
|
+ content: "\e90a";
|
|
83
|
82
|
}
|
|
84
|
83
|
|
|
85
|
84
|
&.icon-graduation-cap:before {
|
|
86
|
|
- content: '\e90b';
|
|
|
85
|
+ content: "\e90b";
|
|
87
|
86
|
}
|
|
88
|
87
|
|
|
89
|
88
|
&.icon-guage:before {
|
|
90
|
|
- content: '\e90c';
|
|
|
89
|
+ content: "\e90c";
|
|
91
|
90
|
}
|
|
92
|
91
|
|
|
93
|
92
|
&.icon-heart:before {
|
|
94
|
|
- content: '\e90d';
|
|
|
93
|
+ content: "\e90d";
|
|
95
|
94
|
}
|
|
96
|
95
|
|
|
97
|
96
|
&.icon-home:before {
|
|
98
|
|
- content: '\e90e';
|
|
|
97
|
+ content: "\e90e";
|
|
99
|
98
|
}
|
|
100
|
99
|
|
|
101
|
100
|
&.icon-location:before {
|
|
102
|
|
- content: '\e90f';
|
|
|
101
|
+ content: "\e90f";
|
|
103
|
102
|
}
|
|
104
|
103
|
|
|
105
|
104
|
&.icon-lock:before {
|
|
106
|
|
- content: '\e910';
|
|
|
105
|
+ content: "\e910";
|
|
107
|
106
|
}
|
|
108
|
107
|
|
|
109
|
108
|
&.icon-paper-plane:before {
|
|
110
|
|
- content: '\e912';
|
|
|
109
|
+ content: "\e912";
|
|
111
|
110
|
}
|
|
112
|
111
|
|
|
113
|
112
|
&.icon-people:before {
|
|
114
|
|
- content: '\e913';
|
|
|
113
|
+ content: "\e913";
|
|
115
|
114
|
}
|
|
116
|
115
|
|
|
117
|
116
|
&.icon-plus:before {
|
|
118
|
|
- content: '\e914';
|
|
|
117
|
+ content: "\e914";
|
|
119
|
118
|
}
|
|
120
|
119
|
|
|
121
|
120
|
&.icon-price-ribbon:before {
|
|
122
|
|
- content: '\e915';
|
|
|
121
|
+ content: "\e915";
|
|
123
|
122
|
}
|
|
124
|
123
|
|
|
125
|
124
|
&.icon-star:before {
|
|
126
|
|
- content: '\e916';
|
|
|
125
|
+ content: "\e916";
|
|
127
|
126
|
}
|
|
128
|
127
|
|
|
129
|
128
|
&.icon-tools:before {
|
|
130
|
|
- content: '\e918';
|
|
|
129
|
+ content: "\e918";
|
|
131
|
130
|
}
|
|
132
|
131
|
|
|
133
|
132
|
&.icon-truck:before {
|
|
134
|
|
- content: '\e919';
|
|
|
133
|
+ content: "\e919";
|
|
135
|
134
|
}
|
|
136
|
135
|
|
|
137
|
136
|
&.icon-search:before {
|
|
138
|
|
- content: '\e986';
|
|
|
137
|
+ content: "\e986";
|
|
139
|
138
|
}
|
|
140
|
139
|
|
|
141
|
140
|
&.icon-eye:before {
|
|
142
|
|
- content: '\e9ce';
|
|
|
141
|
+ content: "\e9ce";
|
|
143
|
142
|
}
|
|
144
|
143
|
|
|
145
|
144
|
&.icon-eye-blocked:before {
|
|
146
|
|
- content: '\e9d1';
|
|
147
|
|
- }
|
|
148
|
|
-}
|
|
|
145
|
+ content: "\e9d1";
|
|
|
146
|
+ }
|
|
|
147
|
+
|
|
|
148
|
+
|
|
|
149
|
+ }
|