anjlab-bootstrap-rails 3.0.0.rc2 → 3.0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +11 -8
  3. data/Rakefile +19 -1
  4. data/app/assets/fonts/twitter/glyphicons-halflings-regular.eot +0 -0
  5. data/app/assets/fonts/twitter/glyphicons-halflings-regular.svg +228 -0
  6. data/app/assets/fonts/twitter/glyphicons-halflings-regular.ttf +0 -0
  7. data/app/assets/fonts/twitter/glyphicons-halflings-regular.woff +0 -0
  8. data/app/assets/javascripts/twitter/bootstrap/dropdown.js +3 -3
  9. data/app/assets/javascripts/twitter/bootstrap/modal.js +5 -3
  10. data/app/assets/javascripts/twitter/bootstrap/tooltip.js +9 -5
  11. data/app/assets/javascripts/twitter/bootstrap/transition.js +1 -1
  12. data/app/assets/stylesheets/twitter/bootstrap/_alerts.scss +7 -11
  13. data/app/assets/stylesheets/twitter/bootstrap/_bootstrap.scss +17 -21
  14. data/app/assets/stylesheets/twitter/bootstrap/_button-groups.scss +14 -10
  15. data/app/assets/stylesheets/twitter/bootstrap/_buttons.scss +14 -20
  16. data/app/assets/stylesheets/twitter/bootstrap/_carousel.scss +6 -1
  17. data/app/assets/stylesheets/twitter/bootstrap/_dropdowns.scss +23 -5
  18. data/app/assets/stylesheets/twitter/bootstrap/_forms.scss +44 -23
  19. data/app/assets/stylesheets/twitter/bootstrap/_glyphicons.scss +232 -0
  20. data/app/assets/stylesheets/twitter/bootstrap/_grid.scss +10 -4
  21. data/app/assets/stylesheets/twitter/bootstrap/_input-groups.scss +1 -1
  22. data/app/assets/stylesheets/twitter/bootstrap/_jumbotron.scss +16 -5
  23. data/app/assets/stylesheets/twitter/bootstrap/_labels.scss +9 -5
  24. data/app/assets/stylesheets/twitter/bootstrap/_mixins.scss +83 -51
  25. data/app/assets/stylesheets/twitter/bootstrap/_modals.scss +7 -0
  26. data/app/assets/stylesheets/twitter/bootstrap/_navbar.scss +254 -199
  27. data/app/assets/stylesheets/twitter/bootstrap/_navs.scss +13 -19
  28. data/app/assets/stylesheets/twitter/bootstrap/_pager.scss +1 -1
  29. data/app/assets/stylesheets/twitter/bootstrap/_pagination.scss +20 -9
  30. data/app/assets/stylesheets/twitter/bootstrap/_panels.scss +28 -8
  31. data/app/assets/stylesheets/twitter/bootstrap/_progress-bars.scss +6 -10
  32. data/app/assets/stylesheets/twitter/bootstrap/_responsive-utilities.scss +41 -72
  33. data/app/assets/stylesheets/twitter/bootstrap/_scaffolding.scss +36 -21
  34. data/app/assets/stylesheets/twitter/bootstrap/_tables.scss +84 -59
  35. data/app/assets/stylesheets/twitter/bootstrap/_theme.scss +232 -0
  36. data/app/assets/stylesheets/twitter/bootstrap/_thumbnails.scss +8 -19
  37. data/app/assets/stylesheets/twitter/bootstrap/_type.scss +2 -2
  38. data/app/assets/stylesheets/twitter/bootstrap/_variables.scss +90 -73
  39. data/lib/bootstrap-rails/version.rb +1 -1
  40. metadata +10 -4
@@ -21,43 +21,39 @@
21
21
  @import "type";
22
22
  @import "code";
23
23
  @import "grid";
24
-
25
24
  @import "tables";
26
25
  @import "forms";
27
26
  @import "buttons";
28
27
 
