less-rails-fontawesome 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,350 @@
1
+ /*!
2
+ * Font Awesome 3.0.2
3
+ * the iconic font designed for use with Twitter Bootstrap
4
+ * -------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation
6
+ * can be found at: http://fortawesome.github.com/Font-Awesome/
7
+ *
8
+ * License
9
+ * -------------------------------------------------------
10
+ * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
11
+ * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
12
+ * http://opensource.org/licenses/mit-license.html
13
+ * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
14
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
15
+ * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
16
+
17
+ * Contact
18
+ * -------------------------------------------------------
19
+ * Email: dave@davegandy.com
20
+ * Twitter: http://twitter.com/fortaweso_me
21
+ * Work: Lead Product Designer @ http://kyruus.com
22
+ */
23
+
24
+ .icon-large {
25
+ font-size: 4/3em;
26
+ margin-top: -4px;
27
+ padding-top: 3px;
28
+ margin-bottom: -4px;
29
+ padding-bottom: 3px;
30
+ vertical-align: middle;
31
+ }
32
+
33
+ .nav {
34
+ [class^="icon-"],
35
+ [class*=" icon-"] {
36
+ vertical-align: inherit;
37
+ margin-top: -4px;
38
+ padding-top: 3px;
39
+ margin-bottom: -4px;
40
+ padding-bottom: 3px;
41
+ &.icon-large {
42
+ vertical-align: -25%;
43
+ }
44
+ }
45
+ }
46
+
47
+ .nav-pills, .nav-tabs {
48
+ [class^="icon-"],
49
+ [class*=" icon-"] {
50
+ &.icon-large {
51
+ line-height: .75em;
52
+ margin-top: -7px;
53
+ padding-top: 5px;
54
+ margin-bottom: -5px;
55
+ padding-bottom: 4px;
56
+ }
57
+ }
58
+ }
59
+
60
+ .btn {
61
+ [class^="icon-"],
62
+ [class*=" icon-"] {
63
+ &.pull-left, &.pull-right { vertical-align: inherit; }
64
+ &.icon-large {
65
+ margin-top: -.5em;
66
+ }
67
+ }
68
+ }
69
+
70
+ a [class^="icon-"],
71
+ a [class*=" icon-"] {
72
+ cursor: pointer;
73
+ }
74
+
75
+ ul.icons {
76
+ text-indent: -1.5em;
77
+ margin-left: 3em;
78
+ }
79
+
80
+
81
+ .ie7icon(@inner) {
82
+ *zoom: ~"expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '@{inner}')";
83
+ }
84
+
85
+ .icon-glass { .ie7icon(''); }
86
+ .icon-music { .ie7icon(''); }
87
+ .icon-search { .ie7icon(''); }
88
+ .icon-envelope { .ie7icon(''); }
89
+ .icon-heart { .ie7icon(''); }
90
+ .icon-star { .ie7icon(''); }
91
+ .icon-star-empty { .ie7icon(''); }
92
+ .icon-user { .ie7icon(''); }
93
+ .icon-film { .ie7icon(''); }
94
+ .icon-th-large { .ie7icon(''); }
95
+ .icon-th { .ie7icon(''); }
96
+ .icon-th-list { .ie7icon(''); }
97
+ .icon-ok { .ie7icon(''); }
98
+ .icon-remove { .ie7icon(''); }
99
+ .icon-zoom-in { .ie7icon(''); }
100
+
101
+ .icon-zoom-out { .ie7icon(''); }
102
+ .icon-off { .ie7icon(''); }
103
+ .icon-signal { .ie7icon(''); }
104
+ .icon-cog { .ie7icon(''); }
105
+ .icon-trash { .ie7icon(''); }
106
+ .icon-home { .ie7icon(''); }
107
+ .icon-file { .ie7icon(''); }
108
+ .icon-time { .ie7icon(''); }
109
+ .icon-road { .ie7icon(''); }
110
+ .icon-download-alt { .ie7icon(''); }
111
+ .icon-download { .ie7icon(''); }
112
+ .icon-upload { .ie7icon(''); }
113
+ .icon-inbox { .ie7icon(''); }
114
+ .icon-play-circle { .ie7icon(''); }
115
+ .icon-repeat { .ie7icon(''); }
116
+
117
+ .icon-refresh { .ie7icon(''); }
118
+ .icon-list-alt { .ie7icon(''); }
119
+ .icon-lock { .ie7icon(''); }
120
+ .icon-flag { .ie7icon(''); }
121
+ .icon-headphones { .ie7icon(''); }
122
+ .icon-volume-off { .ie7icon(''); }
123
+ .icon-volume-down { .ie7icon(''); }
124
+ .icon-volume-up { .ie7icon(''); }
125
+ .icon-qrcode { .ie7icon(''); }
126
+ .icon-barcode { .ie7icon(''); }
127
+ .icon-tag { .ie7icon(''); }
128
+ .icon-tags { .ie7icon(''); }
129
+ .icon-book { .ie7icon(''); }
130
+ .icon-bookmark { .ie7icon(''); }
131
+ .icon-print { .ie7icon(''); }
132
+
133
+ .icon-camera { .ie7icon(''); }
134
+ .icon-font { .ie7icon(''); }
135
+ .icon-bold { .ie7icon(''); }
136
+ .icon-italic { .ie7icon(''); }
137
+ .icon-text-height { .ie7icon(''); }
138
+ .icon-text-width { .ie7icon(''); }
139
+ .icon-align-left { .ie7icon(''); }
140
+ .icon-align-center { .ie7icon(''); }
141
+ .icon-align-right { .ie7icon(''); }
142
+ .icon-align-justify { .ie7icon(''); }
143
+ .icon-list { .ie7icon(''); }
144
+ .icon-indent-left { .ie7icon(''); }
145
+ .icon-indent-right { .ie7icon(''); }
146
+ .icon-facetime-video { .ie7icon(''); }
147
+ .icon-picture { .ie7icon(''); }
148
+
149
+ .icon-pencil { .ie7icon(''); }
150
+ .icon-map-marker { .ie7icon(''); }
151
+ .icon-adjust { .ie7icon(''); }
152
+ .icon-tint { .ie7icon(''); }
153
+ .icon-edit { .ie7icon(''); }
154
+ .icon-share { .ie7icon(''); }
155
+ .icon-check { .ie7icon(''); }
156
+ .icon-move { .ie7icon(''); }
157
+ .icon-step-backward { .ie7icon(''); }
158
+ .icon-fast-backward { .ie7icon(''); }
159
+ .icon-backward { .ie7icon(''); }
160
+ .icon-play { .ie7icon(''); }
161
+ .icon-pause { .ie7icon(''); }
162
+ .icon-stop { .ie7icon(''); }
163
+ .icon-forward { .ie7icon(''); }
164
+
165
+ .icon-fast-forward { .ie7icon(''); }
166
+ .icon-step-forward { .ie7icon(''); }
167
+ .icon-eject { .ie7icon(''); }
168
+ .icon-chevron-left { .ie7icon(''); }
169
+ .icon-chevron-right { .ie7icon(''); }
170
+ .icon-plus-sign { .ie7icon(''); }
171
+ .icon-minus-sign { .ie7icon(''); }
172
+ .icon-remove-sign { .ie7icon(''); }
173
+ .icon-ok-sign { .ie7icon(''); }
174
+ .icon-question-sign { .ie7icon(''); }
175
+ .icon-info-sign { .ie7icon(''); }
176
+ .icon-screenshot { .ie7icon(''); }
177
+ .icon-remove-circle { .ie7icon(''); }
178
+ .icon-ok-circle { .ie7icon(''); }
179
+ .icon-ban-circle { .ie7icon(''); }
180
+
181
+ .icon-arrow-left { .ie7icon(''); }
182
+ .icon-arrow-right { .ie7icon(''); }
183
+ .icon-arrow-up { .ie7icon(''); }
184
+ .icon-arrow-down { .ie7icon(''); }
185
+ .icon-share-alt { .ie7icon(''); }
186
+ .icon-resize-full { .ie7icon(''); }
187
+ .icon-resize-small { .ie7icon(''); }
188
+ .icon-plus { .ie7icon(''); }
189
+ .icon-minus { .ie7icon(''); }
190
+ .icon-asterisk { .ie7icon(''); }
191
+ .icon-exclamation-sign { .ie7icon(''); }
192
+ .icon-gift { .ie7icon(''); }
193
+ .icon-leaf { .ie7icon(''); }
194
+ .icon-fire { .ie7icon(''); }
195
+ .icon-eye-open { .ie7icon(''); }
196
+
197
+ .icon-eye-close { .ie7icon(''); }
198
+ .icon-warning-sign { .ie7icon(''); }
199
+ .icon-plane { .ie7icon(''); }
200
+ .icon-calendar { .ie7icon(''); }
201
+ .icon-random { .ie7icon(''); }
202
+ .icon-comment { .ie7icon(''); }
203
+ .icon-magnet { .ie7icon(''); }
204
+ .icon-chevron-up { .ie7icon(''); }
205
+ .icon-chevron-down { .ie7icon(''); }
206
+ .icon-retweet { .ie7icon(''); }
207
+ .icon-shopping-cart { .ie7icon(''); }
208
+ .icon-folder-close { .ie7icon(''); }
209
+ .icon-folder-open { .ie7icon(''); }
210
+ .icon-resize-vertical { .ie7icon(''); }
211
+ .icon-resize-horizontal { .ie7icon(''); }
212
+
213
+ .icon-bar-chart { .ie7icon(''); }
214
+ .icon-twitter-sign { .ie7icon(''); }
215
+ .icon-facebook-sign { .ie7icon(''); }
216
+ .icon-camera-retro { .ie7icon(''); }
217
+ .icon-key { .ie7icon(''); }
218
+ .icon-cogs { .ie7icon(''); }
219
+ .icon-comments { .ie7icon(''); }
220
+ .icon-thumbs-up { .ie7icon(''); }
221
+ .icon-thumbs-down { .ie7icon(''); }
222
+ .icon-star-half { .ie7icon(''); }
223
+ .icon-heart-empty { .ie7icon(''); }
224
+ .icon-signout { .ie7icon(''); }
225
+ .icon-linkedin-sign { .ie7icon(''); }
226
+ .icon-pushpin { .ie7icon(''); }
227
+ .icon-external-link { .ie7icon(''); }
228
+
229
+ .icon-signin { .ie7icon(''); }
230
+ .icon-trophy { .ie7icon(''); }
231
+ .icon-github-sign { .ie7icon(''); }
232
+ .icon-upload-alt { .ie7icon(''); }
233
+ .icon-lemon { .ie7icon(''); }
234
+ .icon-phone { .ie7icon(''); }
235
+ .icon-check-empty { .ie7icon(''); }
236
+ .icon-bookmark-empty { .ie7icon(''); }
237
+ .icon-phone-sign { .ie7icon(''); }
238
+ .icon-twitter { .ie7icon(''); }
239
+ .icon-facebook { .ie7icon(''); }
240
+ .icon-github { .ie7icon(''); }
241
+ .icon-unlock { .ie7icon(''); }
242
+ .icon-credit-card { .ie7icon(''); }
243
+ .icon-rss { .ie7icon(''); }
244
+
245
+ .icon-hdd { .ie7icon(''); }
246
+ .icon-bullhorn { .ie7icon(''); }
247
+ .icon-bell { .ie7icon(''); }
248
+ .icon-certificate { .ie7icon(''); }
249
+ .icon-hand-right { .ie7icon(''); }
250
+ .icon-hand-left { .ie7icon(''); }
251
+ .icon-hand-up { .ie7icon(''); }
252
+ .icon-hand-down { .ie7icon(''); }
253
+ .icon-circle-arrow-left { .ie7icon(''); }
254
+ .icon-circle-arrow-right { .ie7icon(''); }
255
+ .icon-circle-arrow-up { .ie7icon(''); }
256
+ .icon-circle-arrow-down { .ie7icon(''); }
257
+ .icon-globe { .ie7icon(''); }
258
+ .icon-wrench { .ie7icon(''); }
259
+ .icon-tasks { .ie7icon(''); }
260
+
261
+ .icon-filter { .ie7icon(''); }
262
+ .icon-briefcase { .ie7icon(''); }
263
+ .icon-fullscreen { .ie7icon(''); }
264
+
265
+ .icon-group { .ie7icon(''); }
266
+ .icon-link { .ie7icon(''); }
267
+ .icon-cloud { .ie7icon(''); }
268
+ .icon-beaker { .ie7icon(''); }
269
+ .icon-cut { .ie7icon(''); }
270
+ .icon-copy { .ie7icon(''); }
271
+ .icon-paper-clip { .ie7icon(''); }
272
+ .icon-save { .ie7icon(''); }
273
+ .icon-sign-blank { .ie7icon(''); }
274
+ .icon-reorder { .ie7icon(''); }
275
+ .icon-list-ul { .ie7icon(''); }
276
+ .icon-list-ol { .ie7icon(''); }
277
+ .icon-strikethrough { .ie7icon(''); }
278
+ .icon-underline { .ie7icon(''); }
279
+ .icon-table { .ie7icon(''); }
280
+
281
+ .icon-magic { .ie7icon(''); }
282
+ .icon-truck { .ie7icon(''); }
283
+ .icon-pinterest { .ie7icon(''); }
284
+ .icon-pinterest-sign { .ie7icon(''); }
285
+ .icon-google-plus-sign { .ie7icon(''); }
286
+ .icon-google-plus { .ie7icon(''); }
287
+ .icon-money { .ie7icon(''); }
288
+ .icon-caret-down { .ie7icon(''); }
289
+ .icon-caret-up { .ie7icon(''); }
290
+ .icon-caret-left { .ie7icon(''); }
291
+ .icon-caret-right { .ie7icon(''); }
292
+ .icon-columns { .ie7icon(''); }
293
+ .icon-sort { .ie7icon(''); }
294
+ .icon-sort-down { .ie7icon(''); }
295
+ .icon-sort-up { .ie7icon(''); }
296
+
297
+ .icon-envelope-alt { .ie7icon(''); }
298
+ .icon-linkedin { .ie7icon(''); }
299
+ .icon-undo { .ie7icon(''); }
300
+ .icon-legal { .ie7icon(''); }
301
+ .icon-dashboard { .ie7icon(''); }
302
+ .icon-comment-alt { .ie7icon(''); }
303
+ .icon-comments-alt { .ie7icon(''); }
304
+ .icon-bolt { .ie7icon(''); }
305
+ .icon-sitemap { .ie7icon(''); }
306
+ .icon-umbrella { .ie7icon(''); }
307
+ .icon-paste { .ie7icon(''); }
308
+ .icon-lightbulb { .ie7icon(''); }
309
+ .icon-exchange { .ie7icon(''); }
310
+ .icon-cloud-download { .ie7icon(''); }
311
+ .icon-cloud-upload { .ie7icon(''); }
312
+
313
+ .icon-user-md { .ie7icon(''); }
314
+ .icon-stethoscope { .ie7icon(''); }
315
+ .icon-suitcase { .ie7icon(''); }
316
+ .icon-bell-alt { .ie7icon(''); }
317
+ .icon-coffee { .ie7icon(''); }
318
+ .icon-food { .ie7icon(''); }
319
+ .icon-file-alt { .ie7icon(''); }
320
+ .icon-building { .ie7icon(''); }
321
+ .icon-hospital { .ie7icon(''); }
322
+ .icon-ambulance { .ie7icon(''); }
323
+ .icon-medkit { .ie7icon(''); }
324
+ .icon-fighter-jet { .ie7icon(''); }
325
+ .icon-beer { .ie7icon(''); }
326
+ .icon-h-sign { .ie7icon(''); }
327
+ .icon-plus-sign-alt { .ie7icon(''); }
328
+
329
+ .icon-double-angle-left { .ie7icon(''); }
330
+ .icon-double-angle-right { .ie7icon(''); }
331
+ .icon-double-angle-up { .ie7icon(''); }
332
+ .icon-double-angle-down { .ie7icon(''); }
333
+ .icon-angle-left { .ie7icon(''); }
334
+ .icon-angle-right { .ie7icon(''); }
335
+ .icon-angle-up { .ie7icon(''); }
336
+ .icon-angle-down { .ie7icon(''); }
337
+ .icon-desktop { .ie7icon(''); }
338
+ .icon-laptop { .ie7icon(''); }
339
+ .icon-tablet { .ie7icon(''); }
340
+ .icon-mobile-phone { .ie7icon(''); }
341
+ .icon-circle-blank { .ie7icon(''); }
342
+ .icon-quote-left { .ie7icon(''); }
343
+ .icon-quote-right { .ie7icon(''); }
344
+
345
+ .icon-spinner { .ie7icon(''); }
346
+ .icon-circle { .ie7icon(''); }
347
+ .icon-reply { .ie7icon(''); }
348
+ .icon-github-alt { .ie7icon(''); }
349
+ .icon-folder-close-alt { .ie7icon(''); }
350
+ .icon-folder-open-alt { .ie7icon(''); }
@@ -1,25 +1,25 @@
1
- /* Font Awesome 3.0
2
- the iconic font designed for use with Twitter Bootstrap
3
- -------------------------------------------------------
4
- The full suite of pictographic icons, examples, and documentation
5
- can be found at: http://fortawesome.github.com/Font-Awesome/
6
-
7
- License
8
- -------------------------------------------------------
9
- The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
10
- Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
11
- http://opensource.org/licenses/mit-license.html
12
- • The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
13
- Attribution is no longer required in Font Awesome 3.0, but much appreciated:
14
- "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
15
-
16
- Contact
17
- -------------------------------------------------------
18
- Email: dave@davegandy.com
19
- Twitter: http://twitter.com/fortaweso_me
20
- Work: Lead Product Designer @ http://kyruus.com
21
-
22
- */
1
+ /*!
2
+ * Font Awesome 3.0.2
3
+ * the iconic font designed for use with Twitter Bootstrap
4
+ * -------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation
6
+ * can be found at: http://fortawesome.github.com/Font-Awesome/
7
+ *
8
+ * License
9
+ * -------------------------------------------------------
10
+ * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
11
+ * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
12
+ * http://opensource.org/licenses/mit-license.html
13
+ * - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
14
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
15
+ * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
16
+
17
+ * Contact
18
+ * -------------------------------------------------------
19
+ * Email: dave@davegandy.com
20
+ * Twitter: http://twitter.com/fortaweso_me
21
+ * Work: Lead Product Designer @ http://kyruus.com
22
+ */
23
23
 
