groundworkcss 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +11 -33
- data/lib/groundworkcss/generators/install_generator.rb +1 -1
- data/lib/groundworkcss/version.rb +1 -1
- data/vendor/assets/fonts/groundworkcss/FontAwesome.otf +0 -0
- data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.eot +0 -0
- data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.svg +153 -38
- data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.ttf +0 -0
- data/vendor/assets/fonts/groundworkcss/fontawesome-webfont.woff +0 -0
- data/vendor/assets/stylesheets/groundworkcss/_settings.scss +301 -1
- data/vendor/assets/stylesheets/groundworkcss/base/{_all.scss → _all-base.scss} +2 -3
- data/vendor/assets/stylesheets/groundworkcss/base/_animations.scss +1 -1
- data/vendor/assets/stylesheets/groundworkcss/base/_global.scss +4 -23
- data/vendor/assets/stylesheets/groundworkcss/base/_grid.scss +53 -26
- data/vendor/assets/stylesheets/groundworkcss/base/_helpers.scss +105 -56
- data/vendor/assets/stylesheets/groundworkcss/base/_reset.scss +34 -34
- data/vendor/assets/stylesheets/groundworkcss/core/{_all.scss → _all-core.scss} +1 -1
- data/vendor/assets/stylesheets/groundworkcss/core/_breakpoints.scss +22 -0
- data/vendor/assets/stylesheets/groundworkcss/core/_defaults.scss +196 -93
- data/vendor/assets/stylesheets/groundworkcss/core/_mixins.scss +132 -131
- data/vendor/assets/stylesheets/groundworkcss/form/_all-form.scss +11 -0
- data/vendor/assets/stylesheets/groundworkcss/form/_forms.scss +57 -112
- data/vendor/assets/stylesheets/groundworkcss/form/_tiles.scss +9 -11
- data/vendor/assets/stylesheets/groundworkcss/groundwork-ie.scss +7 -8
- data/vendor/assets/stylesheets/groundworkcss/groundwork.scss +11 -14
- data/vendor/assets/stylesheets/groundworkcss/nav/_all-nav.scss +12 -0
- data/vendor/assets/stylesheets/groundworkcss/nav/_buttons.scss +22 -15
- data/vendor/assets/stylesheets/groundworkcss/nav/_navigation.scss +26 -29
- data/vendor/assets/stylesheets/groundworkcss/nav/_tabs.scss +39 -37
- data/vendor/assets/stylesheets/groundworkcss/responsive/_all-responsive.scss +14 -0
- data/vendor/assets/stylesheets/groundworkcss/responsive/_desktop.scss +5 -3
- data/vendor/assets/stylesheets/groundworkcss/responsive/_ipad.scss +5 -3
- data/vendor/assets/stylesheets/groundworkcss/responsive/_mobile.scss +6 -4
- data/vendor/assets/stylesheets/groundworkcss/responsive/_small-tablet.scss +20 -16
- data/vendor/assets/stylesheets/groundworkcss/social-icons-png.scss +295 -0
- data/vendor/assets/stylesheets/groundworkcss/{misc/_social-icons.scss → social-icons-svg.scss} +8 -5
- data/vendor/assets/stylesheets/groundworkcss/type/{_all.scss → _all-type.scss} +0 -1
- data/vendor/assets/stylesheets/groundworkcss/type/_typography.scss +168 -161
- data/vendor/assets/stylesheets/groundworkcss/type/_webfonts.scss +1 -1
- data/vendor/assets/stylesheets/groundworkcss/ui/_all-ui.scss +14 -0
- data/vendor/assets/stylesheets/groundworkcss/ui/_callouts.scss +31 -18
- data/vendor/assets/stylesheets/groundworkcss/ui/_messages.scss +31 -18
- data/vendor/assets/stylesheets/groundworkcss/ui/_modals.scss +6 -8
- data/vendor/assets/stylesheets/groundworkcss/ui/_tables.scss +6 -5
- data/vendor/assets/stylesheets/groundworkcss/ui/_tooltips.scss +15 -14
- metadata +28 -25
- checksums.yaml +0 -7
- data/vendor/assets/stylesheets/groundworkcss/_rails-settings.scss +0 -202
- data/vendor/assets/stylesheets/groundworkcss/font-awesome-ie7.min.css +0 -22
- data/vendor/assets/stylesheets/groundworkcss/form/_all.scss +0 -10
- data/vendor/assets/stylesheets/groundworkcss/index.scss +0 -3
- data/vendor/assets/stylesheets/groundworkcss/magnific-popup.css +0 -393
- data/vendor/assets/stylesheets/groundworkcss/misc/_all.scss +0 -9
- data/vendor/assets/stylesheets/groundworkcss/nav/_all.scss +0 -11
- data/vendor/assets/stylesheets/groundworkcss/no-svg.scss +0 -355
- data/vendor/assets/stylesheets/groundworkcss/placeholder_polyfill.css +0 -32
- data/vendor/assets/stylesheets/groundworkcss/responsive/_all.scss +0 -13
- data/vendor/assets/stylesheets/groundworkcss/type/_font-awesome.scss +0 -542
- data/vendor/assets/stylesheets/groundworkcss/ui/_all.scss +0 -13
@@ -1,542 +0,0 @@
|
|
1
|
-
// =============================================
|
2
|
-
// Font Awesome 3.0.2b
|
3
|
-
// Last Updated:2013-4-24
|
4
|
-
// =============================================
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
/*!
|
10
|
-
* Font Awesome 3.0.2b (customized for use with Groundwork)
|
11
|
-
* the iconic font designed for use with Twitter Bootstrap
|
12
|
-
* -------------------------------------------------------
|
13
|
-
* The full suite of pictographic icons, examples, and documentation
|
14
|
-
* can be found at: http://fortawesome.github.com/Font-Awesome/
|
15
|
-
*
|
16
|
-
* License
|
17
|
-
* -------------------------------------------------------
|
18
|
-
* - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
|
19
|
-
* - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
|
20
|
-
* http://opensource.org/licenses/mit-license.html
|
21
|
-
* - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
|
22
|
-
* - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
|
23
|
-
* "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
|
24
|
-
*
|
25
|
-
* Contact
|
26
|
-
* -------------------------------------------------------
|
27
|
-
* Email: dave@davegandy.com
|
28
|
-
* Twitter: http://twitter.com/fortaweso_me
|
29
|
-
* Work: Lead Product Designer @ http://kyruus.com
|
30
|
-
*/
|
31
|
-
|
32
|
-
$fontAwesomePath: "#{$root_path}#{$fonts_path}" !default;
|
33
|
-
$borderColor: #eee;
|
34
|
-
$iconMuted: #eee;
|
35
|
-
// @mixin border-radius($radius) { -webkit-border-radius: $radius; -moz-border-radius: $radius; border-radius: $radius; }
|
36
|
-
|
37
|
-
|
38
|
-
@font-face {
|
39
|
-
font-family: 'FontAwesome';
|
40
|
-
src: url('#{$fontAwesomePath}fontawesome-webfont.eot?v=3.0.1');
|
41
|
-
src: url('#{$fontAwesomePath}fontawesome-webfont.eot?#iefix&v=3.0.1') format("embedded-opentype"),
|
42
|
-
url('#{$fontAwesomePath}fontawesome-webfont.woff?v=3.0.1') format("woff"),
|
43
|
-
url('#{$fontAwesomePath}fontawesome-webfont.ttf?v=3.0.1') format("truetype");
|
44
|
-
font-weight: normal;
|
45
|
-
font-style: normal;
|
46
|
-
}
|
47
|
-
|
48
|
-
/* Font Awesome styles
|
49
|
-
------------------------------------------------------- */
|
50
|
-
[class^="icon-"],
|
51
|
-
[class*=" icon-"] {
|
52
|
-
font-family: FontAwesome;
|
53
|
-
font-weight: normal;
|
54
|
-
font-style: normal;
|
55
|
-
text-decoration: inherit;
|
56
|
-
-webkit-font-smoothing: antialiased;
|
57
|
-
|
58
|
-
/* sprites.less reset */
|
59
|
-
display: inline;
|
60
|
-
width: auto;
|
61
|
-
height: auto;
|
62
|
-
line-height: normal;
|
63
|
-
vertical-align: baseline;
|
64
|
-
background-image: none;
|
65
|
-
background-position: 0% 0%;
|
66
|
-
background-repeat: repeat;
|
67
|
-
margin-top: 0;
|
68
|
-
}
|
69
|
-
|
70
|
-
/* more sprites.less reset */
|
71
|
-
.icon-white,
|
72
|
-
.nav-pills > .active > a > [class^="icon-"],
|
73
|
-
.nav-pills > .active > a > [class*=" icon-"],
|
74
|
-
.nav-list > .active > a > [class^="icon-"],
|
75
|
-
.nav-list > .active > a > [class*=" icon-"],
|
76
|
-
.navbar-inverse .nav > .active > a > [class^="icon-"],
|
77
|
-
.navbar-inverse .nav > .active > a > [class*=" icon-"],
|
78
|
-
.dropdown-menu > li > a:hover > [class^="icon-"],
|
79
|
-
.dropdown-menu > li > a:hover > [class*=" icon-"],
|
80
|
-
.dropdown-menu > .active > a > [class^="icon-"],
|
81
|
-
.dropdown-menu > .active > a > [class*=" icon-"],
|
82
|
-
.dropdown-submenu:hover > a > [class^="icon-"],
|
83
|
-
.dropdown-submenu:hover > a > [class*=" icon-"] {
|
84
|
-
background-image: none;
|
85
|
-
}
|
86
|
-
|
87
|
-
[class^="icon-"]:before,
|
88
|
-
[class*=" icon-"]:before {
|
89
|
-
text-decoration: inherit;
|
90
|
-
display: inline-block;
|
91
|
-
speak: none;
|
92
|
-
}
|
93
|
-
|
94
|
-
/* makes sure icons active on rollover in links */
|
95
|
-
a {
|
96
|
-
[class^="icon-"],
|
97
|
-
[class*=" icon-"] {
|
98
|
-
display: inline-block;
|
99
|
-
}
|
100
|
-
}
|
101
|
-
|
102
|
-
/* makes the font 33% larger relative to the icon container */
|
103
|
-
.icon-large:before {
|
104
|
-
vertical-align: -10%;
|
105
|
-
font-size: 1.3333333333333333em;
|
106
|
-
}
|
107
|
-
|
108
|
-
.btn, .nav {
|
109
|
-
[class^="icon-"],
|
110
|
-
[class*=" icon-"] {
|
111
|
-
display: inline;
|
112
|
-
/* keeps button heights with and without icons the same */
|
113
|
-
&.icon-large { line-height: .9em; }
|
114
|
-
&.icon-spin { display: inline-block; }
|
115
|
-
}
|
116
|
-
}
|
117
|
-
|
118
|
-
.nav-tabs, .nav-pills {
|
119
|
-
[class^="icon-"],
|
120
|
-
[class*=" icon-"] {
|
121
|
-
/* keeps button heights with and without icons the same */
|
122
|
-
&, &.icon-large { line-height: .9em; }
|
123
|
-
}
|
124
|
-
}
|
125
|
-
|
126
|
-
li, .nav li {
|
127
|
-
[class^="icon-"],
|
128
|
-
[class*=" icon-"] {
|
129
|
-
display: inline-block;
|
130
|
-
width: 1.25em;
|
131
|
-
text-align: center;
|
132
|
-
&.icon-large {
|
133
|
-
/* increased font size for icon-large */
|
134
|
-
width: 1.5625em;
|
135
|
-
}
|
136
|
-
}
|
137
|
-
}
|
138
|
-
|
139
|
-
ul.icons {
|
140
|
-
list-style-type: none;
|
141
|
-
text-indent: -.75em;
|
142
|
-
|
143
|
-
li {
|
144
|
-
[class^="icon-"],
|
145
|
-
[class*=" icon-"] {
|
146
|
-
width: .75em;
|
147
|
-
}
|
148
|
-
}
|
149
|
-
}
|
150
|
-
|
151
|
-
.icon-muted {
|
152
|
-
color: $iconMuted;
|
153
|
-
}
|
154
|
-
|
155
|
-
// Icon Borders
|
156
|
-
// -------------------------
|
157
|
-
|
158
|
-
.icon-border {
|
159
|
-
border: solid 1px $borderColor;
|
160
|
-
padding: .2em .25em .15em;
|
161
|
-
@include border-radius(3px);
|
162
|
-
}
|
163
|
-
|
164
|
-
// Icon Sizes
|
165
|
-
// -------------------------
|
166
|
-
|
167
|
-
.icon-2x {
|
168
|
-
font-size: 2em;
|
169
|
-
&.icon-border {
|
170
|
-
border-width: 2px;
|
171
|
-
@include border-radius(4px);
|
172
|
-
}
|
173
|
-
}
|
174
|
-
.icon-3x {
|
175
|
-
font-size: 3em;
|
176
|
-
&.icon-border {
|
177
|
-
border-width: 3px;
|
178
|
-
@include border-radius(5px);
|
179
|
-
}
|
180
|
-
}
|
181
|
-
.icon-4x {
|
182
|
-
font-size: 4em;
|
183
|
-
&.icon-border {
|
184
|
-
border-width: 4px;
|
185
|
-
@include border-radius(6px);
|
186
|
-
}
|
187
|
-
}
|
188
|
-
|
189
|
-
// Floats
|
190
|
-
// -------------------------
|
191
|
-
|
192
|
-
// Quick floats
|
193
|
-
.pull-right { float: right; }
|
194
|
-
.pull-left { float: left; }
|
195
|
-
|
196
|
-
[class^="icon-"],
|
197
|
-
[class*=" icon-"] {
|
198
|
-
&.pull-left {
|
199
|
-
margin-right: .3em;
|
200
|
-
}
|
201
|
-
&.pull-right {
|
202
|
-
margin-left: .3em;
|
203
|
-
}
|
204
|
-
}
|
205
|
-
|
206
|
-
.btn {
|
207
|
-
[class^="icon-"],
|
208
|
-
[class*=" icon-"] {
|
209
|
-
&.pull-left, &.pull-right {
|
210
|
-
&.icon-2x { margin-top: .18em; }
|
211
|
-
}
|
212
|
-
&.icon-spin.icon-large { line-height: .8em; }
|
213
|
-
}
|
214
|
-
}
|
215
|
-
|
216
|
-
.btn.btn-small {
|
217
|
-
[class^="icon-"],
|
218
|
-
[class*=" icon-"] {
|
219
|
-
&.pull-left, &.pull-right {
|
220
|
-
&.icon-2x { margin-top: .25em; }
|
221
|
-
}
|
222
|
-
}
|
223
|
-
}
|
224
|
-
|
225
|
-
.btn.btn-large {
|
226
|
-
[class^="icon-"],
|
227
|
-
[class*=" icon-"] {
|
228
|
-
margin-top: 0; // overrides bootstrap default
|
229
|
-
&.pull-left, &.pull-right {
|
230
|
-
&.icon-2x { margin-top: .05em; }
|
231
|
-
}
|
232
|
-
&.pull-left.icon-2x { margin-right: .2em; }
|
233
|
-
&.pull-right.icon-2x { margin-left: .2em; }
|
234
|
-
}
|
235
|
-
}
|
236
|
-
|
237
|
-
|
238
|
-
.icon-spin {
|
239
|
-
display: inline-block;
|
240
|
-
-moz-animation: spin 2s infinite linear;
|
241
|
-
-o-animation: spin 2s infinite linear;
|
242
|
-
-webkit-animation: spin 2s infinite linear;
|
243
|
-
animation: spin 2s infinite linear;
|
244
|
-
}
|
245
|
-
|
246
|
-
@-moz-keyframes spin {
|
247
|
-
0% { -moz-transform: rotate(0deg); }
|
248
|
-
100% { -moz-transform: rotate(359deg); }
|
249
|
-
}
|
250
|
-
@-webkit-keyframes spin {
|
251
|
-
0% { -webkit-transform: rotate(0deg); }
|
252
|
-
100% { -webkit-transform: rotate(359deg); }
|
253
|
-
}
|
254
|
-
@-o-keyframes spin {
|
255
|
-
0% { -o-transform: rotate(0deg); }
|
256
|
-
100% { -o-transform: rotate(359deg); }
|
257
|
-
}
|
258
|
-
@-ms-keyframes spin {
|
259
|
-
0% { -ms-transform: rotate(0deg); }
|
260
|
-
100% { -ms-transform: rotate(359deg); }
|
261
|
-
}
|
262
|
-
@keyframes spin {
|
263
|
-
0% { transform: rotate(0deg); }
|
264
|
-
100% { transform: rotate(359deg); }
|
265
|
-
}
|
266
|
-
|
267
|
-
@-moz-document url-prefix() {
|
268
|
-
.icon-spin { height: .9em; }
|
269
|
-
.btn .icon-spin { height: auto; }
|
270
|
-
.icon-spin.icon-large { height: 1.25em; }
|
271
|
-
.btn .icon-spin.icon-large { height: .75em; }
|
272
|
-
}
|
273
|
-
|
274
|
-
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
|
275
|
-
readers do not read off random characters that represent icons */
|
276
|
-
.icon-glass:before { content: "\f000"; }
|
277
|
-
.icon-music:before { content: "\f001"; }
|
278
|
-
.icon-search:before { content: "\f002"; }
|
279
|
-
.icon-envelope:before { content: "\f003"; }
|
280
|
-
.icon-heart:before { content: "\f004"; }
|
281
|
-
.icon-star:before { content: "\f005"; }
|
282
|
-
.icon-star-empty:before { content: "\f006"; }
|
283
|
-
.icon-user:before { content: "\f007"; }
|
284
|
-
.icon-film:before { content: "\f008"; }
|
285
|
-
.icon-th-large:before { content: "\f009"; }
|
286
|
-
.icon-th:before { content: "\f00a"; }
|
287
|
-
.icon-th-list:before { content: "\f00b"; }
|
288
|
-
.icon-ok:before { content: "\f00c"; }
|
289
|
-
.icon-remove:before { content: "\f00d"; }
|
290
|
-
.icon-zoom-in:before { content: "\f00e"; }
|
291
|
-
|
292
|
-
.icon-zoom-out:before { content: "\f010"; }
|
293
|
-
.icon-off:before { content: "\f011"; }
|
294
|
-
.icon-signal:before { content: "\f012"; }
|
295
|
-
.icon-cog:before { content: "\f013"; }
|
296
|
-
.icon-trash:before { content: "\f014"; }
|
297
|
-
.icon-home:before { content: "\f015"; }
|
298
|
-
.icon-file:before { content: "\f016"; }
|
299
|
-
.icon-time:before { content: "\f017"; }
|
300
|
-
.icon-road:before { content: "\f018"; }
|
301
|
-
.icon-download-alt:before { content: "\f019"; }
|
302
|
-
.icon-download:before { content: "\f01a"; }
|
303
|
-
.icon-upload:before { content: "\f01b"; }
|
304
|
-
.icon-inbox:before { content: "\f01c"; }
|
305
|
-
.icon-play-circle:before { content: "\f01d"; }
|
306
|
-
.icon-repeat:before { content: "\f01e"; }
|
307
|
-
|
308
|
-
/* \f020 doesn't work in Safari. all shifted one down */
|
309
|
-
.icon-refresh:before { content: "\f021"; }
|
310
|
-
.icon-list-alt:before { content: "\f022"; }
|
311
|
-
.icon-lock:before { content: "\f023"; }
|
312
|
-
.icon-flag:before { content: "\f024"; }
|
313
|
-
.icon-headphones:before { content: "\f025"; }
|
314
|
-
.icon-volume-off:before { content: "\f026"; }
|
315
|
-
.icon-volume-down:before { content: "\f027"; }
|
316
|
-
.icon-volume-up:before { content: "\f028"; }
|
317
|
-
.icon-qrcode:before { content: "\f029"; }
|
318
|
-
.icon-barcode:before { content: "\f02a"; }
|
319
|
-
.icon-tag:before { content: "\f02b"; }
|
320
|
-
.icon-tags:before { content: "\f02c"; }
|
321
|
-
.icon-book:before { content: "\f02d"; }
|
322
|
-
.icon-bookmark:before { content: "\f02e"; }
|
323
|
-
.icon-print:before { content: "\f02f"; }
|
324
|
-
|
325
|
-
.icon-camera:before { content: "\f030"; }
|
326
|
-
.icon-font:before { content: "\f031"; }
|
327
|
-
.icon-bold:before { content: "\f032"; }
|
328
|
-
.icon-italic:before { content: "\f033"; }
|
329
|
-
.icon-text-height:before { content: "\f034"; }
|
330
|
-
.icon-text-width:before { content: "\f035"; }
|
331
|
-
.icon-align-left:before { content: "\f036"; }
|
332
|
-
.icon-align-center:before { content: "\f037"; }
|
333
|
-
.icon-align-right:before { content: "\f038"; }
|
334
|
-
.icon-align-justify:before { content: "\f039"; }
|
335
|
-
.icon-list:before { content: "\f03a"; }
|
336
|
-
.icon-indent-left:before { content: "\f03b"; }
|
337
|
-
.icon-indent-right:before { content: "\f03c"; }
|
338
|
-
.icon-facetime-video:before { content: "\f03d"; }
|
339
|
-
.icon-picture:before { content: "\f03e"; }
|
340
|
-
|
341
|
-
.icon-pencil:before { content: "\f040"; }
|
342
|
-
.icon-map-marker:before { content: "\f041"; }
|
343
|
-
.icon-adjust:before { content: "\f042"; }
|
344
|
-
.icon-tint:before { content: "\f043"; }
|
345
|
-
.icon-edit:before { content: "\f044"; }
|
346
|
-
.icon-share:before { content: "\f045"; }
|
347
|
-
.icon-check:before { content: "\f046"; }
|
348
|
-
.icon-move:before { content: "\f047"; }
|
349
|
-
.icon-step-backward:before { content: "\f048"; }
|
350
|
-
.icon-fast-backward:before { content: "\f049"; }
|
351
|
-
.icon-backward:before { content: "\f04a"; }
|
352
|
-
.icon-play:before { content: "\f04b"; }
|
353
|
-
.icon-pause:before { content: "\f04c"; }
|
354
|
-
.icon-stop:before { content: "\f04d"; }
|
355
|
-
.icon-forward:before { content: "\f04e"; }
|
356
|
-
|
357
|
-
.icon-fast-forward:before { content: "\f050"; }
|
358
|
-
.icon-step-forward:before { content: "\f051"; }
|
359
|
-
.icon-eject:before { content: "\f052"; }
|
360
|
-
.icon-chevron-left:before { content: "\f053"; }
|
361
|
-
.icon-chevron-right:before { content: "\f054"; }
|
362
|
-
.icon-plus-sign:before { content: "\f055"; }
|
363
|
-
.icon-minus-sign:before { content: "\f056"; }
|
364
|
-
.icon-remove-sign:before { content: "\f057"; }
|
365
|
-
.icon-ok-sign:before { content: "\f058"; }
|
366
|
-
.icon-question-sign:before { content: "\f059"; }
|
367
|
-
.icon-info-sign:before { content: "\f05a"; }
|
368
|
-
.icon-screenshot:before { content: "\f05b"; }
|
369
|
-
.icon-remove-circle:before { content: "\f05c"; }
|
370
|
-
.icon-ok-circle:before { content: "\f05d"; }
|
371
|
-
.icon-ban-circle:before { content: "\f05e"; }
|
372
|
-
|
373
|
-
.icon-arrow-left:before { content: "\f060"; }
|
374
|
-
.icon-arrow-right:before { content: "\f061"; }
|
375
|
-
.icon-arrow-up:before { content: "\f062"; }
|
376
|
-
.icon-arrow-down:before { content: "\f063"; }
|
377
|
-
.icon-share-alt:before { content: "\f064"; }
|
378
|
-
.icon-resize-full:before { content: "\f065"; }
|
379
|
-
.icon-resize-small:before { content: "\f066"; }
|
380
|
-
.icon-plus:before { content: "\f067"; }
|
381
|
-
.icon-minus:before { content: "\f068"; }
|
382
|
-
.icon-asterisk:before { content: "\f069"; }
|
383
|
-
.icon-exclamation-sign:before { content: "\f06a"; }
|
384
|
-
.icon-gift:before { content: "\f06b"; }
|
385
|
-
.icon-leaf:before { content: "\f06c"; }
|
386
|
-
.icon-fire:before { content: "\f06d"; }
|
387
|
-
.icon-eye-open:before { content: "\f06e"; }
|
388
|
-
|
389
|
-
.icon-eye-close:before { content: "\f070"; }
|
390
|
-
.icon-warning-sign:before { content: "\f071"; }
|
391
|
-
.icon-plane:before { content: "\f072"; }
|
392
|
-
.icon-calendar:before { content: "\f073"; }
|
393
|
-
.icon-random:before { content: "\f074"; }
|
394
|
-
.icon-comment:before { content: "\f075"; }
|
395
|
-
.icon-magnet:before { content: "\f076"; }
|
396
|
-
.icon-chevron-up:before { content: "\f077"; }
|
397
|
-
.icon-chevron-down:before { content: "\f078"; }
|
398
|
-
.icon-retweet:before { content: "\f079"; }
|
399
|
-
.icon-shopping-cart:before { content: "\f07a"; }
|
400
|
-
.icon-folder-close:before { content: "\f07b"; }
|
401
|
-
.icon-folder-open:before { content: "\f07c"; }
|
402
|
-
.icon-resize-vertical:before { content: "\f07d"; }
|
403
|
-
.icon-resize-horizontal:before { content: "\f07e"; }
|
404
|
-
|
405
|
-
.icon-bar-chart:before { content: "\f080"; }
|
406
|
-
.icon-twitter-sign:before { content: "\f081"; }
|
407
|
-
.icon-facebook-sign:before { content: "\f082"; }
|
408
|
-
.icon-camera-retro:before { content: "\f083"; }
|
409
|
-
.icon-key:before { content: "\f084"; }
|
410
|
-
.icon-cogs:before { content: "\f085"; }
|
411
|
-
.icon-comments:before { content: "\f086"; }
|
412
|
-
.icon-thumbs-up:before { content: "\f087"; }
|
413
|
-
.icon-thumbs-down:before { content: "\f088"; }
|
414
|
-
.icon-star-half:before { content: "\f089"; }
|
415
|
-
.icon-heart-empty:before { content: "\f08a"; }
|
416
|
-
.icon-signout:before { content: "\f08b"; }
|
417
|
-
.icon-linkedin-sign:before { content: "\f08c"; }
|
418
|
-
.icon-pushpin:before { content: "\f08d"; }
|
419
|
-
.icon-external-link:before { content: "\f08e"; }
|
420
|
-
|
421
|
-
.icon-signin:before { content: "\f090"; }
|
422
|
-
.icon-trophy:before { content: "\f091"; }
|
423
|
-
.icon-github-sign:before { content: "\f092"; }
|
424
|
-
.icon-upload-alt:before { content: "\f093"; }
|
425
|
-
.icon-lemon:before { content: "\f094"; }
|
426
|
-
.icon-phone:before { content: "\f095"; }
|
427
|
-
.icon-check-empty:before { content: "\f096"; }
|
428
|
-
.icon-bookmark-empty:before { content: "\f097"; }
|
429
|
-
.icon-phone-sign:before { content: "\f098"; }
|
430
|
-
.icon-twitter:before { content: "\f099"; }
|
431
|
-
.icon-facebook:before { content: "\f09a"; }
|
432
|
-
.icon-github:before { content: "\f09b"; }
|
433
|
-
.icon-unlock:before { content: "\f09c"; }
|
434
|
-
.icon-credit-card:before { content: "\f09d"; }
|
435
|
-
.icon-rss:before { content: "\f09e"; }
|
436
|
-
|
437
|
-
.icon-hdd:before { content: "\f0a0"; }
|
438
|
-
.icon-bullhorn:before { content: "\f0a1"; }
|
439
|
-
.icon-bell:before { content: "\f0a2"; }
|
440
|
-
.icon-certificate:before { content: "\f0a3"; }
|
441
|
-
.icon-hand-right:before { content: "\f0a4"; }
|
442
|
-
.icon-hand-left:before { content: "\f0a5"; }
|
443
|
-
.icon-hand-up:before { content: "\f0a6"; }
|
444
|
-
.icon-hand-down:before { content: "\f0a7"; }
|
445
|
-
.icon-circle-arrow-left:before { content: "\f0a8"; }
|
446
|
-
.icon-circle-arrow-right:before { content: "\f0a9"; }
|
447
|
-
.icon-circle-arrow-up:before { content: "\f0aa"; }
|
448
|
-
.icon-circle-arrow-down:before { content: "\f0ab"; }
|
449
|
-
.icon-globe:before { content: "\f0ac"; }
|
450
|
-
.icon-wrench:before { content: "\f0ad"; }
|
451
|
-
.icon-tasks:before { content: "\f0ae"; }
|
452
|
-
|
453
|
-
.icon-filter:before { content: "\f0b0"; }
|
454
|
-
.icon-briefcase:before { content: "\f0b1"; }
|
455
|
-
.icon-fullscreen:before { content: "\f0b2"; }
|
456
|
-
|
457
|
-
.icon-group:before { content: "\f0c0"; }
|
458
|
-
.icon-link:before { content: "\f0c1"; }
|
459
|
-
.icon-cloud:before { content: "\f0c2"; }
|
460
|
-
.icon-beaker:before { content: "\f0c3"; }
|
461
|
-
.icon-cut:before { content: "\f0c4"; }
|
462
|
-
.icon-copy:before { content: "\f0c5"; }
|
463
|
-
.icon-paper-clip:before { content: "\f0c6"; }
|
464
|
-
.icon-save:before { content: "\f0c7"; }
|
465
|
-
.icon-sign-blank:before { content: "\f0c8"; }
|
466
|
-
.icon-reorder:before { content: "\f0c9"; }
|
467
|
-
.icon-list-ul:before { content: "\f0ca"; }
|
468
|
-
.icon-list-ol:before { content: "\f0cb"; }
|
469
|
-
.icon-strikethrough:before { content: "\f0cc"; }
|
470
|
-
.icon-underline:before { content: "\f0cd"; }
|
471
|
-
.icon-table:before { content: "\f0ce"; }
|
472
|
-
|
473
|
-
.icon-magic:before { content: "\f0d0"; }
|
474
|
-
.icon-truck:before { content: "\f0d1"; }
|
475
|
-
.icon-pinterest:before { content: "\f0d2"; }
|
476
|
-
.icon-pinterest-sign:before { content: "\f0d3"; }
|
477
|
-
.icon-google-plus-sign:before { content: "\f0d4"; }
|
478
|
-
.icon-google-plus:before { content: "\f0d5"; }
|
479
|
-
.icon-money:before { content: "\f0d6"; }
|
480
|
-
.icon-caret-down:before { content: "\f0d7"; }
|
481
|
-
.icon-caret-up:before { content: "\f0d8"; }
|
482
|
-
.icon-caret-left:before { content: "\f0d9"; }
|
483
|
-
.icon-caret-right:before { content: "\f0da"; }
|
484
|
-
.icon-columns:before { content: "\f0db"; }
|
485
|
-
.icon-sort:before { content: "\f0dc"; }
|
486
|
-
.icon-sort-down:before { content: "\f0dd"; }
|
487
|
-
.icon-sort-up:before { content: "\f0de"; }
|
488
|
-
|
489
|
-
.icon-envelope-alt:before { content: "\f0e0"; }
|
490
|
-
.icon-linkedin:before { content: "\f0e1"; }
|
491
|
-
.icon-undo:before { content: "\f0e2"; }
|
492
|
-
.icon-legal:before { content: "\f0e3"; }
|
493
|
-
.icon-dashboard:before { content: "\f0e4"; }
|
494
|
-
.icon-comment-alt:before { content: "\f0e5"; }
|
495
|
-
.icon-comments-alt:before { content: "\f0e6"; }
|
496
|
-
.icon-bolt:before { content: "\f0e7"; }
|
497
|
-
.icon-sitemap:before { content: "\f0e8"; }
|
498
|
-
.icon-umbrella:before { content: "\f0e9"; }
|
499
|
-
.icon-paste:before { content: "\f0ea"; }
|
500
|
-
.icon-lightbulb:before { content: "\f0eb"; }
|
501
|
-
.icon-exchange:before { content: "\f0ec"; }
|
502
|
-
.icon-cloud-download:before { content: "\f0ed"; }
|
503
|
-
.icon-cloud-upload:before { content: "\f0ee"; }
|
504
|
-
|
505
|
-
.icon-user-md:before { content: "\f0f0"; }
|
506
|
-
.icon-stethoscope:before { content: "\f0f1"; }
|
507
|
-
.icon-suitcase:before { content: "\f0f2"; }
|
508
|
-
.icon-bell-alt:before { content: "\f0f3"; }
|
509
|
-
.icon-coffee:before { content: "\f0f4"; }
|
510
|
-
.icon-food:before { content: "\f0f5"; }
|
511
|
-
.icon-file-alt:before { content: "\f0f6"; }
|
512
|
-
.icon-building:before { content: "\f0f7"; }
|
513
|
-
.icon-hospital:before { content: "\f0f8"; }
|
514
|
-
.icon-ambulance:before { content: "\f0f9"; }
|
515
|
-
.icon-medkit:before { content: "\f0fa"; }
|
516
|
-
.icon-fighter-jet:before { content: "\f0fb"; }
|
517
|
-
.icon-beer:before { content: "\f0fc"; }
|
518
|
-
.icon-h-sign:before { content: "\f0fd"; }
|
519
|
-
.icon-plus-sign-alt:before { content: "\f0fe"; }
|
520
|
-
|
521
|
-
.icon-double-angle-left:before { content: "\f100"; }
|
522
|
-
.icon-double-angle-right:before { content: "\f101"; }
|
523
|
-
.icon-double-angle-up:before { content: "\f102"; }
|
524
|
-
.icon-double-angle-down:before { content: "\f103"; }
|
525
|
-
.icon-angle-left:before { content: "\f104"; }
|
526
|
-
.icon-angle-right:before { content: "\f105"; }
|
527
|
-
.icon-angle-up:before { content: "\f106"; }
|
528
|
-
.icon-angle-down:before { content: "\f107"; }
|
529
|
-
.icon-desktop:before { content: "\f108"; }
|
530
|
-
.icon-laptop:before { content: "\f109"; }
|
531
|
-
.icon-tablet:before { content: "\f10a"; }
|
532
|
-
.icon-mobile-phone:before { content: "\f10b"; }
|
533
|
-
.icon-circle-blank:before { content: "\f10c"; }
|
534
|
-
.icon-quote-left:before { content: "\f10d"; }
|
535
|
-
.icon-quote-right:before { content: "\f10e"; }
|
536
|
-
|
537
|
-
.icon-spinner:before { content: "\f110"; }
|
538
|
-
.icon-circle:before { content: "\f111"; }
|
539
|
-
.icon-reply:before { content: "\f112"; }
|
540
|
-
.icon-github-alt:before { content: "\f113"; }
|
541
|
-
.icon-folder-close-alt:before { content: "\f114"; }
|
542
|
-
.icon-folder-open-alt:before { content: "\f115"; }
|