29
- // Components: common
28
+ // Components
30
29
  @import "component-animations";
31
- @import "input-groups";
30
+ @import "glyphicons";
32
31
  @import "dropdowns";
33
- @import "list-group";
34
- @import "panels";
35
- @import "wells";
36
- @import "close";
37
-
38
- // Components: Nav
32
+ @import "button-groups";
33
+ @import "input-groups";
39
34
  @import "navs";
40
35
  @import "navbar";
41
- @import "button-groups";
42
36
  @import "breadcrumbs";
43
37
  @import "pagination";
44
38
  @import "pager";
39
+ @import "labels";
40
+ @import "badges";
41
+ @import "jumbotron";
42
+ @import "thumbnails";
43
+ @import "alerts";
44
+ @import "progress-bars";
45
+ @import "media";
46
+ @import "list-group";
47
+ @import "panels";
48
+ @import "wells";
49
+ @import "close";
45
50
 
46
- // Components: Popovers
51
+ // Components w/ JavaScript
47
52
  @import "modals";
48
53
  @import "tooltip";
49
54
  @import "popovers";
50
-
51
- // Components: Misc
52
- @import "alerts";
53
- @import "thumbnails";
54
- @import "media";
55
- @import "labels";
56
- @import "badges";
57
- @import "progress-bars";
58
55
  @import "carousel";
59
- @import "jumbotron";
60
56
 
61
57
  // Utility classes
62
- @import "utilities"; // Has to be last to override when necessary
58
+ @import "utilities";
63
59
  @import "responsive-utilities";
@@ -18,16 +18,18 @@
18
18
  border-top-color: #fff;
19
19
  }
20
20
  }
