befine_icon_set 0.5.2 → 0.6.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/fonts/befine/befine.eot +0 -0
- data/app/assets/fonts/befine/befine.svg +362 -56
- data/app/assets/fonts/befine/befine.ttf +0 -0
- data/app/assets/fonts/befine/befine.woff +0 -0
- data/app/assets/stylesheets/befine/_fonts.scss +12 -268
- data/app/assets/stylesheets/befine/_icons.scss +2150 -0
- data/app/assets/stylesheets/befine/_variables.scss +361 -54
- data/app/assets/stylesheets/befine_icon_set.scss +2 -3
- data/befine_icon_set.gemspec +5 -5
- data/lib/befine_icon_set/version.rb +1 -1
- metadata +11 -10
Binary file
|
Binary file
|
@@ -9,274 +9,18 @@
|
|
9
9
|
font-style: normal;
|
10
10
|
}
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
/* Better Font Rendering =========== */
|
23
|
-
-webkit-font-smoothing: antialiased;
|
24
|
-
-moz-osx-font-smoothing: grayscale;
|
25
|
-
}
|
12
|
+
i {
|
13
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
14
|
+
font-family: 'BeFine' !important;
|
15
|
+
speak: none;
|
16
|
+
font-style: normal;
|
17
|
+
font-weight: normal;
|
18
|
+
font-variant: normal;
|
19
|
+
text-transform: none;
|
20
|
+
line-height: 1;
|
26
21
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
}
|
31
|
-
}
|
32
|
-
.bf-activity-cook {
|
33
|
-
&:before {
|
34
|
-
content: $bf-activity-cook;
|
35
|
-
}
|
36
|
-
}
|
37
|
-
.bf-activity-physical {
|
38
|
-
&:before {
|
39
|
-
content: $bf-activity-physical;
|
40
|
-
}
|
41
|
-
}
|
42
|
-
.bf-activity-wash {
|
43
|
-
&:before {
|
44
|
-
content: $bf-activity-wash;
|
45
|
-
}
|
46
|
-
}
|
47
|
-
.bf-application {
|
48
|
-
&:before {
|
49
|
-
content: $bf-application;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
.bf-attentiveness {
|
53
|
-
&:before {
|
54
|
-
content: $bf-attentiveness;
|
55
|
-
}
|
56
|
-
}
|
57
|
-
.bf-best {
|
58
|
-
&:before {
|
59
|
-
content: $bf-best;
|
60
|
-
}
|
61
|
-
}
|
62
|
-
.bf-calendar {
|
63
|
-
&:before {
|
64
|
-
content: $bf-calendar;
|
65
|
-
}
|
66
|
-
}
|
67
|
-
.bf-car {
|
68
|
-
&:before {
|
69
|
-
content: $bf-car;
|
70
|
-
}
|
71
|
-
}
|
72
|
-
.bf-care {
|
73
|
-
&:before {
|
74
|
-
content: $bf-care;
|
75
|
-
}
|
76
|
-
}
|
77
|
-
.bf-Commitment {
|
78
|
-
&:before {
|
79
|
-
content: $bf-Commitment;
|
80
|
-
}
|
81
|
-
}
|
82
|
-
.bf-community {
|
83
|
-
&:before {
|
84
|
-
content: $bf-community;
|
85
|
-
}
|
86
|
-
}
|
87
|
-
.bf-cook {
|
88
|
-
&:before {
|
89
|
-
content: $bf-cook;
|
90
|
-
}
|
91
|
-
}
|
92
|
-
.bf-Diploma {
|
93
|
-
&:before {
|
94
|
-
content: $bf-Diploma;
|
95
|
-
}
|
96
|
-
}
|
97
|
-
.bf-drive {
|
98
|
-
&:before {
|
99
|
-
content: $bf-drive;
|
100
|
-
}
|
101
|
-
}
|
102
|
-
.bf-facebook {
|
103
|
-
&:before {
|
104
|
-
content: $bf-facebook;
|
105
|
-
}
|
106
|
-
}
|
107
|
-
.bf-give-love {
|
108
|
-
&:before {
|
109
|
-
content: $bf-give-love;
|
110
|
-
}
|
111
|
-
}
|
112
|
-
.bf-growth {
|
113
|
-
&:before {
|
114
|
-
content: $bf-growth;
|
115
|
-
}
|
116
|
-
}
|
117
|
-
.bf-happy {
|
118
|
-
&:before {
|
119
|
-
content: $bf-happy;
|
120
|
-
}
|
121
|
-
}
|
122
|
-
.bf-hourglass {
|
123
|
-
&:before {
|
124
|
-
content: $bf-hourglass;
|
125
|
-
}
|
126
|
-
}
|
127
|
-
.bf-infos {
|
128
|
-
&:before {
|
129
|
-
content: $bf-infos;
|
130
|
-
}
|
131
|
-
}
|
132
|
-
.bf-linkedin {
|
133
|
-
&:before {
|
134
|
-
content: $bf-linkedin;
|
135
|
-
}
|
136
|
-
}
|
137
|
-
.bf-location {
|
138
|
-
&:before {
|
139
|
-
content: $bf-location;
|
140
|
-
}
|
141
|
-
}
|
142
|
-
.bf-mail {
|
143
|
-
&:before {
|
144
|
-
content: $bf-mail;
|
145
|
-
}
|
146
|
-
}
|
147
|
-
.bf-mailbox {
|
148
|
-
&:before {
|
149
|
-
content: $bf-mailbox;
|
150
|
-
}
|
151
|
-
}
|
152
|
-
.bf-map {
|
153
|
-
&:before {
|
154
|
-
content: $bf-map;
|
155
|
-
}
|
156
|
-
}
|
157
|
-
.bf-medicine {
|
158
|
-
&:before {
|
159
|
-
content: $bf-medicine;
|
160
|
-
}
|
161
|
-
}
|
162
|
-
.bf-mess {
|
163
|
-
&:before {
|
164
|
-
content: $bf-mess;
|
165
|
-
}
|
166
|
-
}
|
167
|
-
.bf-message-in-a {
|
168
|
-
&:before {
|
169
|
-
content: $bf-message-in-a;
|
170
|
-
}
|
171
|
-
}
|
172
|
-
.bf-message2 {
|
173
|
-
&:before {
|
174
|
-
content: $bf-message2;
|
175
|
-
}
|
176
|
-
}
|
177
|
-
.bf-mobilemessage {
|
178
|
-
&:before {
|
179
|
-
content: $bf-mobilemessage;
|
180
|
-
}
|
181
|
-
}
|
182
|
-
.bf-money {
|
183
|
-
&:before {
|
184
|
-
content: $bf-money;
|
185
|
-
}
|
186
|
-
}
|
187
|
-
.bf-network {
|
188
|
-
&:before {
|
189
|
-
content: $bf-network;
|
190
|
-
}
|
191
|
-
}
|
192
|
-
.bf-patience {
|
193
|
-
&:before {
|
194
|
-
content: $bf-patience;
|
195
|
-
}
|
196
|
-
}
|
197
|
-
.bf-people {
|
198
|
-
&:before {
|
199
|
-
content: $bf-people;
|
200
|
-
}
|
201
|
-
}
|
202
|
-
.bf-pig {
|
203
|
-
&:before {
|
204
|
-
content: $bf-pig;
|
205
|
-
}
|
206
|
-
}
|
207
|
-
.bf-plane {
|
208
|
-
&:before {
|
209
|
-
content: $bf-plane;
|
210
|
-
}
|
211
|
-
}
|
212
|
-
.bf-ponctuality {
|
213
|
-
&:before {
|
214
|
-
content: $bf-ponctuality;
|
215
|
-
}
|
216
|
-
}
|
217
|
-
.bf-proatividade {
|
218
|
-
&:before {
|
219
|
-
content: $bf-proatividade;
|
220
|
-
}
|
221
|
-
}
|
222
|
-
.bf-profile {
|
223
|
-
&:before {
|
224
|
-
content: $bf-profile;
|
225
|
-
}
|
226
|
-
}
|
227
|
-
.bf-quotation {
|
228
|
-
&:before {
|
229
|
-
content: $bf-quotation;
|
230
|
-
}
|
231
|
-
}
|
232
|
-
.bf-quotation2 {
|
233
|
-
&:before {
|
234
|
-
content: $bf-quotation2;
|
235
|
-
}
|
236
|
-
}
|
237
|
-
.bf-register {
|
238
|
-
&:before {
|
239
|
-
content: $bf-register;
|
240
|
-
}
|
241
|
-
}
|
242
|
-
.bf-relax {
|
243
|
-
&:before {
|
244
|
-
content: $bf-relax;
|
245
|
-
}
|
246
|
-
}
|
247
|
-
.bf-Searching {
|
248
|
-
&:before {
|
249
|
-
content: $bf-Searching;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
.bf-security {
|
253
|
-
&:before {
|
254
|
-
content: $bf-security;
|
255
|
-
}
|
256
|
-
}
|
257
|
-
.bf-time {
|
258
|
-
&:before {
|
259
|
-
content: $bf-time;
|
260
|
-
}
|
261
|
-
}
|
262
|
-
.bf-trust {
|
263
|
-
&:before {
|
264
|
-
content: $bf-trust;
|
265
|
-
}
|
266
|
-
}
|
267
|
-
.bf-twitter {
|
268
|
-
&:before {
|
269
|
-
content: $bf-twitter;
|
270
|
-
}
|
271
|
-
}
|
272
|
-
.bf-whatsapp {
|
273
|
-
&:before {
|
274
|
-
content: $bf-whatsapp;
|
275
|
-
}
|
276
|
-
}
|
277
|
-
.bf-youtube {
|
278
|
-
&:before {
|
279
|
-
content: $bf-youtube;
|
280
|
-
}
|
22
|
+
/* Better Font Rendering =========== */
|
23
|
+
-webkit-font-smoothing: antialiased;
|
24
|
+
-moz-osx-font-smoothing: grayscale;
|
281
25
|
}
|
282
26
|
|