befine_icon_set 0.4.7 → 0.5.2
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 +62 -59
- 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 +263 -148
- data/app/assets/stylesheets/befine/_variables.scss +46 -22
- data/lib/befine_icon_set/version.rb +1 -1
- metadata +2 -2
Binary file
|
Binary file
|
@@ -1,12 +1,12 @@
|
|
1
1
|
@font-face {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
2
|
+
font-family: 'befine';
|
3
|
+
src: asset-url('befine/befine.eot');
|
4
|
+
src: asset-url('befine/befine.eot#iefix') format('embedded-opentype'),
|
5
|
+
asset-url('befine/befine.ttf') format('truetype'),
|
6
|
+
asset-url('befine/befine.woff') format('woff'),
|
7
|
+
asset-url('befine/befine.svg#befine') format('svg');
|
8
|
+
font-weight: normal;
|
9
|
+
font-style: normal;
|
10
10
|
}
|
11
11
|
|
12
12
|
.bf {
|
@@ -24,144 +24,259 @@
|
|
24
24
|
-moz-osx-font-smoothing: grayscale;
|
25
25
|
}
|
26
26
|
|
27
|
-
.bf-activity-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
content:
|
35
|
-
}
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
}
|
42
|
-
.bf-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
content:
|
50
|
-
}
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
}
|
57
|
-
.bf-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
content:
|
65
|
-
}
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
}
|
72
|
-
.bf-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
content:
|
80
|
-
}
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
}
|
87
|
-
.bf-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
content:
|
95
|
-
}
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
}
|
102
|
-
.bf-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
content:
|
110
|
-
}
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
}
|
117
|
-
.bf-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
content:
|
125
|
-
}
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
}
|
132
|
-
.bf-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
content:
|
140
|
-
}
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
}
|
147
|
-
.bf-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
content:
|
155
|
-
}
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
}
|
162
|
-
.bf-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
27
|
+
.bf-activity-bath {
|
28
|
+
&:before {
|
29
|
+
content: $bf-activity-bath;
|
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
|
+
}
|
167
281
|
}
|
282
|
+
|
@@ -12,25 +12,49 @@ $bf-activity-cook: "\e901";
|
|
12
12
|
$bf-activity-physical: "\e902";
|
13
13
|
$bf-activity-wash: "\e903";
|
14
14
|
$bf-application: "\e904";
|
15
|
-
$bf-
|
16
|
-
$bf-
|
17
|
-
$bf-
|
18
|
-
$bf-
|
19
|
-
$bf-
|
20
|
-
$bf-
|
21
|
-
$bf-
|
22
|
-
$bf-
|
23
|
-
$bf-
|
24
|
-
$bf-
|
25
|
-
$bf-
|
26
|
-
$bf-
|
27
|
-
$bf-
|
28
|
-
$bf-
|
29
|
-
$bf-
|
30
|
-
$bf-
|
31
|
-
$bf-
|
32
|
-
$bf-
|
33
|
-
$bf-
|
34
|
-
$bf-
|
35
|
-
$bf-
|
36
|
-
$bf-
|
15
|
+
$bf-attentiveness: "\e905";
|
16
|
+
$bf-best: "\e906";
|
17
|
+
$bf-calendar: "\e907";
|
18
|
+
$bf-car: "\e908";
|
19
|
+
$bf-care: "\e909";
|
20
|
+
$bf-Commitment: "\e90a";
|
21
|
+
$bf-community: "\e90b";
|
22
|
+
$bf-cook: "\e90c";
|
23
|
+
$bf-Diploma: "\e90d";
|
24
|
+
$bf-drive: "\e90e";
|
25
|
+
$bf-facebook: "\e90f";
|
26
|
+
$bf-give-love: "\e910";
|
27
|
+
$bf-growth: "\e911";
|
28
|
+
$bf-happy: "\e912";
|
29
|
+
$bf-hourglass: "\e913";
|
30
|
+
$bf-infos: "\e914";
|
31
|
+
$bf-linkedin: "\e915";
|
32
|
+
$bf-location: "\e916";
|
33
|
+
$bf-mail: "\e917";
|
34
|
+
$bf-mailbox: "\e918";
|
35
|
+
$bf-map: "\e919";
|
36
|
+
$bf-medicine: "\e91a";
|
37
|
+
$bf-mess: "\e91b";
|
38
|
+
$bf-message-in-a: "\e91c";
|
39
|
+
$bf-message2: "\e91d";
|
40
|
+
$bf-mobilemessage: "\e91e";
|
41
|
+
$bf-money: "\e91f";
|
42
|
+
$bf-network: "\e920";
|
43
|
+
$bf-patience: "\e921";
|
44
|
+
$bf-people: "\e922";
|
45
|
+
$bf-pig: "\e923";
|
46
|
+
$bf-plane: "\e924";
|
47
|
+
$bf-ponctuality: "\e925";
|
48
|
+
$bf-proatividade: "\e926";
|
49
|
+
$bf-profile: "\e927";
|
50
|
+
$bf-quotation: "\e928";
|
51
|
+
$bf-quotation2: "\e929";
|
52
|
+
$bf-register: "\e92a";
|
53
|
+
$bf-relax: "\e92b";
|
54
|
+
$bf-Searching: "\e92c";
|
55
|
+
$bf-security: "\e92d";
|
56
|
+
$bf-time: "\e92e";
|
57
|
+
$bf-trust: "\e92f";
|
58
|
+
$bf-twitter: "\e930";
|
59
|
+
$bf-whatsapp: "\e931";
|
60
|
+
$bf-youtube: "\e932";
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: befine_icon_set
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pedro Gryzinsky, Rafael Costella, William Martinelli, José Luis d'Almeida
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|