21
- .dropup .caret {
22
- .btn-default & {
21
+ .dropup {
22
+ & .btn-default .caret {
23
23
  border-bottom-color: $btn-default-color;
24
24
  }
25
- .btn-primary &,
26
- .btn-success &,
27
- .btn-warning &,
28
- .btn-danger &,
29
- .btn-info & {
30
- border-bottom-color: #fff;
25
+ .btn-primary,
26
+ .btn-success,
27
+ .btn-warning,
28
+ .btn-danger,
29
+ .btn-info {
30
+ .caret {
31
+ border-bottom-color: #fff;
32
+ }
31
33
  }
32
34
  }
33
35
 
@@ -157,11 +159,12 @@
157
159
  }
158
160
  // Carets in other button sizes
159
161
  .btn-lg .caret {
160
- border-width: $caret-width-large;
162
+ border-width: $caret-width-large $caret-width-large 0;
163
+ border-bottom-width: 0;
161
164
  }
162
165
  // Upside down carets for .dropup
163
166
  .dropup .btn-lg .caret {
164
- border-bottom-width: $caret-width-large;
167
+ border-width: 0 $caret-width-large $caret-width-large;
165
168
  }
166
169
 
167
170
 
@@ -229,6 +232,7 @@
229
232
  display: table;
230
233
  width: 100%;
231
234
  table-layout: fixed;
235
+ border-collapse: separate;
232
236
  .btn {
233
237
  float: none;
234
238
  display: table-cell;
@@ -35,13 +35,14 @@
35
35
  &:active,
36
36
  &.active {
37
37
  outline: 0;
38
+ background-image: none;
38
39
  @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
39
40
  }
40
41
 
41
42
  &.disabled,
42
43
  &[disabled],
43
44
  fieldset[disabled] & {
44
- cursor: default;
45
+ cursor: not-allowed;
45
46
  pointer-events: none; // Future-proof disabling of clicks
46
47
  @include opacity(.65);
47
48
  @include box-shadow(none);
@@ -53,28 +54,21 @@
53
54
  // Alternate buttons
54
55
  // --------------------------------------------------
55
56
 
56
- .btn-default {
57
- @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
58
- }
59
- .btn-primary {
60
- @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
61
- }
57
+ @include button-variant(".btn-default", $btn-default-color, $btn-default-bg, $btn-default-border);
58
+
59
+ @include button-variant(".btn-primary", $btn-primary-color, $btn-primary-bg, $btn-primary-border);
60
+
62
61
  // Warning appears as orange
63
- .btn-warning {
64
- @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
65
- }
62
+ @include button-variant(".btn-warning", $btn-warning-color, $btn-warning-bg, $btn-warning-border);
63
+
66
64
  // Danger and error appear as red
67
- .btn-danger {
68
- @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
69
- }
65
+ @include button-variant(".btn-danger", $btn-danger-color, $btn-danger-bg, $btn-danger-border);
66
+
70
67
  // Success appears as green
71
- .btn-success {
72
- @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
73
- }
68
+ @include button-variant(".btn-success", $btn-success-color, $btn-success-bg, $btn-success-border);
69
+
74
70
  // Info appears as blue-green
75
- .btn-info {
76
- @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
77
- }
71
+ @include button-variant(".btn-info", $btn-info-color, $btn-info-bg, $btn-info-border);
78
72
 
79
73
 
80
74
  // Link buttons
@@ -129,7 +123,7 @@
129
123
  @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
130
124
  }
131
125
  @mixin btn-xs {
132
- padding: 3px 5px;
126
+ padding: 1px 5px;
133
127
  }
134
128
 
135
129
  .btn-lg {@include btn-lg}
@@ -98,12 +98,17 @@
98
98
 
99
99
  // Toggles
100
100
  .icon-prev,
101
- .icon-next {
101
+ .icon-next,
102
+ .glyphicon-chevron-left,
103
+ .glyphicon-chevron-right {
102
104
  position: absolute;
103
105
  top: 50%;
104
106
  left: 50%;
105
107
  z-index: 5;
106
108
  display: inline-block;
109
+ }
110
+ .icon-prev,
111
+ .icon-next {
107
112
  width: 20px;
108
113
  height: 20px;
109
114
  margin-top: -10px;
@@ -13,6 +13,9 @@
13
13
  border-top: $caret-width-base solid $dropdown-caret-color;
14
14
  border-right: $caret-width-base solid transparent;
15
15
  border-left: $caret-width-base solid transparent;
16
+ // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once fixed,
17
+ // we can just straight up remove this.
18
+ border-bottom: 0 dotted;
16
19
  content: "";
17
20
  }
18
21
 
@@ -75,8 +78,7 @@
75
78
  &:focus {
76
79
  text-decoration: none;
77
80
  color: $dropdown-link-hover-color;
78
- @include gradient-vertical($start-color: $dropdown-link-hover-bg, $end-color: darken($dropdown-link-hover-bg, 5%));
79
- background-color: darken($dropdown-link-hover-bg, 5%);
81
+ background-color: $dropdown-link-hover-bg;
80
82
  }
81
83
  }
82
84
 
@@ -88,8 +90,7 @@
88
90
  color: $dropdown-link-active-color;
89
91
  text-decoration: none;
90
92
  outline: 0;
91
- @include gradient-vertical($start-color: $dropdown-link-active-bg, $end-color: darken($dropdown-link-active-bg, 5%));
92
- background-color: darken($dropdown-link-active-bg, 5%);
93
+ background-color: $dropdown-link-active-bg;
93
94
  }
94
95
  }
95
96
 
@@ -163,7 +164,9 @@
163
164
  .navbar-fixed-bottom .dropdown {
164
165
  // Reverse the caret
165
166
  .caret {
166
- border-top: 0;
167
+ // Firefox fix for https://github.com/twbs/bootstrap/issues/9538. Once this
168
+ // gets fixed, restore `border-top: 0;`.
169
+ border-top: 0 dotted;
167
170
  border-bottom: 4px solid $dropdown-caret-color;
168
171
  content: "";
169
172
  }
@@ -174,3 +177,18 @@
174
177
  margin-bottom: 1px;
175
178
  }
176
179
  }
