befine_icon_set 0.4.7 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
Binary file
Binary file
@@ -1,12 +1,12 @@
1
1
  @font-face {
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;
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-cook:before {
28
- content: "\e900";
29
- }
30
- .bf-activity-physical:before {
31
- content: "\e901";
32
- }
33
- .bf-activity-wash:before {
34
- content: "\e902";
35
- }
36
- .bf-application:before {
37
- content: "\e903";
38
- }
39
- .bf-attentiveness:before {
40
- content: "\e904";
41
- }
42
- .bf-best:before {
43
- content: "\e905";
44
- }
45
- .bf-calendar:before {
46
- content: "\e906";
47
- }
48
- .bf-car:before {
49
- content: "\e907";
50
- }
51
- .bf-care:before {
52
- content: "\e908";
53
- }
54
- .bf-commitment:before {
55
- content: "\e909";
56
- }
57
- .bf-community:before {
58
- content: "\e90a";
59
- }
60
- .bf-cook:before {
61
- content: "\e90b";
62
- }
63
- .bf-drive:before {
64
- content: "\e90c";
65
- }
66
- .bf-facebook:before {
67
- content: "\e90d";
68
- }
69
- .bf-give-love:before {
70
- content: "\e90e";
71
- }
72
- .bf-growth:before {
73
- content: "\e90f";
74
- }
75
- .bf-happy:before {
76
- content: "\e910";
77
- }
78
- .bf-hourglass:before {
79
- content: "\e911";
80
- }
81
- .bf-linkedin:before {
82
- content: "\e912";
83
- }
84
- .bf-location:before {
85
- content: "\e913";
86
- }
87
- .bf-mail:before {
88
- content: "\e914";
89
- }
90
- .bf-mailbox:before {
91
- content: "\e915";
92
- }
93
- .bf-map:before {
94
- content: "\e916";
95
- }
96
- .bf-medicine:before {
97
- content: "\e917";
98
- }
99
- .bf-mess:before {
100
- content: "\e918";
101
- }
102
- .bf-messageina:before {
103
- content: "\e919";
104
- }
105
- .bf-message2:before {
106
- content: "\e91a";
107
- }
108
- .bf-money:before {
109
- content: "\e91b";
110
- }
111
- .bf-network:before {
112
- content: "\e91c";
113
- }
114
- .bf-patience:before {
115
- content: "\e91d";
116
- }
117
- .bf-people:before {
118
- content: "\e91e";
119
- }
120
- .bf-plane:before {
121
- content: "\e91f";
122
- }
123
- .bf-ponctuality:before {
124
- content: "\e920";
125
- }
126
- .bf-proactivity:before {
127
- content: "\e921";
128
- }
129
- .bf-profile:before {
130
- content: "\e922";
131
- }
132
- .bf-quotation:before {
133
- content: "\e923";
134
- }
135
- .bf-quotation2:before {
136
- content: "\e924";
137
- }
138
- .bf-register:before {
139
- content: "\e925";
140
- }
141
- .bf-Searching:before {
142
- content: "\e926";
143
- }
144
- .bf-security:before {
145
- content: "\e927";
146
- }
147
- .bf-time:before {
148
- content: "\e928";
149
- }
150
- .bf-trust:before {
151
- content: "\e929";
152
- }
153
- .bf-twitter:before {
154
- content: "\e92a";
155
- }
156
- .bf-whatsapp:before {
157
- content: "\e92b";
158
- }
159
- .bf-youtube-copia-6:before {
160
- content: "\e92c";
161
- }
162
- .bf-youtube:before {
163
- content: "\e92d";
164
- }
165
- .bf-activity-bath:before {
166
- content: "\e92e";
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-best: "\e905";
16
- $bf-calendar: "\e906";
17
- $bf-car: "\e907";
18
- $bf-care: "\e908";
19
- $bf-community: "\e909";
20
- $bf-cook: "\e90a";
21
- $bf-drive: "\e90b";
22
- $bf-give-love: "\e90c";
23
- $bf-growth: "\e90d";
24
- $bf-happy: "\e90e";
25
- $bf-hourglass: "\e90f";
26
- $bf-map: "\e910";
27
- $bf-medicine: "\e911";
28
- $bf-money: "\e912";
29
- $bf-network: "\e913";
30
- $bf-patience: "\e914";
31
- $bf-people: "\e915";
32
- $bf-ponctuality: "\e916";
33
- $bf-profile: "\e917";
34
- $bf-security: "\e918";
35
- $bf-time: "\e919";
36
- $bf-trust: "\e91a";
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";
@@ -1,3 +1,3 @@
1
1
  module BefineIconSet
2
- VERSION = "0.4.7"
2
+ VERSION = "0.5.2"
3
3
  end
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.7
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-08-05 00:00:00.000000000 Z
11
+ date: 2016-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler