tres 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 (72) hide show
  1. data/.gitignore +3 -0
  2. data/Gemfile +3 -0
  3. data/Gemfile.lock +67 -0
  4. data/README.md +50 -0
  5. data/Rakefile +16 -0
  6. data/VERSION +1 -0
  7. data/bin/tres +103 -0
  8. data/examples/anagen/anagen.coffee +61 -0
  9. data/examples/anagen/anagen.css +1413 -0
  10. data/examples/anagen/anagen.js +182 -0
  11. data/examples/anagen/anagen.scss +20 -0
  12. data/examples/anagen/backbone-min.js +38 -0
  13. data/examples/anagen/index.html +50 -0
  14. data/examples/anagen/jquery-1.8.0.min.js +2 -0
  15. data/examples/anagen/templates.coffee +6 -0
  16. data/examples/anagen/templates.js +13 -0
  17. data/examples/anagen/tres.js +375 -0
  18. data/examples/anagen/underscore-min.js +32 -0
  19. data/font/fontawesome-webfont.eot +0 -0
  20. data/font/fontawesome-webfont.svg +255 -0
  21. data/font/fontawesome-webfont.ttf +0 -0
  22. data/font/fontawesome-webfont.woff +0 -0
  23. data/javascripts/backbone-min.js +38 -0
  24. data/javascripts/jquery-1.8.0.min.js +2 -0
  25. data/javascripts/tres.coffee +210 -0
  26. data/javascripts/underscore-min.js +32 -0
  27. data/lib/ext/.filemethods.rb.swp +0 -0
  28. data/lib/ext/filemethods.rb +109 -0
  29. data/lib/ext/string.rb +33 -0
  30. data/lib/tres/app.rb +92 -0
  31. data/lib/tres/asset_packager.rb +45 -0
  32. data/lib/tres/errors.rb +6 -0
  33. data/lib/tres/logger.rb +9 -0
  34. data/lib/tres/rack_logger.rb +37 -0
  35. data/lib/tres/server.rb +50 -0
  36. data/lib/tres/template_compiler.rb +113 -0
  37. data/lib/tres.rb +64 -0
  38. data/sass/font-awesome.scss +329 -0
  39. data/sass/tres/base.scss +131 -0
  40. data/sass/tres/themes/default.scss +71 -0
  41. data/spec/app_spec.rb +44 -0
  42. data/spec/asset_packager_spec.rb +74 -0
  43. data/spec/filemethods_spec.rb +84 -0
  44. data/spec/fixtures/index.haml +41 -0
  45. data/spec/fixtures/index.html +50 -0
  46. data/spec/sample/assets/javascripts/all.coffee +12 -0
  47. data/spec/sample/assets/javascripts/anagen.coffee +7 -0
  48. data/spec/sample/assets/javascripts/backbone-min.js +38 -0
  49. data/spec/sample/assets/javascripts/jquery-1.8.0.min.js +2 -0
  50. data/spec/sample/assets/javascripts/underscore-min.js +32 -0
  51. data/spec/sample/assets/stylesheets/app.scss +7 -0
  52. data/spec/sample/assets/stylesheets/with_imports.scss +10 -0
  53. data/spec/sample/templates/article.html +0 -0
  54. data/spec/sample/templates/book.haml +4 -0
  55. data/spec/sample/templates/books/li.haml +2 -0
  56. data/spec/sample/templates/index.html +50 -0
  57. data/spec/server_spec.rb +35 -0
  58. data/spec/spec_helper.rb +69 -0
  59. data/spec/template_compiler_spec.rb +96 -0
  60. data/templates/all.coffee +21 -0
  61. data/templates/all.scss +11 -0
  62. data/templates/app.coffee +10 -0
  63. data/templates/collection_script.coffee.erb +6 -0
  64. data/templates/config.ru +3 -0
  65. data/templates/home.coffee +7 -0
  66. data/templates/home.haml +17 -0
  67. data/templates/index.html +15 -0
  68. data/templates/model_script.coffee.erb +3 -0
  69. data/templates/screen_script.coffee.erb +5 -0
  70. data/templates/templates.js +2 -0
  71. data/tres.gemspec +29 -0
  72. metadata +257 -0