180
+
181
+
182
+ // Component alignment
183
+ //
184
+ // Reiterate per navbar.less and the modified component alignment there.
185
+
186
+ @media (min-width: $grid-float-breakpoint) {
187
+ .navbar-right {
188
+ .dropdown-menu {
189
+ right: 0;
190
+ left: auto;
191
+ }
192
+ }
193
+ }
194
+
@@ -131,18 +131,18 @@ input[type="number"] {
131
131
 
132
132
  // Customize the `:focus` state to imitate native WebKit styles.
133
133
  @include form-control-focus();
134
- }
135
- // Disabled and read-only inputs
136
- // Note: HTML5 says that inputs under a fieldset > legend:first-child won't be
137
- // disabled if the fieldset is disabled. Due to implementation difficulty,
138
- // we don't honor that edge case; we style them as disabled anyway.
139
- .form-control[disabled],
140
- .form-control[readonly],
141
- fieldset[disabled] .form-control {
142
- cursor: not-allowed;
143
- background-color: $input-bg-disabled;
144
- }
145
134
 
135
+ // Disabled and read-only inputs
136
+ // Note: HTML5 says that controls under a fieldset > legend:first-child won't
137
+ // be disabled if the fieldset is disabled. Due to implementation difficulty,
138
+ // we don't honor that edge case; we style them as disabled anyway.
139
+ &[disabled],
140
+ &[readonly],
141
+ fieldset[disabled] & {
142
+ cursor: not-allowed;
143
+ background-color: $input-bg-disabled;
144
+ }
145
+ }
146
146
  // Reset height for `textarea`s
