bootstrap-sass-rails 3.0.0.3 → 3.0.1.0

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.
Files changed (53) hide show
  1. data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.eot +0 -0
  2. data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.svg +200 -199
  3. data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  4. data/app/assets/fonts/twitter/bootstrap/glyphicons-halflings-regular.woff +0 -0
  5. data/app/assets/javascripts/twitter/bootstrap/affix.js +2 -2
  6. data/app/assets/javascripts/twitter/bootstrap/alert.js +1 -1
  7. data/app/assets/javascripts/twitter/bootstrap/button.js +1 -1
  8. data/app/assets/javascripts/twitter/bootstrap/carousel.js +2 -2
  9. data/app/assets/javascripts/twitter/bootstrap/collapse.js +2 -2
  10. data/app/assets/javascripts/twitter/bootstrap/dropdown.js +2 -2
  11. data/app/assets/javascripts/twitter/bootstrap/modal.js +2 -2
  12. data/app/assets/javascripts/twitter/bootstrap/popover.js +2 -2
  13. data/app/assets/javascripts/twitter/bootstrap/scrollspy.js +2 -2
  14. data/app/assets/javascripts/twitter/bootstrap/tab.js +3 -3
  15. data/app/assets/javascripts/twitter/bootstrap/tooltip.js +2 -2
  16. data/app/assets/javascripts/twitter/bootstrap/transition.js +1 -1
  17. data/app/assets/stylesheets/twitter/bootstrap.css.scss +0 -10
  18. data/app/assets/stylesheets/twitter/bootstrap/_alerts.scss +1 -1
  19. data/app/assets/stylesheets/twitter/bootstrap/_breadcrumbs.scss +2 -2
  20. data/app/assets/stylesheets/twitter/bootstrap/_button-groups.scss +6 -1
  21. data/app/assets/stylesheets/twitter/bootstrap/_buttons.scss +2 -4
  22. data/app/assets/stylesheets/twitter/bootstrap/_carousel.scss +32 -10
  23. data/app/assets/stylesheets/twitter/bootstrap/_code.scss +5 -8
  24. data/app/assets/stylesheets/twitter/bootstrap/_dropdowns.scss +1 -2
  25. data/app/assets/stylesheets/twitter/bootstrap/_forms.scss +16 -3
  26. data/app/assets/stylesheets/twitter/bootstrap/_glyphicons.scss +16 -11
  27. data/app/assets/stylesheets/twitter/bootstrap/_grid.scss +31 -285
  28. data/app/assets/stylesheets/twitter/bootstrap/_input-groups.scss +9 -0
  29. data/app/assets/stylesheets/twitter/bootstrap/_jumbotron.scss +2 -2
  30. data/app/assets/stylesheets/twitter/bootstrap/_list-group.scss +14 -15
  31. data/app/assets/stylesheets/twitter/bootstrap/_mixins.scss +155 -31
  32. data/app/assets/stylesheets/twitter/bootstrap/_modals.scss +2 -16
  33. data/app/assets/stylesheets/twitter/bootstrap/_navbar.scss +10 -7
  34. data/app/assets/stylesheets/twitter/bootstrap/_navs.scss +53 -20
  35. data/app/assets/stylesheets/twitter/bootstrap/_normalize.scss +16 -6
  36. data/app/assets/stylesheets/twitter/bootstrap/_pagination.scss +2 -0
  37. data/app/assets/stylesheets/twitter/bootstrap/_panels.scss +31 -7
  38. data/app/assets/stylesheets/twitter/bootstrap/_print.scss +6 -1
  39. data/app/assets/stylesheets/twitter/bootstrap/_progress-bars.scss +4 -7
  40. data/app/assets/stylesheets/twitter/bootstrap/_responsive-utilities.scss +37 -48
  41. data/app/assets/stylesheets/twitter/bootstrap/_scaffolding.scss +1 -12
  42. data/app/assets/stylesheets/twitter/bootstrap/_tables.scss +40 -40
  43. data/app/assets/stylesheets/twitter/bootstrap/_theme.scss +26 -11
  44. data/app/assets/stylesheets/twitter/bootstrap/_thumbnails.scss +6 -6
  45. data/app/assets/stylesheets/twitter/bootstrap/_tooltip.scss +8 -8
  46. data/app/assets/stylesheets/twitter/bootstrap/_type.scss +71 -30
  47. data/app/assets/stylesheets/twitter/bootstrap/_utilities.scss +15 -1
  48. data/app/assets/stylesheets/twitter/bootstrap/_variables.scss +56 -39
  49. data/lib/bootstrap/sass/rails/engine.rb +9 -1
  50. data/lib/bootstrap/sass/rails/version.rb +1 -1
  51. data/test/cases/usage_css_spec.rb +0 -3
  52. metadata +25 -7
  53. checksums.yaml +0 -15
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: collapse.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#collapse
3
+ * http://getbootstrap.com/javascript/#collapse
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: dropdown.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#dropdowns
3
+ * http://getbootstrap.com/javascript/#dropdowns
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: modal.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#modals
3
+ * http://getbootstrap.com/javascript/#modals
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: popover.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#popovers
3
+ * http://getbootstrap.com/javascript/#popovers
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: scrollspy.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#scrollspy
3
+ * http://getbootstrap.com/javascript/#scrollspy
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -1,8 +1,8 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: tab.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#tabs
3
+ * http://getbootstrap.com/javascript/#tabs
4
4
  * ========================================================================