@@ -0,0 +1,1413 @@
1
+ /* Font Awesome
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 webfont, CSS, and LESS files are licensed under CC BY 3.0:
10
+ http://creativecommons.org/licenses/by/3.0/ A mention of
11
+ 'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
12
+ source code is considered acceptable attribution (most common on the web).
13
+ If human readable source code is not available to the end user, a mention in
14
+ an 'About' or 'Credits' screen is considered acceptable (most common in desktop
15
+ or mobile software).
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
+ @font-face {
25
+ font-family: "FontAwesome";
26
+ src: url(/font/fontawesome-webfont.eot);
27
+ src: url(/font/fontawesome-webfont.eot?#iefix) format('eot'), url(/font/fontawesome-webfont.woff) format('woff'), url(/font/fontawesome-webfont.ttf) format('truetype'), url(/font/fontawesome-webfont.svg#FontAwesomeRegular) format('svg');
28
+ font-weight: normal;
29
+ font-style: normal;
30
+ }
31
+
32
+ /* Font Awesome styles
33
+ ------------------------------------------------------- */
34
+ /* line 41, ../sass/font-awesome.scss */
35
+ [class^="icon-"]:before,
36
+ [class*=" icon-"]:before {
37
+ font-family: FontAwesome;
38
+ font-weight: normal;
39
+ font-style: normal;
40
+ display: inline-block;
41
+ text-decoration: inherit;
42
+ }
43
+
44
+ /* line 50, ../sass/font-awesome.scss */
45
+ a [class^="icon-"],
46
+ a [class*=" icon-"] {
47
+ display: inline-block;
48
+ text-decoration: inherit;
49
+ }
50
+
51
+ /* makes the font 33% larger relative to the icon container */
52
+ /* line 56, ../sass/font-awesome.scss */
53
+ .icon-large:before {
54
+ vertical-align: middle;
55
+ font-size: 4/3em;
56
+ }
57
+
58
+ /* line 63, ../sass/font-awesome.scss */
59
+ .btn [class^="icon-"],
60
+ .btn [class*=" icon-"], .nav-tabs [class^="icon-"], .nav-tabs [class*=" icon-"] {
61
+ /* keeps button heights with and without icons the same */
62
+ line-height: .9em;
63
+ }
64
+
65
+ /* line 71, ../sass/font-awesome.scss */
66
+ li [class^="icon-"],
67
+ li [class*=" icon-"] {
68
+ display: inline-block;
69
+ width: 1.25em;
70
+ text-align: center;
71
+ }
72
+ /* line 77, ../sass/font-awesome.scss */
73
+ li .icon-large:before,
74
+ li .icon-large:before {
75
+ /* 1.5 increased font size for icon-large * 1.25 width */
76
+ width: 1.875em;
77
+ }
78
+
79
+ /* line 83, ../sass/font-awesome.scss */
80
+ ul.icons {
81
+ list-style-type: none;
82
+ margin-left: 2em;
83
+ text-indent: -0.8em;
84
+ }
85
+ /* line 90, ../sass/font-awesome.scss */
86
+ ul.icons li [class^="icon-"],
87
+ ul.icons li [class*=" icon-"] {
88
+ width: .8em;
89
+ }
90
+ /* line 94, ../sass/font-awesome.scss */
91
+ ul.icons li .icon-large:before,
92
+ ul.icons li .icon-large:before {
93
+ /* 1.5 increased font size for icon-large * 1.25 width */
94
+ vertical-align: initial;
95
+ }
96
+
97
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
98
+ readers do not read off random characters that represent icons */
99
+ /* line 104, ../sass/font-awesome.scss */
100
+ .icon-glass:before {
101
+ content: "\f000";
102
+ }
103
+
104
+ /* line 105, ../sass/font-awesome.scss */
105
+ .icon-music:before {
106
+ content: "\f001";
107
+ }
108
+
109
+ /* line 106, ../sass/font-awesome.scss */
110
+ .icon-search:before {
111
+ content: "\f002";
112
+ }
113
+
114
+ /* line 107, ../sass/font-awesome.scss */
115
+ .icon-envelope:before {
116
+ content: "\f003";
117
+ }
118
+
119
+ /* line 108, ../sass/font-awesome.scss */
120
+ .icon-heart:before {
121
+ content: "\f004";
122
+ }
123
+
124
+ /* line 109, ../sass/font-awesome.scss */
125
+ .icon-star:before {
126
+ content: "\f005";
127
+ }
128
+
129
+ /* line 110, ../sass/font-awesome.scss */
130
+ .icon-star-empty:before {
131
+ content: "\f006";
132
+ }
133
+
134
+ /* line 111, ../sass/font-awesome.scss */
135
+ .icon-user:before {
136
+ content: "\f007";
137
+ }
138
+
139
+ /* line 112, ../sass/font-awesome.scss */
140
+ .icon-film:before {
141
+ content: "\f008";
142
+ }
143
+
144
+ /* line 113, ../sass/font-awesome.scss */
145
+ .icon-th-large:before {
146
+ content: "\f009";
147
+ }
148
+
149
+ /* line 114, ../sass/font-awesome.scss */
150
+ .icon-th:before {
151
+ content: "\f00a";
152
+ }
153
+
154
+ /* line 115, ../sass/font-awesome.scss */
155
+ .icon-th-list:before {
156
+ content: "\f00b";
157
+ }
158
+
159
+ /* line 116, ../sass/font-awesome.scss */
160
+ .icon-ok:before {
161
+ content: "\f00c";
162
+ }
163
+
164
+ /* line 117, ../sass/font-awesome.scss */
165
+ .icon-remove:before {
166
+ content: "\f00d";
167
+ }
168
+
169
+ /* line 118, ../sass/font-awesome.scss */
170
+ .icon-zoom-in:before {
171
+ content: "\f00e";
172
+ }
173
+
174
+ /* line 120, ../sass/font-awesome.scss */
175
+ .icon-zoom-out:before {
176
+ content: "\f010";
177
+ }
178
+
179
+ /* line 121, ../sass/font-awesome.scss */
180
+ .icon-off:before {
181
+ content: "\f011";
182
+ }
183
+
184
+ /* line 122, ../sass/font-awesome.scss */
185
+ .icon-signal:before {
186
+ content: "\f012";
187
+ }
188
+
189
+ /* line 123, ../sass/font-awesome.scss */
190
+ .icon-cog:before {
191
+ content: "\f013";
192
+ }
193
+
194
+ /* line 124, ../sass/font-awesome.scss */
195
+ .icon-trash:before {
196
+ content: "\f014";
197
+ }
198
+
199
+ /* line 125, ../sass/font-awesome.scss */
200
+ .icon-home:before {
201
+ content: "\f015";
202
+ }
203
+
204
+ /* line 126, ../sass/font-awesome.scss */
205
+ .icon-file:before {
206
+ content: "\f016";
207
+ }
208
+
209
+ /* line 127, ../sass/font-awesome.scss */
210
+ .icon-time:before {
211
+ content: "\f017";
212
+ }
213
+
214
+ /* line 128, ../sass/font-awesome.scss */
215
+ .icon-road:before {
216
+ content: "\f018";
217
+ }
218
+
219
+ /* line 129, ../sass/font-awesome.scss */
220
+ .icon-download-alt:before {
221
+ content: "\f019";
222
+ }
223
+
224
+ /* line 130, ../sass/font-awesome.scss */
225
+ .icon-download:before {
226
+ content: "\f01a";
227
+ }
228
+
229
+ /* line 131, ../sass/font-awesome.scss */
230
+ .icon-upload:before {
231
+ content: "\f01b";
232
+ }
233
+
234
+ /* line 132, ../sass/font-awesome.scss */
235
+ .icon-inbox:before {
236
+ content: "\f01c";
237
+ }
238
+
239
+ /* line 133, ../sass/font-awesome.scss */
240
+ .icon-play-circle:before {
241
+ content: "\f01d";
242
+ }
243
+
244
+ /* line 134, ../sass/font-awesome.scss */
245
+ .icon-repeat:before {
246
+ content: "\f01e";
247
+ }
248
+
249
+ /* \f020 doesn't work in Safari. all shifted one down */
250
+ /* line 137, ../sass/font-awesome.scss */
251
+ .icon-refresh:before {
252
+ content: "\f021";
253
+ }
254
+
255
+ /* line 138, ../sass/font-awesome.scss */
256
+ .icon-list-alt:before {
257
+ content: "\f022";
258
+ }
259
+
260
+ /* line 139, ../sass/font-awesome.scss */
261
+ .icon-lock:before {
262
+ content: "\f023";
263
+ }
264
+
265
+ /* line 140, ../sass/font-awesome.scss */
266
+ .icon-flag:before {
267
+ content: "\f024";
268
+ }
269
+
270
+ /* line 141, ../sass/font-awesome.scss */
271
+ .icon-headphones:before {
272
+ content: "\f025";
273
+ }
274
+
275
+ /* line 142, ../sass/font-awesome.scss */
276
+ .icon-volume-off:before {
277
+ content: "\f026";
278
+ }
279
+
280
+ /* line 143, ../sass/font-awesome.scss */
281
+ .icon-volume-down:before {
282
+ content: "\f027";
283
+ }
284
+
285
+ /* line 144, ../sass/font-awesome.scss */
286
+ .icon-volume-up:before {
287
+ content: "\f028";
288
+ }
289
+
290
+ /* line 145, ../sass/font-awesome.scss */
291
+ .icon-qrcode:before {
292
+ content: "\f029";
293
+ }
294
+
295
+ /* line 146, ../sass/font-awesome.scss */
296
+ .icon-barcode:before {
297
+ content: "\f02a";
298
+ }
299
+
300
+ /* line 147, ../sass/font-awesome.scss */
301
+ .icon-tag:before {
302
+ content: "\f02b";
303
+ }
304
+
305
+ /* line 148, ../sass/font-awesome.scss */
306
+ .icon-tags:before {
307
+ content: "\f02c";
308
+ }
309
+
310
+ /* line 149, ../sass/font-awesome.scss */
311
+ .icon-book:before {
312
+ content: "\f02d";
313
+ }
314
+
315
+ /* line 150, ../sass/font-awesome.scss */
316
+ .icon-bookmark:before {
317
+ content: "\f02e";
318
+ }
319
+
320
+ /* line 151, ../sass/font-awesome.scss */
321
+ .icon-print:before {
322
+ content: "\f02f";
323
+ }
324
+
325
+ /* line 153, ../sass/font-awesome.scss */
326
+ .icon-camera:before {
327
+ content: "\f030";
328
+ }
329
+
330
+ /* line 154, ../sass/font-awesome.scss */
331
+ .icon-font:before {
332
+ content: "\f031";
333
+ }
334
+
335
+ /* line 155, ../sass/font-awesome.scss */
336
+ .icon-bold:before {
337
+ content: "\f032";
338
+ }
339
+
340
+ /* line 156, ../sass/font-awesome.scss */
341
+ .icon-italic:before {
342
+ content: "\f033";
343
+ }
344
+
345
+ /* line 157, ../sass/font-awesome.scss */
346
+ .icon-text-height:before {
347
+ content: "\f034";
348
+ }
349
+
350
+ /* line 158, ../sass/font-awesome.scss */
351
+ .icon-text-width:before {
352
+ content: "\f035";
353
+ }
354
+
355
+ /* line 159, ../sass/font-awesome.scss */
356
+ .icon-align-left:before {
357
+ content: "\f036";
358
+ }
359
+
360
+ /* line 160, ../sass/font-awesome.scss */
361
+ .icon-align-center:before {
362
+ content: "\f037";
363
+ }
364
+
365
+ /* line 161, ../sass/font-awesome.scss */
366
+ .icon-align-right:before {
367
+ content: "\f038";
368
+ }
369
+
370
+ /* line 162, ../sass/font-awesome.scss */
371
+ .icon-align-justify:before {
372
+ content: "\f039";
373
+ }
374
+
375
+ /* line 163, ../sass/font-awesome.scss */
376
+ .icon-list:before {
377
+ content: "\f03a";
378
+ }
379
+
380
+ /* line 164, ../sass/font-awesome.scss */
381
+ .icon-indent-left:before {
382
+ content: "\f03b";
383
+ }
384
+
385
+ /* line 165, ../sass/font-awesome.scss */
386
+ .icon-indent-right:before {
387
+ content: "\f03c";
388
+ }
389
+
390
+ /* line 166, ../sass/font-awesome.scss */
391
+ .icon-facetime-video:before {
392
+ content: "\f03d";
393
+ }
394
+
395
+ /* line 167, ../sass/font-awesome.scss */
396
+ .icon-picture:before {
397
+ content: "\f03e";
398
+ }
399
+
400
+ /* line 169, ../sass/font-awesome.scss */
401
+ .icon-pencil:before {
402
+ content: "\f040";
403
+ }
404
+
405
+ /* line 170, ../sass/font-awesome.scss */
406
+ .icon-map-marker:before {
407
+ content: "\f041";
408
+ }
409
+
410
+ /* line 171, ../sass/font-awesome.scss */
411
+ .icon-adjust:before {
412
+ content: "\f042";
413
+ }
414
+
415
+ /* line 172, ../sass/font-awesome.scss */
416
+ .icon-tint:before {
417
+ content: "\f043";
418
+ }
419
+
420
+ /* line 173, ../sass/font-awesome.scss */
421
+ .icon-edit:before {
422
+ content: "\f044";
423
+ }
424
+
425
+ /* line 174, ../sass/font-awesome.scss */
426
+ .icon-share:before {
427
+ content: "\f045";
428
+ }
429
+
430
+ /* line 175, ../sass/font-awesome.scss */
431
+ .icon-check:before {
432
+ content: "\f046";
433
+ }
434
+
435
+ /* line 176, ../sass/font-awesome.scss */
436
+ .icon-move:before {
437
+ content: "\f047";
438
+ }
439
+
440
+ /* line 177, ../sass/font-awesome.scss */
441
+ .icon-step-backward:before {
442
+ content: "\f048";
443
+ }
444
+
445
+ /* line 178, ../sass/font-awesome.scss */
446
+ .icon-fast-backward:before {
447
+ content: "\f049";
448
+ }
449
+
450
+ /* line 179, ../sass/font-awesome.scss */
451
+ .icon-backward:before {
452
+ content: "\f04a";
453
+ }
454
+
455
+ /* line 180, ../sass/font-awesome.scss */
456
+ .icon-play:before {
457
+ content: "\f04b";
458
+ }
459
+
460
+ /* line 181, ../sass/font-awesome.scss */
461
+ .icon-pause:before {
462
+ content: "\f04c";
463
+ }
464
+
465
+ /* line 182, ../sass/font-awesome.scss */
466
+ .icon-stop:before {
467
+ content: "\f04d";
468
+ }
469
+
470
+ /* line 183, ../sass/font-awesome.scss */
471
+ .icon-forward:before {
472
+ content: "\f04e";
473
+ }
474
+
475
+ /* line 185, ../sass/font-awesome.scss */
476
+ .icon-fast-forward:before {
477
+ content: "\f050";
478
+ }
479
+
480
+ /* line 186, ../sass/font-awesome.scss */
481
+ .icon-step-forward:before {
482
+ content: "\f051";
483
+ }
484
+
485
+ /* line 187, ../sass/font-awesome.scss */
486
+ .icon-eject:before {
487
+ content: "\f052";
488
+ }
489
+
490
+ /* line 188, ../sass/font-awesome.scss */
491
+ .icon-chevron-left:before {
492
+ content: "\f053";
493
+ }
494
+
495
+ /* line 189, ../sass/font-awesome.scss */
496
+ .icon-chevron-right:before {
497
+ content: "\f054";
498
+ }
499
+
500
+ /* line 190, ../sass/font-awesome.scss */
501
+ .icon-plus-sign:before {
502
+ content: "\f055";
503
+ }
504
+
505
+ /* line 191, ../sass/font-awesome.scss */
506
+ .icon-minus-sign:before {
507
+ content: "\f056";
508
+ }
509
+
510
+ /* line 192, ../sass/font-awesome.scss */
511
+ .icon-remove-sign:before {
512
+ content: "\f057";
513
+ }
514
+
515
+ /* line 193, ../sass/font-awesome.scss */
516
+ .icon-ok-sign:before {
517
+ content: "\f058";
518
+ }
519
+
520
+ /* line 194, ../sass/font-awesome.scss */
521
+ .icon-question-sign:before {
522
+ content: "\f059";
523
+ }
524
+
525
+ /* line 195, ../sass/font-awesome.scss */
526
+ .icon-info-sign:before {
527
+ content: "\f05a";
528
+ }
529
+
530
+ /* line 196, ../sass/font-awesome.scss */
531
+ .icon-screenshot:before {
532
+ content: "\f05b";
533
+ }
534
+
535
+ /* line 197, ../sass/font-awesome.scss */
536
+ .icon-remove-circle:before {
537
+ content: "\f05c";
538
+ }
539
+
540
+ /* line 198, ../sass/font-awesome.scss */
541
+ .icon-ok-circle:before {
542
+ content: "\f05d";
543
+ }
544
+
545
+ /* line 199, ../sass/font-awesome.scss */
546
+ .icon-ban-circle:before {
547
+ content: "\f05e";
548
+ }
549
+
550
+ /* line 201, ../sass/font-awesome.scss */
551
+ .icon-arrow-left:before {
552
+ content: "\f060";
553
+ }
554
+
555
+ /* line 202, ../sass/font-awesome.scss */
556
+ .icon-arrow-right:before {
557
+ content: "\f061";
558
+ }
559
+
560
+ /* line 203, ../sass/font-awesome.scss */
561
+ .icon-arrow-up:before {
562
+ content: "\f062";
563
+ }
564
+
565
+ /* line 204, ../sass/font-awesome.scss */
566
+ .icon-arrow-down:before {
567
+ content: "\f063";
568
+ }
569
+
570
+ /* line 205, ../sass/font-awesome.scss */
571
+ .icon-share-alt:before {
572
+ content: "\f064";
573
+ }
574
+
575
+ /* line 206, ../sass/font-awesome.scss */
576
+ .icon-resize-full:before {
577
+ content: "\f065";
578
+ }
579
+
580
+ /* line 207, ../sass/font-awesome.scss */
581
+ .icon-resize-small:before {
582
+ content: "\f066";
583
+ }
584
+
585
+ /* line 208, ../sass/font-awesome.scss */
586
+ .icon-plus:before {
587
+ content: "\f067";
588
+ }
589
+
590
+ /* line 209, ../sass/font-awesome.scss */
591
+ .icon-minus:before {
592
+ content: "\f068";
593
+ }
594
+
595
+ /* line 210, ../sass/font-awesome.scss */
596
+ .icon-asterisk:before {
597
+ content: "\f069";
598
+ }
599
+
600
+ /* line 211, ../sass/font-awesome.scss */
601
+ .icon-exclamation-sign:before {
602
+ content: "\f06a";
603
+ }
604
+
605
+ /* line 212, ../sass/font-awesome.scss */
606
+ .icon-gift:before {
607
+ content: "\f06b";
608
+ }
609
+
610
+ /* line 213, ../sass/font-awesome.scss */
611
+ .icon-leaf:before {
612
+ content: "\f06c";
613
+ }
614
+
615
+ /* line 214, ../sass/font-awesome.scss */
616
+ .icon-fire:before {
617
+ content: "\f06d";
618
+ }
619
+
620
+ /* line 215, ../sass/font-awesome.scss */
621
+ .icon-eye-open:before {
622
+ content: "\f06e";
623
+ }
624
+
625
+ /* line 217, ../sass/font-awesome.scss */
626
+ .icon-eye-close:before {
627
+ content: "\f070";
628
+ }
629
+
630
+ /* line 218, ../sass/font-awesome.scss */
631
+ .icon-warning-sign:before {
632
+ content: "\f071";
633
+ }
634
+
635
+ /* line 219, ../sass/font-awesome.scss */
636
+ .icon-plane:before {
637
+ content: "\f072";
638
+ }
639
+
640
+ /* line 220, ../sass/font-awesome.scss */
641
+ .icon-calendar:before {
642
+ content: "\f073";
643
+ }
644
+
645
+ /* line 221, ../sass/font-awesome.scss */
646
+ .icon-random:before {
647
+ content: "\f074";
648
+ }
649
+
650
+ /* line 222, ../sass/font-awesome.scss */
651
+ .icon-comment:before {
652
+ content: "\f075";
653
+ }
654
+
655
+ /* line 223, ../sass/font-awesome.scss */
656
+ .icon-magnet:before {
657
+ content: "\f076";
658
+ }
659
+
660
+ /* line 224, ../sass/font-awesome.scss */
661
+ .icon-chevron-up:before {
662
+ content: "\f077";
663
+ }
664
+
665
+ /* line 225, ../sass/font-awesome.scss */
666
+ .icon-chevron-down:before {
667
+ content: "\f078";
668
+ }
669
+
670
+ /* line 226, ../sass/font-awesome.scss */
671
+ .icon-retweet:before {
672
+ content: "\f079";
673
+ }
674
+
675
+ /* line 227, ../sass/font-awesome.scss */
676
+ .icon-shopping-cart:before {
677
+ content: "\f07a";
678
+ }
679
+
680
+ /* line 228, ../sass/font-awesome.scss */
681
+ .icon-folder-close:before {
682
+ content: "\f07b";
683
+ }
684
+
685
+ /* line 229, ../sass/font-awesome.scss */
686
+ .icon-folder-open:before {
687
+ content: "\f07c";
688
+ }
689
+
690
+ /* line 230, ../sass/font-awesome.scss */
691
+ .icon-resize-vertical:before {
692
+ content: "\f07d";
693
+ }
694
+
695
+ /* line 231, ../sass/font-awesome.scss */
696
+ .icon-resize-horizontal:before {
697
+ content: "\f07e";
698
+ }
699
+
700
+ /* line 233, ../sass/font-awesome.scss */
701
+ .icon-bar-chart:before {
702
+ content: "\f080";
703
+ }
704
+
705
+ /* line 234, ../sass/font-awesome.scss */
706
+ .icon-twitter-sign:before {
707
+ content: "\f081";
708
+ }
709
+
710
+ /* line 235, ../sass/font-awesome.scss */
711
+ .icon-facebook-sign:before {
712
+ content: "\f082";
713
+ }
714
+
715
+ /* line 236, ../sass/font-awesome.scss */
716
+ .icon-camera-retro:before {
717
+ content: "\f083";
718
+ }
719
+
720
+ /* line 237, ../sass/font-awesome.scss */
721
+ .icon-key:before {
722
+ content: "\f084";
723
+ }
724
+
725
+ /* line 238, ../sass/font-awesome.scss */
726
+ .icon-cogs:before {
727
+ content: "\f085";
728
+ }
729
+
730
+ /* line 239, ../sass/font-awesome.scss */
731
+ .icon-comments:before {
732
+ content: "\f086";
733
+ }
734
+
735
+ /* line 240, ../sass/font-awesome.scss */
736
+ .icon-thumbs-up:before {
737
+ content: "\f087";
738
+ }
739
+
740
+ /* line 241, ../sass/font-awesome.scss */
741
+ .icon-thumbs-down:before {
742
+ content: "\f088";
743
+ }
744
+
745
+ /* line 242, ../sass/font-awesome.scss */
746
+ .icon-star-half:before {
747
+ content: "\f089";
748
+ }
749
+
750
+ /* line 243, ../sass/font-awesome.scss */
751
+ .icon-heart-empty:before {
752
+ content: "\f08a";
753
+ }
754
+
755
+ /* line 244, ../sass/font-awesome.scss */
756
+ .icon-signout:before {
757
+ content: "\f08b";
758
+ }
759
+
760
+ /* line 245, ../sass/font-awesome.scss */
761
+ .icon-linkedin-sign:before {
762
+ content: "\f08c";
763
+ }
764
+
765
+ /* line 246, ../sass/font-awesome.scss */
766
+ .icon-pushpin:before {
767
+ content: "\f08d";
768
+ }
769
+
770
+ /* line 247, ../sass/font-awesome.scss */
771
+ .icon-external-link:before {
772
+ content: "\f08e";
773
+ }
774
+
775
+ /* line 249, ../sass/font-awesome.scss */
776
+ .icon-signin:before {
777
+ content: "\f090";
778
+ }
779
+
780
+ /* line 250, ../sass/font-awesome.scss */
781
+ .icon-trophy:before {
782
+ content: "\f091";
783
+ }
784
+
785
+ /* line 251, ../sass/font-awesome.scss */
786
+ .icon-github-sign:before {
787
+ content: "\f092";
788
+ }
789
+
790
+ /* line 252, ../sass/font-awesome.scss */
791
+ .icon-upload-alt:before {
792
+ content: "\f093";
793
+ }
794
+
795
+ /* line 253, ../sass/font-awesome.scss */
796
+ .icon-lemon:before {
797
+ content: "\f094";
798
+ }
799
+
800
+ /* line 254, ../sass/font-awesome.scss */
801
+ .icon-phone:before {
802
+ content: "\f095";
803
+ }
804
+
805
+ /* line 255, ../sass/font-awesome.scss */
806
+ .icon-check-empty:before {
807
+ content: "\f096";
808
+ }
809
+
810
+ /* line 256, ../sass/font-awesome.scss */
811
+ .icon-bookmark-empty:before {
812
+ content: "\f097";
813
+ }
814
+
815
+ /* line 257, ../sass/font-awesome.scss */
816
+ .icon-phone-sign:before {
817
+ content: "\f098";
818
+ }
819
+
820
+ /* line 258, ../sass/font-awesome.scss */
821
+ .icon-twitter:before {
822
+ content: "\f099";
823
+ }
824
+
825
+ /* line 259, ../sass/font-awesome.scss */
826
+ .icon-facebook:before {
827
+ content: "\f09a";
828
+ }
829
+
830
+ /* line 260, ../sass/font-awesome.scss */
831
+ .icon-github:before {
832
+ content: "\f09b";
833
+ }
834
+
835
+ /* line 261, ../sass/font-awesome.scss */
836
+ .icon-unlock:before {
837
+ content: "\f09c";
838
+ }
839
+
840
+ /* line 262, ../sass/font-awesome.scss */
841
+ .icon-credit-card:before {
842
+ content: "\f09d";
843
+ }
844
+
845
+ /* line 263, ../sass/font-awesome.scss */
846
+ .icon-rss:before {
847
+ content: "\f09e";
848
+ }
849
+
850
+ /* line 265, ../sass/font-awesome.scss */
851
+ .icon-hdd:before {
852
+ content: "\f0a0";
853
+ }
854
+
855
+ /* line 266, ../sass/font-awesome.scss */
856
+ .icon-bullhorn:before {
857
+ content: "\f0a1";
858
+ }
859
+
860
+ /* line 267, ../sass/font-awesome.scss */
861
+ .icon-bell:before {
862
+ content: "\f0a2";
863
+ }
864
+
865
+ /* line 268, ../sass/font-awesome.scss */
866
+ .icon-certificate:before {
867
+ content: "\f0a3";
868
+ }
869
+
870
+ /* line 269, ../sass/font-awesome.scss */
871
+ .icon-hand-right:before {
872
+ content: "\f0a4";
873
+ }
874
+
875
+ /* line 270, ../sass/font-awesome.scss */
876
+ .icon-hand-left:before {
877
+ content: "\f0a5";
878
+ }
879
+
880
+ /* line 271, ../sass/font-awesome.scss */
881
+ .icon-hand-up:before {
882
+ content: "\f0a6";
883
+ }
884
+
885
+ /* line 272, ../sass/font-awesome.scss */
886
+ .icon-hand-down:before {
887
+ content: "\f0a7";
888
+ }
889
+
890
+ /* line 273, ../sass/font-awesome.scss */
891
+ .icon-circle-arrow-left:before {
892
+ content: "\f0a8";
893
+ }
894
+
895
+ /* line 274, ../sass/font-awesome.scss */
896
+ .icon-circle-arrow-right:before {
897
+ content: "\f0a9";
898
+ }
899
+
900
+ /* line 275, ../sass/font-awesome.scss */
901
+ .icon-circle-arrow-up:before {
902
+ content: "\f0aa";
903
+ }
904
+
905
+ /* line 276, ../sass/font-awesome.scss */
906
+ .icon-circle-arrow-down:before {
907
+ content: "\f0ab";
908
+ }
909
+
910
+ /* line 277, ../sass/font-awesome.scss */
911
+ .icon-globe:before {
912
+ content: "\f0ac";
913
+ }
914
+
915
+ /* line 278, ../sass/font-awesome.scss */
916
+ .icon-wrench:before {
917
+ content: "\f0ad";
918
+ }
919
+
920
+ /* line 279, ../sass/font-awesome.scss */
921
+ .icon-tasks:before {
922
+ content: "\f0ae";
923
+ }
924
+
925
+ /* line 281, ../sass/font-awesome.scss */
926
+ .icon-filter:before {
927
+ content: "\f0b0";
928
+ }
929
+
930
+ /* line 282, ../sass/font-awesome.scss */
931
+ .icon-briefcase:before {
932
+ content: "\f0b1";
933
+ }
934
+
935
+ /* line 283, ../sass/font-awesome.scss */
936
+ .icon-fullscreen:before {
937
+ content: "\f0b2";
938
+ }
939
+
940
+ /* line 285, ../sass/font-awesome.scss */
941
+ .icon-group:before {
942
+ content: "\f0c0";
943
+ }
944
+
945
+ /* line 286, ../sass/font-awesome.scss */
946
+ .icon-link:before {
947
+ content: "\f0c1";
948
+ }
949
+
950
+ /* line 287, ../sass/font-awesome.scss */
951
+ .icon-cloud:before {
952
+ content: "\f0c2";
953
+ }
954
+
955
+ /* line 288, ../sass/font-awesome.scss */
956
+ .icon-beaker:before {
957
+ content: "\f0c3";
958
+ }
959
+
960
+ /* line 289, ../sass/font-awesome.scss */
961
+ .icon-cut:before {
962
+ content: "\f0c4";
963
+ }
964
+
965
+ /* line 290, ../sass/font-awesome.scss */
966
+ .icon-copy:before {
967
+ content: "\f0c5";
968
+ }
969
+
970
+ /* line 291, ../sass/font-awesome.scss */
971
+ .icon-paper-clip:before {
972
+ content: "\f0c6";
973
+ }
974
+
975
+ /* line 292, ../sass/font-awesome.scss */
976
+ .icon-save:before {
977
+ content: "\f0c7";
978
+ }
979
+
980
+ /* line 293, ../sass/font-awesome.scss */
981
+ .icon-sign-blank:before {
982
+ content: "\f0c8";
983
+ }
984
+
985
+ /* line 294, ../sass/font-awesome.scss */
986
+ .icon-reorder:before {
987
+ content: "\f0c9";
988
+ }
989
+
990
+ /* line 295, ../sass/font-awesome.scss */
991
+ .icon-list-ul:before {
992
+ content: "\f0ca";
993
+ }
994
+
995
+ /* line 296, ../sass/font-awesome.scss */
996
+ .icon-list-ol:before {
997
+ content: "\f0cb";
998
+ }
999
+
1000
+ /* line 297, ../sass/font-awesome.scss */
1001
+ .icon-strikethrough:before {
1002
+ content: "\f0cc";
1003
+ }
1004
+
1005
+ /* line 298, ../sass/font-awesome.scss */
1006
+ .icon-underline:before {
1007
+ content: "\f0cd";
1008
+ }
1009
+
1010
+ /* line 299, ../sass/font-awesome.scss */
1011
+ .icon-table:before {
1012
+ content: "\f0ce";
1013
+ }
1014
+
1015
+ /* line 301, ../sass/font-awesome.scss */
1016
+ .icon-magic:before {
1017
+ content: "\f0d0";
1018
+ }
1019
+
1020
+ /* line 302, ../sass/font-awesome.scss */
1021
+ .icon-truck:before {
1022
+ content: "\f0d1";
1023
+ }
1024
+
1025
+ /* line 303, ../sass/font-awesome.scss */
1026
+ .icon-pinterest:before {
1027
+ content: "\f0d2";
1028
+ }
1029
+
1030
+ /* line 304, ../sass/font-awesome.scss */
1031
+ .icon-pinterest-sign:before {
1032
+ content: "\f0d3";
1033
+ }
1034
+
1035
+ /* line 305, ../sass/font-awesome.scss */
1036
+ .icon-google-plus-sign:before {
1037
+ content: "\f0d4";
1038
+ }
1039
+
1040
+ /* line 306, ../sass/font-awesome.scss */
1041
+ .icon-google-plus:before {
1042
+ content: "\f0d5";
1043
+ }
1044
+
1045
+ /* line 307, ../sass/font-awesome.scss */
1046
+ .icon-money:before {
1047
+ content: "\f0d6";
1048
+ }
1049
+
1050
+ /* line 308, ../sass/font-awesome.scss */
1051
+ .icon-caret-down:before {
1052
+ content: "\f0d7";
1053
+ }
1054
+
1055
+ /* line 309, ../sass/font-awesome.scss */
1056
+ .icon-caret-up:before {
1057
+ content: "\f0d8";
1058
+ }
1059
+
1060
+ /* line 310, ../sass/font-awesome.scss */
1061
+ .icon-caret-left:before {
1062
+ content: "\f0d9";
1063
+ }
1064
+
1065
+ /* line 311, ../sass/font-awesome.scss */
1066
+ .icon-caret-right:before {
1067
+ content: "\f0da";
1068
+ }
1069
+
1070
+ /* line 312, ../sass/font-awesome.scss */
1071
+ .icon-columns:before {
1072
+ content: "\f0db";
1073
+ }
1074
+
1075
+ /* line 313, ../sass/font-awesome.scss */
1076
+ .icon-sort:before {
1077
+ content: "\f0dc";
1078
+ }
1079
+
1080
+ /* line 314, ../sass/font-awesome.scss */
1081
+ .icon-sort-down:before {
1082
+ content: "\f0dd";
1083
+ }
1084
+
1085
+ /* line 315, ../sass/font-awesome.scss */
1086
+ .icon-sort-up:before {
1087
+ content: "\f0de";
1088
+ }
1089
+
1090
+ /* line 317, ../sass/font-awesome.scss */
1091
+ .icon-envelope-alt:before {
1092
+ content: "\f0e0";
1093
+ }
1094
+
1095
+ /* line 318, ../sass/font-awesome.scss */
1096
+ .icon-linkedin:before {
1097
+ content: "\f0e1";
1098
+ }
1099
+
1100
+ /* line 319, ../sass/font-awesome.scss */
1101
+ .icon-undo:before {
1102
+ content: "\f0e2";
1103
+ }
1104
+
1105
+ /* line 320, ../sass/font-awesome.scss */
1106
+ .icon-legal:before {
1107
+ content: "\f0e3";
1108
+ }
1109
+
1110
+ /* line 321, ../sass/font-awesome.scss */
1111
+ .icon-dashboard:before {
1112
+ content: "\f0e4";
1113
+ }
1114
+
1115
+ /* line 322, ../sass/font-awesome.scss */
1116
+ .icon-comment-alt:before {
1117
+ content: "\f0e5";
1118
+ }
1119
+
1120
+ /* line 323, ../sass/font-awesome.scss */
1121
+ .icon-comments-alt:before {
1122
+ content: "\f0e6";
1123
+ }
1124
+
1125
+ /* line 324, ../sass/font-awesome.scss */
1126
+ .icon-bolt:before {
1127
+ content: "\f0e7";
1128
+ }
1129
+
1130
+ /* line 325, ../sass/font-awesome.scss */
1131
+ .icon-sitemap:before {
1132
+ content: "\f0e8";
1133
+ }
1134
+
1135
+ /* line 326, ../sass/font-awesome.scss */
1136
+ .icon-umbrella:before {
1137
+ content: "\f0e9";
1138
+ }
1139
+
1140
+ /* line 327, ../sass/font-awesome.scss */
1141
+ .icon-paste:before {
1142
+ content: "\f0ea";
1143
+ }
1144
+
1145
+ /* line 329, ../sass/font-awesome.scss */
1146
+ .icon-user-md:before {
1147
+ content: "\f200";
1148
+ }
1149
+
1150
+ /* line 3, ../sass/tres/base.scss */
1151
+ * {
1152
+ margin: 0;
1153
+ padding: 0;
1154
+ outline: 0;
1155
+ border: 0;
1156
+ -webkit-box-sizing: border-box;
1157
+ }
1158
+
1159
+ /* line 11, ../sass/tres/base.scss */
1160
+ ul {
1161
+ list-style: none;
1162
+ }
1163
+
1164
+ /* line 12, ../sass/tres/base.scss */
1165
+ input, button, textarea {
1166
+ font-size: 100%;
1167
+ }
1168
+
1169
+ /* line 14, ../sass/tres/base.scss */
1170
+ html {
1171
+ min-height: 420px;
1172
+ font-size: 62.5%;
1173
+ }
1174
+
1175
+ /* line 15, ../sass/tres/base.scss */
1176
+ html, body {
1177
+ height: 99.9%;
1178
+ }
1179
+
1180
+ /* line 16, ../sass/tres/base.scss */
1181
+ body {
1182
+ font-size: 1.5rem;
1183
+ line-height: 2.3rem;
1184
+ width: 100%;
1185
+ overflow-x: hidden;
1186
+ -webkit-perspective: 800;
1187
+ -webkit-text-size-adjust: none;
1188
+ -webkit-transform-style: preserve-3d;
1189
+ -webkit-user-select: none;
1190
+ }
1191
+
1192
+ /* line 28, ../sass/tres/base.scss */
1193
+ body > section {
1194
+ display: block;
1195
+ position: absolute;
1196
+ padding: 1.6rem 0;
1197
+ top: 0;
1198
+ left: 0;
1199
+ width: 100%;
1200
+ opacity: 0;
1201
+ overflow: auto;
1202
+ pointer-events: none;
1203
+ -webkit-transition: all 0.25s ease-in-out;
1204
+ -webkit-transform-style: preserve-3d;
1205
+ -webkit-transform: translate3d(100%, 0%, 0);
1206
+ }
1207
+ /* line 41, ../sass/tres/base.scss */
1208
+ body > section > * {
1209
+ margin-left: 1rem;
1210
+ margin-right: 1rem;
1211
+ }
1212
+ /* line 45, ../sass/tres/base.scss */
1213
+ body > section.current {
1214
+ opacity: 1;
1215
+ pointer-events: auto;
1216
+ -webkit-transform: translate3d(0%, 0%, 0);
1217
+ }
1218
+
1219
+ /* line 53, ../sass/tres/base.scss */
1220
+ body > section > header {
1221
+ margin: 0;
1222
+ text-align: center;
1223
+ }
1224
+ /* line 56, ../sass/tres/base.scss */
1225
+ body > section > header.fixed {
1226
+ position: fixed;
1227
+ top: 0;
1228
+ left: 0;
1229
+ width: 100%;
1230
+ z-index: 10000;
1231
+ }
1232
+ /* line 63, ../sass/tres/base.scss */
1233
+ body > section > header + * {
1234
+ margin-top: 4.6rem;
1235
+ }
1236
+ /* line 64, ../sass/tres/base.scss */
1237
+ body > section > header h1 {
1238
+ font-size: 1.9rem;
1239
+ margin: 0.9rem 0;
1240
+ white-space: nowrap;
1241
+ }
1242
+ /* line 69, ../sass/tres/base.scss */
1243
+ body > section > header a {
1244
+ position: absolute;
1245
+ font-size: 1.9rem;
1246
+ margin-top: 0.9rem;
1247
+ text-decoration: none;
1248
+ }
1249
+ /* line 74, ../sass/tres/base.scss */
1250
+ body > section > header a.left {
1251
+ left: 1.6rem;
1252
+ }
1253
+ /* line 75, ../sass/tres/base.scss */
1254
+ body > section > header a.right {
1255
+ right: 1.6rem;
1256
+ }
1257
+
1258
+ /* line 81, ../sass/tres/base.scss */
1259
+ body > section h1 {
1260
+ margin-bottom: 1.6rem;
1261
+ }
1262
+ /* line 82, ../sass/tres/base.scss */
1263
+ body > section p, body > section input, body > section textarea, body > section button, body > section li {
1264
+ font-size: 1.8rem;
1265
+ }
1266
+
1267
+ /* line 85, ../sass/tres/base.scss */
1268
+ form {
1269
+ margin: 1.3rem 0;
1270
+ }
1271
+ /* line 87, ../sass/tres/base.scss */
1272
+ form label {
1273
+ display: block;
1274
+ margin: 0.25em 0;
1275
+ font-weight: bold;
1276
+ }
1277
+ /* line 92, ../sass/tres/base.scss */
1278
+ form input, form textarea {
1279
+ display: block;
1280
+ padding: 0.9rem;
1281
+ width: 100%;
1282
+ font-family: inherit;
1283
+ }
1284
+
1285
+ /* line 101, ../sass/tres/base.scss */
1286
+ ul.common li {
1287
+ padding: 0.9rem;
1288
+ }
1289
+
1290
+ /* line 106, ../sass/tres/base.scss */
1291
+ #notifications {
1292
+ position: fixed;
1293
+ right: 0;
1294
+ bottom: 0;
1295
+ left: 0;
1296
+ }
1297
+ /* line 111, ../sass/tres/base.scss */
1298
+ #notifications li {
1299
+ display: none;
1300
+ padding: 0.6rem 1rem;
1301
+ font-weight: bold;
1302
+ font-size: 1.6rem;
1303
+ }
1304
+ /* line 116, ../sass/tres/base.scss */
1305
+ #notifications li:before {
1306
+ margin-right: 1rem;
1307
+ }
1308
+
1309
+ /* line 18, ../sass/tres/themes/default.scss */
1310
+ body {
1311
+ background: #f8f8f8;
1312
+ color: black;
1313
+ font-family: 'PT Sans Narrow', 'Helvetica Neue';
1314
+ }
1315
+
1316
+ /* line 24, ../sass/tres/themes/default.scss */
1317
+ body > section > header {
1318
+ -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1319
+ -moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1320
+ box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1321
+ background: rgba(255, 255, 255, 0.9);
1322
+ }
1323
+ /* line 27, ../sass/tres/themes/default.scss */
1324
+ body > section > header h1 {
1325
+ color: #d5253e;
1326
+ text-transform: uppercase;
1327
+ text-align: center;
1328
+ }
1329
+
1330
+ /* line 34, ../sass/tres/themes/default.scss */
1331
+ a {
1332
+ color: #d5253e;
1333
+ }
1334
+
1335
+ /* line 36, ../sass/tres/themes/default.scss */
1336
+ ul.common {
1337
+ -webkit-border-radius: 0.6rem;
1338
+ -moz-border-radius: 0.6rem;
1339
+ -ms-border-radius: 0.6rem;
1340
+ -o-border-radius: 0.6rem;
1341
+ border-radius: 0.6rem;
1342
+ -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1343
+ -moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1344
+ box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1345
+ color: black;
1346
+ background: transparent;
1347
+ }
1348
+ /* line 41, ../sass/tres/themes/default.scss */
1349
+ ul.common li {
1350
+ border-top: 1px solid rgba(191, 191, 191, 0.75);
1351
+ font-weight: bold;
1352
+ background: white;
1353
+ }
1354
+ /* line 45, ../sass/tres/themes/default.scss */
1355
+ ul.common li:first-child {
1356
+ -moz-border-radius-topright: 0.6rem;
1357
+ -webkit-border-top-right-radius: 0.6rem;
1358
+ border-top-right-radius: 0.6rem;
1359
+ -moz-border-radius-topleft: 0.6rem;
1360
+ -webkit-border-top-left-radius: 0.6rem;
1361
+ border-top-left-radius: 0.6rem;
1362
+ border-top: 0;
1363
+ }
1364
+ /* line 50, ../sass/tres/themes/default.scss */
1365
+ ul.common li:last-child {
1366
+ -moz-border-radius-bottomright: 0.6rem;
1367
+ -webkit-border-bottom-right-radius: 0.6rem;
1368
+ border-bottom-right-radius: 0.6rem;
1369
+ -moz-border-radius-bottomleft: 0.6rem;
1370
+ -webkit-border-bottom-left-radius: 0.6rem;
1371
+ border-bottom-left-radius: 0.6rem;
1372
+ }
1373
+
1374
+ /* line 57, ../sass/tres/themes/default.scss */
1375
+ input {
1376
+ -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1377
+ -moz-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1378
+ box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.75);
1379
+ -webkit-border-radius: 0.3rem;
1380
+ -moz-border-radius: 0.3rem;
1381
+ -ms-border-radius: 0.3rem;
1382
+ -o-border-radius: 0.3rem;
1383
+ border-radius: 0.3rem;
1384
+ background: -webkit-gradient(linear, 0% 0%, 0% 18%, from(#efefef), to(white));
1385
+ }
1386
+
1387
+ /* line 63, ../sass/tres/themes/default.scss */
1388
+ #notifications {
1389
+ background: rgba(0, 0, 0, 0.9);
1390
+ color: white;
1391
+ }
1392
+
1393
+ /* line 4, anagen.scss */
1394
+ #home {
1395
+ padding-top: 5rem;
1396
+ text-align: center;
1397
+ }
1398
+ /* line 7, anagen.scss */
1399
+ #home form {
1400
+ margin: 3rem 1rem;
1401
+ }
1402
+
1403
+ /* line 12, anagen.scss */
1404
+ #logo {
1405
+ font-size: 3rem;
1406
+ color: #d5253e;
1407
+ }
1408
+ /* line 15, anagen.scss */
1409
+ #logo span {
1410
+ margin: 0 0.5rem;
1411
+ text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.9);
1412
+ color: white;
1413
+ }