147
147
  textarea.form-control {
148
148
  height: auto;
@@ -206,6 +206,20 @@ textarea.form-control {
206
206
  margin-left: 10px; // space out consecutive inline controls
207
207
  }
208
208
 
209
+ // Apply same disabled cursor tweak as for inputs
210
+ //
211
+ // Note: Neither radios nor checkboxes can be readonly.
212
+ input[type="radio"],
213
+ input[type="checkbox"],
214
+ .radio,
215
+ .radio-inline,
216
+ .checkbox,
217
+ .checkbox-inline {
218
+ &[disabled],
219
+ fieldset[disabled] & {
220
+ cursor: not-allowed;
221
+ }
222
+ }
209
223
 
210
224
  // Form control sizing
211
225
  @include input-size(".input-sm", $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
@@ -238,7 +252,7 @@ textarea.form-control {
238
252
 
239
253
  .form-control-static {
240
254
  margin-bottom: 0; // Remove default margin from `p`
241
- padding-top: $padding-base-vertical;
255
+ padding-top: ($padding-base-vertical + 1);
242
256
  }
243
257
 
244
258
 
@@ -309,21 +323,28 @@ textarea.form-control {
309
323
  // Horizontal forms are built on grid classes and allow you to create forms with
310
324
  // labels on the left and inputs on the right.
311
325
 
312
- .form-horizontal .control-label,
313
- .form-horizontal .radio-inline,
314
- .form-horizontal .checkbox-inline {
315
- padding-top: $padding-base-vertical;
316
- }
317
-
318
326
  .form-horizontal {
327
+
328
+ // Consistent vertical alignment of labels, radios, and checkboxes
329
+ .control-label,
330
+ .radio,
331
+ .checkbox,
332
+ .radio-inline,
333
+ .checkbox-inline {
334
+ margin-top: 0;
335
+ margin-bottom: 0;
336
+ padding-top: ($padding-base-vertical + 1); // Default padding plus a border
337
+ }
338
+
339
+ // Make form groups behave like rows
319
340
  .form-group {
320
341
  @include make-row();
321
342
  }
322
- }
323
343
 
324
- // Only right align form labels here when the columns stop stacking
325
- @media (min-width: $screen-tablet) {
326
- .form-horizontal .control-label {
327
- text-align: right;
344
+ // Only right align form labels here when the columns stop stacking
345
+ @media (min-width: $screen-tablet) {
346
+ .control-label {
347
+ text-align: right;
348
+ }
328
349
  }
329
350
  }
@@ -0,0 +1,232 @@
1
+ //
2
+ // Glyphicons for Bootstrap
3
+ //
4
+ // Since icons are fonts, they can be placed anywhere text is placed and are
5
+ // thus automatically sized to match the surrounding child. To use, create an
6
+ // inline element with the appropriate classes, like so:
7
+ //
8
+ // <a href="#"><span class="glyphicon glyphicon-star"></span> Star</a>
9
+
10
+ // Import the fonts
11
+ @font-face {
12
+ font-family: 'Glyphicons Halflings';
13
+ src: url('#{$icon-font-path}#{$icon-font-name}.eot');
14
+ src: url('#{$icon-font-path}#{$icon-font-name}.eot?#iefix') format('embedded-opentype'),
15
+ url('#{$icon-font-path}#{$icon-font-name}.woff') format('woff'),
16
+ url('#{$icon-font-path}#{$icon-font-name}.ttf') format('truetype'),
17
+ url('#{$icon-font-path}#{$icon-font-name}.svg#glyphicons-halflingsregular') format('svg');
18
+ }
19
+
20
+ // Catchall baseclass
21
+ .glyphicon {
22
+ position: relative;
23
+ top: 1px;
24
+ display: inline-block;
25
+ font-family: 'Glyphicons Halflings';
26
+ font-style: normal;
27
+ font-weight: normal;
28
+ line-height: 1;
29
+ -webkit-font-smoothing: antialiased;
30
+ }
31
+
32
+ // Individual icons
33
+ .glyphicon-asterisk { &:before { content: "\2a"; } }
34
+ .glyphicon-plus { &:before { content: "\2b"; } }
35
+ .glyphicon-euro { &:before { content: "\20ac"; } }
36
+ .glyphicon-minus { &:before { content: "\2212"; } }
37
+ .glyphicon-cloud { &:before { content: "\2601"; } }
38
+ .glyphicon-envelope { &:before { content: "\2709"; } }
39
+ .glyphicon-pencil { &:before { content: "\270f"; } }
40
+ .glyphicon-glass { &:before { content: "\e001"; } }
41
+ .glyphicon-music { &:before { content: "\e002"; } }
42
+ .glyphicon-search { &:before { content: "\e003"; } }
43
+ .glyphicon-heart { &:before { content: "\e005"; } }
44
+ .glyphicon-star { &:before { content: "\e006"; } }
45
+ .glyphicon-star-empty { &:before { content: "\e007"; } }
46
+ .glyphicon-user { &:before { content: "\e008"; } }
47
+ .glyphicon-film { &:before { content: "\e009"; } }
48
+ .glyphicon-th-large { &:before { content: "\e010"; } }
49
+ .glyphicon-th { &:before { content: "\e011"; } }
50
+ .glyphicon-th-list { &:before { content: "\e012"; } }
51
+ .glyphicon-ok { &:before { content: "\e013"; } }
52
+ .glyphicon-remove { &:before { content: "\e014"; } }
53
+ .glyphicon-zoom-in { &:before { content: "\e015"; } }
54
+ .glyphicon-zoom-out { &:before { content: "\e016"; } }
55
+ .glyphicon-off { &:before { content: "\e017"; } }
56
+ .glyphicon-signal { &:before { content: "\e018"; } }
57
+ .glyphicon-cog { &:before { content: "\e019"; } }
58
+ .glyphicon-trash { &:before { content: "\e020"; } }
59
+ .glyphicon-home { &:before { content: "\e021"; } }
60
+ .glyphicon-file { &:before { content: "\e022"; } }
61
+ .glyphicon-time { &:before { content: "\e023"; } }
62
+ .glyphicon-road { &:before { content: "\e024"; } }
63
+ .glyphicon-download-alt { &:before { content: "\e025"; } }
64
+ .glyphicon-download { &:before { content: "\e026"; } }
65
+ .glyphicon-upload { &:before { content: "\e027"; } }
66
+ .glyphicon-inbox { &:before { content: "\e028"; } }
67
+ .glyphicon-play-circle { &:before { content: "\e029"; } }
68
+ .glyphicon-repeat { &:before { content: "\e030"; } }
69
+ .glyphicon-refresh { &:before { content: "\e031"; } }
70
+ .glyphicon-list-alt { &:before { content: "\e032"; } }
71
+ .glyphicon-flag { &:before { content: "\e034"; } }
72
+ .glyphicon-headphones { &:before { content: "\e035"; } }
73
+ .glyphicon-volume-off { &:before { content: "\e036"; } }
74
+ .glyphicon-volume-down { &:before { content: "\e037"; } }
75
+ .glyphicon-volume-up { &:before { content: "\e038"; } }
76
+ .glyphicon-qrcode { &:before { content: "\e039"; } }
77
+ .glyphicon-barcode { &:before { content: "\e040"; } }
78
+ .glyphicon-tag { &:before { content: "\e041"; } }
79
+ .glyphicon-tags { &:before { content: "\e042"; } }
80
+ .glyphicon-book { &:before { content: "\e043"; } }
81
+ .glyphicon-print { &:before { content: "\e045"; } }
82
+ .glyphicon-font { &:before { content: "\e047"; } }
83
+ .glyphicon-bold { &:before { content: "\e048"; } }
84
+ .glyphicon-italic { &:before { content: "\e049"; } }
85
+ .glyphicon-text-height { &:before { content: "\e050"; } }
86
+ .glyphicon-text-width { &:before { content: "\e051"; } }
87
+ .glyphicon-align-left { &:before { content: "\e052"; } }
88
+ .glyphicon-align-center { &:before { content: "\e053"; } }
89
+ .glyphicon-align-right { &:before { content: "\e054"; } }
90
+ .glyphicon-align-justify { &:before { content: "\e055"; } }
91
+ .glyphicon-list { &:before { content: "\e056"; } }
92
+ .glyphicon-indent-left { &:before { content: "\e057"; } }
93
+ .glyphicon-indent-right { &:before { content: "\e058"; } }
94
+ .glyphicon-facetime-video { &:before { content: "\e059"; } }
95
+ .glyphicon-picture { &:before { content: "\e060"; } }
96
+ .glyphicon-map-marker { &:before { content: "\e062"; } }
97
+ .glyphicon-adjust { &:before { content: "\e063"; } }
98
+ .glyphicon-tint { &:before { content: "\e064"; } }
99
+ .glyphicon-edit { &:before { content: "\e065"; } }
100
+ .glyphicon-share { &:before { content: "\e066"; } }
101
+ .glyphicon-check { &:before { content: "\e067"; } }
102
+ .glyphicon-move { &:before { content: "\e068"; } }
103
+ .glyphicon-step-backward { &:before { content: "\e069"; } }
104
+ .glyphicon-fast-backward { &:before { content: "\e070"; } }
105
+ .glyphicon-backward { &:before { content: "\e071"; } }
106
+ .glyphicon-play { &:before { content: "\e072"; } }
107
+ .glyphicon-pause { &:before { content: "\e073"; } }
108
+ .glyphicon-stop { &:before { content: "\e074"; } }
109
+ .glyphicon-forward { &:before { content: "\e075"; } }
110
+ .glyphicon-fast-forward { &:before { content: "\e076"; } }
111
+ .glyphicon-step-forward { &:before { content: "\e077"; } }
112
+ .glyphicon-eject { &:before { content: "\e078"; } }
113
+ .glyphicon-chevron-left { &:before { content: "\e079"; } }
114
+ .glyphicon-chevron-right { &:before { content: "\e080"; } }
115
+ .glyphicon-plus-sign { &:before { content: "\e081"; } }
116
+ .glyphicon-minus-sign { &:before { content: "\e082"; } }
117
+ .glyphicon-remove-sign { &:before { content: "\e083"; } }
118
+ .glyphicon-ok-sign { &:before { content: "\e084"; } }
119
+ .glyphicon-question-sign { &:before { content: "\e085"; } }
120
+ .glyphicon-info-sign { &:before { content: "\e086"; } }
121
+ .glyphicon-screenshot { &:before { content: "\e087"; } }
122
+ .glyphicon-remove-circle { &:before { content: "\e088"; } }
123
+ .glyphicon-ok-circle { &:before { content: "\e089"; } }
124
+ .glyphicon-ban-circle { &:before { content: "\e090"; } }
125
+ .glyphicon-arrow-left { &:before { content: "\e091"; } }
126
+ .glyphicon-arrow-right { &:before { content: "\e092"; } }
127
+ .glyphicon-arrow-up { &:before { content: "\e093"; } }
128
+ .glyphicon-arrow-down { &:before { content: "\e094"; } }
129
+ .glyphicon-share-alt { &:before { content: "\e095"; } }
130
+ .glyphicon-resize-full { &:before { content: "\e096"; } }
131
+ .glyphicon-resize-small { &:before { content: "\e097"; } }
132
+ .glyphicon-exclamation-sign { &:before { content: "\e101"; } }
133
+ .glyphicon-gift { &:before { content: "\e102"; } }
134
+ .glyphicon-leaf { &:before { content: "\e103"; } }
135
+ .glyphicon-eye-open { &:before { content: "\e105"; } }
136
+ .glyphicon-eye-close { &:before { content: "\e106"; } }
137
+ .glyphicon-warning-sign { &:before { content: "\e107"; } }
138
+ .glyphicon-plane { &:before { content: "\e108"; } }
139
+ .glyphicon-random { &:before { content: "\e110"; } }
140
+ .glyphicon-comment { &:before { content: "\e111"; } }
141
+ .glyphicon-magnet { &:before { content: "\e112"; } }
142
+ .glyphicon-chevron-up { &:before { content: "\e113"; } }
143
+ .glyphicon-chevron-down { &:before { content: "\e114"; } }
144
+ .glyphicon-retweet { &:before { content: "\e115"; } }
145
+ .glyphicon-shopping-cart { &:before { content: "\e116"; } }
146
+ .glyphicon-folder-close { &:before { content: "\e117"; } }
147
+ .glyphicon-folder-open { &:before { content: "\e118"; } }
148
+ .glyphicon-resize-vertical { &:before { content: "\e119"; } }
149
+ .glyphicon-resize-horizontal { &:before { content: "\e120"; } }
150
+ .glyphicon-hdd { &:before { content: "\e121"; } }
151
+ .glyphicon-bullhorn { &:before { content: "\e122"; } }
152
+ .glyphicon-certificate { &:before { content: "\e124"; } }
153
+ .glyphicon-thumbs-up { &:before { content: "\e125"; } }
154
+ .glyphicon-thumbs-down { &:before { content: "\e126"; } }
155
+ .glyphicon-hand-right { &:before { content: "\e127"; } }
156
+ .glyphicon-hand-left { &:before { content: "\e128"; } }
157
+ .glyphicon-hand-up { &:before { content: "\e129"; } }
158
+ .glyphicon-hand-down { &:before { content: "\e130"; } }
159
+ .glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
160
+ .glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
161
+ .glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
162
+ .glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
163
+ .glyphicon-globe { &:before { content: "\e135"; } }
164
+ .glyphicon-tasks { &:before { content: "\e137"; } }
165
+ .glyphicon-filter { &:before { content: "\e138"; } }
166
+ .glyphicon-fullscreen { &:before { content: "\e140"; } }
167
+ .glyphicon-dashboard { &:before { content: "\e141"; } }
168
+ .glyphicon-heart-empty { &:before { content: "\e143"; } }
169
+ .glyphicon-link { &:before { content: "\e144"; } }
170
+ .glyphicon-phone { &:before { content: "\e145"; } }
171
+ .glyphicon-usd { &:before { content: "\e148"; } }
172
+ .glyphicon-gbp { &:before { content: "\e149"; } }
173
+ .glyphicon-sort { &:before { content: "\e150"; } }
174
+ .glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
175
+ .glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
176
+ .glyphicon-sort-by-order { &:before { content: "\e153"; } }
177
+ .glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
178
+ .glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
179
+ .glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
180
+ .glyphicon-unchecked { &:before { content: "\e157"; } }
181
+ .glyphicon-expand { &:before { content: "\e158"; } }
182
+ .glyphicon-collapse-down { &:before { content: "\e159"; } }
183
+ .glyphicon-collapse-up { &:before { content: "\e160"; } }
184
+ .glyphicon-log-in { &:before { content: "\e161"; } }
185
+ .glyphicon-flash { &:before { content: "\e162"; } }
186
+ .glyphicon-log-out { &:before { content: "\e163"; } }
187
+ .glyphicon-new-window { &:before { content: "\e164"; } }
188
+ .glyphicon-record { &:before { content: "\e165"; } }
189
+ .glyphicon-save { &:before { content: "\e166"; } }
190
+ .glyphicon-open { &:before { content: "\e167"; } }
191
+ .glyphicon-saved { &:before { content: "\e168"; } }
192
+ .glyphicon-import { &:before { content: "\e169"; } }
193
+ .glyphicon-export { &:before { content: "\e170"; } }
194
+ .glyphicon-send { &:before { content: "\e171"; } }
195
+ .glyphicon-floppy-disk { &:before { content: "\e172"; } }
196
+ .glyphicon-floppy-saved { &:before { content: "\e173"; } }
197
+ .glyphicon-floppy-remove { &:before { content: "\e174"; } }
198
+ .glyphicon-floppy-save { &:before { content: "\e175"; } }
199
+ .glyphicon-floppy-open { &:before { content: "\e176"; } }
200
+ .glyphicon-credit-card { &:before { content: "\e177"; } }
201
+ .glyphicon-transfer { &:before { content: "\e178"; } }
202
+ .glyphicon-cutlery { &:before { content: "\e179"; } }
203
+ .glyphicon-header { &:before { content: "\e180"; } }
204
+ .glyphicon-compressed { &:before { content: "\e181"; } }
205
+ .glyphicon-earphone { &:before { content: "\e182"; } }
206
+ .glyphicon-phone-alt { &:before { content: "\e183"; } }
207
+ .glyphicon-tower { &:before { content: "\e184"; } }
208
+ .glyphicon-stats { &:before { content: "\e185"; } }
209
+ .glyphicon-sd-video { &:before { content: "\e186"; } }
210
+ .glyphicon-hd-video { &:before { content: "\e187"; } }
211
+ .glyphicon-subtitles { &:before { content: "\e188"; } }
212
+ .glyphicon-sound-stereo { &:before { content: "\e189"; } }
213
+ .glyphicon-sound-dolby { &:before { content: "\e190"; } }
214
+ .glyphicon-sound-5-1 { &:before { content: "\e191"; } }
215
+ .glyphicon-sound-6-1 { &:before { content: "\e192"; } }
216
+ .glyphicon-sound-7-1 { &:before { content: "\e193"; } }
217
+ .glyphicon-copyright-mark { &:before { content: "\e194"; } }
218
+ .glyphicon-registration-mark { &:before { content: "\e195"; } }
219
+ .glyphicon-cloud-download { &:before { content: "\e197"; } }
220
+ .glyphicon-cloud-upload { &:before { content: "\e198"; } }
221
+ .glyphicon-tree-conifer { &:before { content: "\e199"; } }
222
+ .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"; } }