24
24
  @FontAwesomePath: "/assets";
25
25
  @borderColor: #eee;
@@ -28,31 +28,55 @@
28
28
 
29
29
  @font-face {
30
30
  font-family: 'FontAwesome';
31
- src: url('@{FontAwesomePath}/fontawesome-webfont.eot');
32
- src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
33
- url('@{FontAwesomePath}/fontawesome-webfont.woff') format('woff'),
34
- url('@{FontAwesomePath}/fontawesome-webfont.ttf') format('truetype');
31
+ src: url('@{FontAwesomePath}/fontawesome-webfont.eot?v=3.0.1');
32
+ src: url('@{FontAwesomePath}/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
33
+ url('@{FontAwesomePath}/fontawesome-webfont.woff?v=3.0.1') format('woff'),
34
+ url('@{FontAwesomePath}/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
35
+ // url('@{FontAwesomePath}/fontawesome-webfont.svg#fontawesomeregular?v=3.0.1') format('svg');
36
+
37
+ // src: url('@{FontAwesomePath}/FontAwesome.otf') format('opentype');
38
+
35
39
  font-weight: normal;
36
40
  font-style: normal;
37
41
  }
38
42
 
39
43
  /* Font Awesome styles
40
44
  ------------------------------------------------------- */
41
- /* includes sprites.less reset */
42
45
  [class^="icon-"],
43
46
  [class*=" icon-"] {
44
47
  font-family: FontAwesome;
45
48
  font-weight: normal;
46
49
  font-style: normal;
47
50
  text-decoration: inherit;
51
+ -webkit-font-smoothing: antialiased;
52
+
53
+ /* sprites.less reset */
48
54
  display: inline;
49
55
  width: auto;
50
56
  height: auto;
51
57
  line-height: normal;
52
58
  vertical-align: baseline;
53
- background-image: none !important;
59
+ background-image: none;
54
60
  background-position: 0% 0%;
55
61
  background-repeat: repeat;
62
+ margin-top: 0;
63
+ }
64
+
65
+ /* more sprites.less reset */
66
+ .icon-white,
67
+ .nav-pills > .active > a > [class^="icon-"],
68
+ .nav-pills > .active > a > [class*=" icon-"],
69
+ .nav-list > .active > a > [class^="icon-"],
70
+ .nav-list > .active > a > [class*=" icon-"],
71
+ .navbar-inverse .nav > .active > a > [class^="icon-"],
72
+ .navbar-inverse .nav > .active > a > [class*=" icon-"],
73
+ .dropdown-menu > li > a:hover > [class^="icon-"],
74
+ .dropdown-menu > li > a:hover > [class*=" icon-"],
75
+ .dropdown-menu > .active > a > [class^="icon-"],
76
+ .dropdown-menu > .active > a > [class*=" icon-"],
77
+ .dropdown-submenu:hover > a > [class^="icon-"],
78
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
79
+ background-image: none;
56
80
  }
57
81
 
58
82
  [class^="icon-"]:before,
@@ -81,14 +105,20 @@ a {
81
105
  [class*=" icon-"] {
82
106
  display: inline;
83
107
  /* keeps button heights with and without icons the same */
84
- line-height: .6em;
85
- &.icon-spin {
86
- display: inline-block;
87
- }
108
+ &.icon-large { line-height: .9em; }
109
+ &.icon-spin { display: inline-block; }
88
110
  }
89
111
  }
90
112
 
91
- li {
113
+ .nav-tabs, .nav-pills {
114
+ [class^="icon-"],
115
+ [class*=" icon-"] {
116
+ /* keeps button heights with and without icons the same */
117
+ &, &.icon-large { line-height: .9em; }
118
+ }
119
+ }
120
+
121
+ li, .nav li {
92
122
  [class^="icon-"],
93
123
  [class*=" icon-"] {
94
124
  display: inline-block;
@@ -161,10 +191,10 @@ ul.icons {
161
191
  [class^="icon-"],
162
192
  [class*=" icon-"] {
163
193
  &.pull-left {
164
- margin-right: .35em;
194
+ margin-right: .3em;
165
195
  }
166
196
  &.pull-right {
167
- margin-left: .35em;
197
+ margin-left: .3em;
168
198
  }
169
199
  }
170
200
 
@@ -172,9 +202,9 @@ ul.icons {
172
202
  [class^="icon-"],
173
203
  [class*=" icon-"] {
174
204
  &.pull-left, &.pull-right {
175
- &.icon-2x { margin-top: .35em; }
205
+ &.icon-2x { margin-top: .18em; }
176
206
  }
177
- &.icon-spin.icon-large { height: .75em; }
207
+ &.icon-spin.icon-large { line-height: .8em; }
178
208
  }
179
209
  }
180
210
 
@@ -182,7 +212,7 @@ ul.icons {
182
212
  [class^="icon-"],
183
213
  [class*=" icon-"] {
184
214
  &.pull-left, &.pull-right {
185
- &.icon-2x { margin-top: .45em; }
215
+ &.icon-2x { margin-top: .25em; }
186
216
  }
187
217
  }
188
218
  }
@@ -190,9 +220,12 @@ ul.icons {
190
220
  .btn.btn-large {
191
221
  [class^="icon-"],
192
222
  [class*=" icon-"] {
223
+ margin-top: 0; // overrides bootstrap default
193
224
  &.pull-left, &.pull-right {
194
- &.icon-2x { margin-top: .2em; }
225
+ &.icon-2x { margin-top: .05em; }
195
226
  }
227
+ &.pull-left.icon-2x { margin-right: .2em; }
228
+ &.pull-right.icon-2x { margin-left: .2em; }
196
229
  }
197
230
  }
198
231
 
@@ -226,6 +259,12 @@ ul.icons {
226
259
  100% { transform: rotate(359deg); }
227
260
  }
228
261
 
262
+ @-moz-document url-prefix() {
263
+ .icon-spin { height: .9em; }
264
+ .btn .icon-spin { height: auto; }
265
+ .icon-spin.icon-large { height: 1.25em; }
266
+ .btn .icon-spin.icon-large { height: .75em; }
267
+ }
229
268
 
230
269
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
231
270
  readers do not read off random characters that represent icons */