5
- * Copyright 2012 Twitter, Inc.
5
+ * Copyright 2013 Twitter, Inc.
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@
30
30
  Tab.prototype.show = function () {
31
31
  var $this = this.element
32
32
  var $ul = $this.closest('ul:not(.dropdown-menu)')
33
- var selector = $this.attr('data-target')
33
+ var selector = $this.data('target')
34
34
 
35
35
  if (!selector) {
36
36
  selector = $this.attr('href')
@@ -1,9 +1,9 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: tooltip.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#tooltip
3
+ * http://getbootstrap.com/javascript/#tooltip
4
4
  * Inspired by the original jQuery.tipsy by Jason Frame
5
5
  * ========================================================================
6
- * Copyright 2012 Twitter, Inc.
6
+ * Copyright 2013 Twitter, Inc.
7
7
  *
8
8
  * Licensed under the Apache License, Version 2.0 (the "License");
9
9
  * you may not use this file except in compliance with the License.
@@ -1,6 +1,6 @@
1
1
  /* ========================================================================
2
2
  * Bootstrap: transition.js v3.0.0
3
- * http://twbs.github.com/bootstrap/javascript.html#transitions
3
+ * http://getbootstrap.com/javascript/#transitions
4
4
  * ========================================================================
5
5
  * Copyright 2013 Twitter, Inc.
6
6
  *
@@ -1,13 +1,3 @@
1
- /*!
2
- * Bootstrap v3.0.0
3
- *
4
- * Copyright 2013 Twitter, Inc
5
- * Licensed under the Apache License v2.0
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- *
8
- * Designed and built with all the love in the world by @mdo and @fat.
9
- */
10
-
11
1
  // Core variables and mixins
12
2
  @import "twitter/bootstrap/variables";
13
3
  @import "twitter/bootstrap/mixins";
@@ -15,7 +15,7 @@
15
15
  // Headings for larger alerts
16
16
  h4 {
17
17
  margin-top: 0;
18
- // Specified for the h4 to prevent conflicts of changing $headingsColor
18
+ // Specified for the h4 to prevent conflicts of changing $headings-color
19
19
  color: inherit;
20
20
  }
21
21
  // Provide class for links that match alerts
@@ -11,8 +11,8 @@
11
11
  border-radius: $border-radius-base;
12
12
  > li {
13
13
  display: inline-block;
14
- &+li:before {
15
- content: "/\00a0"; // Unicode space added since inline-block means non-collapsing white-space
14
+ + li:before {
15
+ content: "#{$breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
16
16
  padding: 0 5px;
17
17
  color: $breadcrumb-color;
18
18
  }
@@ -19,7 +19,7 @@
19
19
  }
20
20
  }
21
21
  .dropup {
22
- & .btn-default .caret {
22
+ .btn-default .caret {
23
23
  border-bottom-color: $btn-default-color;
24
24
  }
25
25
  .btn-primary,
@@ -150,6 +150,11 @@
150
150
  // Remove the gradient and set the same inset shadow as the :active state
151
151
  .btn-group.open .dropdown-toggle {
152
152
  @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
153
+
154
+ // Show no shadow for `.btn-link` since it has no other button styles.
155
+ &.btn-link {
156
+ @include box-shadow(none);
157
+ }
153
158
  }
154
159
 
155
160
 
@@ -9,17 +9,15 @@
9
9
  // Core styles
10
10
  .btn {
11
11
  display: inline-block;
12
- padding: $padding-base-vertical $padding-base-horizontal;
13
12
  margin-bottom: 0; // For input.btn
14
- font-size: $font-size-base;
15
13
  font-weight: $btn-font-weight;
16
- line-height: $line-height-base;
17
14
  text-align: center;
18
15
  vertical-align: middle;
19
16
  cursor: pointer;
17
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
20
18
  border: 1px solid transparent;
21
- border-radius: $border-radius-base;
22
19
  white-space: nowrap;
20
+ @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $border-radius-base);
23
21
  @include user-select(none);
24
22
 
25
23
  &:focus {
@@ -75,7 +75,7 @@
75
75
  color: $carousel-control-color;
76
76
  text-align: center;
77
77
  text-shadow: $carousel-text-shadow;
78
- // We can't have this transition here because webkit cancels the carousel
78
+ // We can't have this transition here because WebKit cancels the carousel
79
79
  // animation if you trip this while in the middle of another animation.
80
80
 
81
81
  // Set gradients for backgrounds
@@ -103,11 +103,18 @@
103
103
  .glyphicon-chevron-right {
104
104
  position: absolute;
105
105
  top: 50%;
106
- left: 50%;
107
106
  z-index: 5;
108
107
  display: inline-block;
109
108
  }
110
109
  .icon-prev,
110
+ .glyphicon-chevron-left {
111
+ left: 50%;
112
+ }
113
+ .icon-next,
114
+ .glyphicon-chevron-right {
115
+ right: 50%;
116
+ }
117
+ .icon-prev,
111
118
  .icon-next {
112
119
  width: 20px;
113
120
  height: 20px;
@@ -153,6 +160,17 @@
153
160
  border: 1px solid $carousel-indicator-border-color;
154
161
  border-radius: 10px;
155
162
  cursor: pointer;
163
+
164
+ // IE8-9 hack for event handling
165
+ //
166
+ // Internet Explorer 8-9 does not support clicks on elements without a set
167
+ // `background-color`. We cannot use `filter` since that's not viewed as a
168
+ // background color by the browser. Thus, a hack is needed.
169
+ //
170
+ // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
171
+ // set alpha transparency for the best results possible.
172
+ background-color: #000 \9; // IE8
173
+ background-color: rgba(0,0,0,0); // IE9
156
174
  }
157
175
  .active {
158
176
  margin: 0;
@@ -183,16 +201,20 @@
183
201
 
184
202
 
185
203
  // Scale up controls for tablets and up
186
- @media screen and (min-width: $screen-tablet) {
204
+ @media screen and (min-width: $screen-sm-min) {
187
205
 
188
206
  // Scale up the controls a smidge
189
- .carousel-control .icon-prev,
190
- .carousel-control .icon-next {
191
- width: 30px;
192
- height: 30px;
193
- margin-top: -15px;
194
- margin-left: -15px;
195
- font-size: 30px;
207
+ .carousel-control {
208
+ .glyphicons-chevron-left,
209
+ .glyphicons-chevron-right,
210
+ .icon-prev,
211
+ .icon-next {
212
+ width: 30px;
213
+ height: 30px;
214
+ margin-top: -15px;
215
+ margin-left: -15px;
216
+ font-size: 30px;
217
+ }
196
218
  }
197
219
 
198
220
  // Show and left align the captions
@@ -1,11 +1,13 @@
1
1
  //
2
- // Code (inline and blocK)
2
+ // Code (inline and block)
3
3
  // --------------------------------------------------
4
4
 
5
5
 
6
6
  // Inline and block code styles
7
7
  code,
8
- pre {
8
+ kbd,
9
+ pre,
10
+ samp {
9
11
  font-family: $font-family-monospace;
10
12
  }
11
13
 
@@ -33,11 +35,6 @@ pre {
33
35
  border: 1px solid $pre-border-color;
34
36
  border-radius: $border-radius-base;
35
37
 
36
- // Make prettyprint styles more spaced out for readability
37
- &.prettyprint {
38
- margin-bottom: $line-height-computed;
39
- }
40
-
41
38
  // Account for some code outputs that place code tags in pre tags
42
39
  code {
43
40
  padding: 0;
@@ -45,7 +42,7 @@ pre {
45
42
  color: inherit;
46
43
  white-space: pre-wrap;
47
44
  background-color: transparent;
48
- border: 0;
45
+ border-radius: 0;
49
46
  }
50
47
  }
51
48
 
@@ -16,7 +16,6 @@
16
16
  // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
17
17
  // we can just straight up remove this.
18
18
  border-bottom: 0 dotted;
19
- content: "";
20
19
  }
21
20
 
22
21
  // The dropdown wrapper (div)
@@ -167,7 +166,7 @@
167
166
  // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
168
167
  // gets fixed, restore `border-top: 0;`.
169
168
  border-top: 0 dotted;
170
- border-bottom: 4px solid $dropdown-caret-color;
169
+ border-bottom: $caret-width-base solid $dropdown-caret-color;
171
170
  content: "";
172
171
  }
173
172
  // Different positioning for bottom up menu
@@ -82,6 +82,15 @@ input[type="number"] {
82
82
  }
83
83
  }
84
84
 
85
+ // Adjust output element
86
+ output {
87
+ display: block;
88
+ padding-top: ($padding-base-vertical + 1);
89
+ font-size: $font-size-base;
90
+ line-height: $line-height-base;
91
+ color: $input-color;
92
+ vertical-align: middle;
93
+ }
85
94
 
86
95
  // Placeholder
87
96
  //
@@ -124,6 +133,7 @@ input[type="number"] {
124
133
  color: $input-color;
125
134
  vertical-align: middle;
126
135
  background-color: $input-bg;
136
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
127
137
  border: 1px solid $input-border;
128
138
  border-radius: $input-border-radius;
129
139
  @include box-shadow(inset 0 1px 1px rgba(0,0,0,.075));
@@ -254,7 +264,6 @@ input[type="checkbox"],
254
264
 
255
265
  .form-control-static {
256
266
  margin-bottom: 0; // Remove default margin from `p`
257
- padding-top: ($padding-base-vertical + 1);
258
267
  }
259
268
 
260
269
 
@@ -286,7 +295,7 @@ input[type="checkbox"],
286
295
  .form-inline {
287
296
 
288
297
  // Kick in the inline
289
- @media (min-width: $screen-tablet) {
298
+ @media (min-width: $screen-sm) {
290
299
  // Inline-block all the things for "inline"
291
300
  .form-group {
292
301
  display: inline-block;
@@ -341,8 +350,12 @@ input[type="checkbox"],
341
350
  @include make-row();
342
351
  }
343
352
 
353
+ .form-control-static {
354
+ padding-top: ($padding-base-vertical + 1);
355
+ }
356
+
344
357
  // Only right align form labels here when the columns stop stacking
345
- @media (min-width: $screen-tablet) {
358
+ @media (min-width: $screen-sm-min) {
346
359
  .control-label {
347
360
  text-align: right;
348
361
  }
@@ -14,7 +14,7 @@
14
14
  src: font-url("#{$icon-font-path}#{$icon-font-name}.eot?#iefix") format('embedded-opentype'),
15
15
  font-url("#{$icon-font-path}#{$icon-font-name}.woff") format('woff'),
16
16
  font-url("#{$icon-font-path}#{$icon-font-name}.ttf") format('truetype'),
17
- font-url("#{$icon-font-path}#{$icon-font-name}.svg#glyphicons-halflingsregular") format('svg');
17
+ font-url("#{$icon-font-path}#{$icon-font-name}.svg#glyphicons_halflingsregular") format('svg');
18
18
  }
19
19
 
20
20
  // Catchall baseclass
@@ -27,6 +27,11 @@
27
27
  font-weight: normal;
28
28
  line-height: 1;
29
29
  -webkit-font-smoothing: antialiased;
30
+ -moz-osx-font-smoothing: grayscale;
31
+
32
+ &:empty {
33
+ width: 1em;
34
+ }
30
35
  }
31
36
 
32
37
  // Individual icons
@@ -68,6 +73,7 @@
68
73
  .glyphicon-repeat { &:before { content: "\e030"; } }
69
74
  .glyphicon-refresh { &:before { content: "\e031"; } }
70
75
  .glyphicon-list-alt { &:before { content: "\e032"; } }
76
+ .glyphicon-lock { &:before { content: "\e033"; } }
71
77
  .glyphicon-flag { &:before { content: "\e034"; } }
72
78
  .glyphicon-headphones { &:before { content: "\e035"; } }
73
79
  .glyphicon-volume-off { &:before { content: "\e036"; } }
@@ -78,7 +84,9 @@
78
84
  .glyphicon-tag { &:before { content: "\e041"; } }
79
85
  .glyphicon-tags { &:before { content: "\e042"; } }
80
86
  .glyphicon-book { &:before { content: "\e043"; } }
87
+ .glyphicon-bookmark { &:before { content: "\e044"; } }
81
88
  .glyphicon-print { &:before { content: "\e045"; } }
89
+ .glyphicon-camera { &:before { content: "\e046"; } }
82
90
  .glyphicon-font { &:before { content: "\e047"; } }
83
91
  .glyphicon-bold { &:before { content: "\e048"; } }
84
92
  .glyphicon-italic { &:before { content: "\e049"; } }
@@ -132,10 +140,12 @@
132
140
  .glyphicon-exclamation-sign { &:before { content: "\e101"; } }
133
141
  .glyphicon-gift { &:before { content: "\e102"; } }
134
142
  .glyphicon-leaf { &:before { content: "\e103"; } }
143
+ .glyphicon-fire { &:before { content: "\e104"; } }
135
144
  .glyphicon-eye-open { &:before { content: "\e105"; } }
136
145
  .glyphicon-eye-close { &:before { content: "\e106"; } }
137
146
  .glyphicon-warning-sign { &:before { content: "\e107"; } }
138
147
  .glyphicon-plane { &:before { content: "\e108"; } }
148
+ .glyphicon-calendar { &:before { content: "\e109"; } }
139
149
  .glyphicon-random { &:before { content: "\e110"; } }
140
150
  .glyphicon-comment { &:before { content: "\e111"; } }
141
151
  .glyphicon-magnet { &:before { content: "\e112"; } }
@@ -149,6 +159,7 @@
149
159
  .glyphicon-resize-horizontal { &:before { content: "\e120"; } }
150
160
  .glyphicon-hdd { &:before { content: "\e121"; } }
151
161
  .glyphicon-bullhorn { &:before { content: "\e122"; } }
162
+ .glyphicon-bell { &:before { content: "\e123"; } }
152
163
  .glyphicon-certificate { &:before { content: "\e124"; } }
153
164
  .glyphicon-thumbs-up { &:before { content: "\e125"; } }
154
165
  .glyphicon-thumbs-down { &:before { content: "\e126"; } }
@@ -161,13 +172,17 @@
161
172
  .glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
162
173
  .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
163
174
  .glyphicon-globe { &:before { content: "\e135"; } }
175
+ .glyphicon-wrench { &:before { content: "\e136"; } }
164
176
  .glyphicon-tasks { &:before { content: "\e137"; } }
165
177
  .glyphicon-filter { &:before { content: "\e138"; } }
178
+ .glyphicon-briefcase { &:before { content: "\e139"; } }
166
179
  .glyphicon-fullscreen { &:before { content: "\e140"; } }
167
180
  .glyphicon-dashboard { &:before { content: "\e141"; } }
181
+ .glyphicon-paperclip { &:before { content: "\e142"; } }
168
182
  .glyphicon-heart-empty { &:before { content: "\e143"; } }
169
183
  .glyphicon-link { &:before { content: "\e144"; } }
170
184
  .glyphicon-phone { &:before { content: "\e145"; } }
185
+ .glyphicon-pushpin { &:before { content: "\e146"; } }
171
186
  .glyphicon-usd { &:before { content: "\e148"; } }
172
187
  .glyphicon-gbp { &:before { content: "\e149"; } }
173
188
  .glyphicon-sort { &:before { content: "\e150"; } }
@@ -220,13 +235,3 @@
220
235
  .glyphicon-cloud-upload { &:before { content: "\e198"; } }
221
236
  .glyphicon-tree-conifer { &:before { content: "\e199"; } }
222
237
  .glyphicon-tree-deciduous { &:before { content: "\e200"; } }
223
- .glyphicon-briefcase { &:before { content: "\1f4bc"; } }
224
- .glyphicon-calendar { &:before { content: "\1f4c5"; } }
225
- .glyphicon-pushpin { &:before { content: "\1f4cc"; } }
226
- .glyphicon-paperclip { &:before { content: "\1f4ce"; } }
227
- .glyphicon-camera { &:before { content: "\1f4f7"; } }
228
- .glyphicon-lock { &:before { content: "\1f512"; } }
229
- .glyphicon-bell { &:before { content: "\1f514"; } }
230
- .glyphicon-bookmark { &:before { content: "\1f516"; } }
231
- .glyphicon-fire { &:before { content: "\1f525"; } }
232
- .glyphicon-wrench { &:before { content: "\1f527"; } }