flatui-rails 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. data/.gitignore +17 -0
  2. data/Gemfile +4 -0
  3. data/LICENSE.txt +22 -0
  4. data/README.md +32 -0
  5. data/Rakefile +1 -0
  6. data/flatui-rails.gemspec +26 -0
  7. data/lib/flatui/rails.rb +8 -0
  8. data/lib/flatui/rails/version.rb +5 -0
  9. data/vendor/assets/fonts/Flat-UI-Icons-16.dev.svg +112 -0
  10. data/vendor/assets/fonts/Flat-UI-Icons-16.eot +0 -0
  11. data/vendor/assets/fonts/Flat-UI-Icons-16.svg +112 -0
  12. data/vendor/assets/fonts/Flat-UI-Icons-16.ttf +0 -0
  13. data/vendor/assets/fonts/Flat-UI-Icons-16.woff +0 -0
  14. data/vendor/assets/fonts/Flat-UI-Icons-24.dev.svg +111 -0
  15. data/vendor/assets/fonts/Flat-UI-Icons-24.eot +0 -0
  16. data/vendor/assets/fonts/Flat-UI-Icons-24.svg +111 -0
  17. data/vendor/assets/fonts/Flat-UI-Icons-24.ttf +0 -0
  18. data/vendor/assets/fonts/Flat-UI-Icons-24.woff +0 -0
  19. data/vendor/assets/images/checkbox-2x.png +0 -0
  20. data/vendor/assets/images/checkbox.png +0 -0
  21. data/vendor/assets/images/favicon.ico +0 -0
  22. data/vendor/assets/images/illustrations/bag.png +0 -0
  23. data/vendor/assets/images/illustrations/book.png +0 -0
  24. data/vendor/assets/images/illustrations/calendar.png +0 -0
  25. data/vendor/assets/images/illustrations/clipboard.png +0 -0
  26. data/vendor/assets/images/illustrations/colors.png +0 -0
  27. data/vendor/assets/images/illustrations/compass.png +0 -0
  28. data/vendor/assets/images/illustrations/gift.png +0 -0
  29. data/vendor/assets/images/illustrations/infinity.png +0 -0
  30. data/vendor/assets/images/illustrations/mail.png +0 -0
  31. data/vendor/assets/images/illustrations/map.png +0 -0
  32. data/vendor/assets/images/illustrations/paper.png +0 -0
  33. data/vendor/assets/images/illustrations/retina.png +0 -0
  34. data/vendor/assets/images/illustrations/share.png +0 -0
  35. data/vendor/assets/images/illustrations/time.png +0 -0
  36. data/vendor/assets/images/login/icon.png +0 -0
  37. data/vendor/assets/images/login/imac-2x.png +0 -0
  38. data/vendor/assets/images/login/imac.png +0 -0
  39. data/vendor/assets/images/pager/next.png +0 -0
  40. data/vendor/assets/images/pager/previous.png +0 -0
  41. data/vendor/assets/images/radio-2x.png +0 -0
  42. data/vendor/assets/images/radio.png +0 -0
  43. data/vendor/assets/images/select/toggle.png +0 -0
  44. data/vendor/assets/images/tile/ribbon-2x.png +0 -0
  45. data/vendor/assets/images/tile/ribbon.png +0 -0
  46. data/vendor/assets/images/todo/done-2x.png +0 -0
  47. data/vendor/assets/images/todo/done.png +0 -0
  48. data/vendor/assets/images/todo/search-2x.png +0 -0
  49. data/vendor/assets/images/todo/search.png +0 -0
  50. data/vendor/assets/images/todo/todo-2x.png +0 -0
  51. data/vendor/assets/images/todo/todo.png +0 -0
  52. data/vendor/assets/images/toggle/block-off.png +0 -0
  53. data/vendor/assets/images/toggle/block-on.png +0 -0
  54. data/vendor/assets/images/toggle/icon-off-2x.png +0 -0
  55. data/vendor/assets/images/toggle/icon-off.png +0 -0
  56. data/vendor/assets/images/toggle/icon-on-2x.png +0 -0
  57. data/vendor/assets/images/toggle/icon-on.png +0 -0
  58. data/vendor/assets/images/video/fullscreen-2x.png +0 -0
  59. data/vendor/assets/images/video/fullscreen.png +0 -0
  60. data/vendor/assets/images/video/pause-2x.png +0 -0
  61. data/vendor/assets/images/video/pause.png +0 -0
  62. data/vendor/assets/images/video/play-2x.png +0 -0
  63. data/vendor/assets/images/video/play.png +0 -0
  64. data/vendor/assets/images/video/poster.jpg +0 -0
  65. data/vendor/assets/images/video/volume-full-2x.png +0 -0
  66. data/vendor/assets/images/video/volume-full.png +0 -0
  67. data/vendor/assets/images/video/volume-off-2x.png +0 -0
  68. data/vendor/assets/images/video/volume-off.png +0 -0
  69. data/vendor/assets/stylesheets/flat-ui/_config.sass +16 -0
  70. data/vendor/assets/stylesheets/flat-ui/_icon-font-24.sass +93 -0
  71. data/vendor/assets/stylesheets/flat-ui/_icon-font.sass +91 -0
  72. data/vendor/assets/stylesheets/flat-ui/_mixins.sass +96 -0
  73. data/vendor/assets/stylesheets/flat-ui/_spaces.sass +129 -0
  74. data/vendor/assets/stylesheets/flat-ui/flat-ui.sass +39 -0
  75. data/vendor/assets/stylesheets/flat-ui/modules/_btn.sass +73 -0
  76. data/vendor/assets/stylesheets/flat-ui/modules/_checkbox-and-radio.sass +86 -0
  77. data/vendor/assets/stylesheets/flat-ui/modules/_demo.sass +228 -0
  78. data/vendor/assets/stylesheets/flat-ui/modules/_footer.sass +57 -0
  79. data/vendor/assets/stylesheets/flat-ui/modules/_input.sass +66 -0
  80. data/vendor/assets/stylesheets/flat-ui/modules/_login.sass +95 -0
  81. data/vendor/assets/stylesheets/flat-ui/modules/_navbar.sass +149 -0
  82. data/vendor/assets/stylesheets/flat-ui/modules/_pager.sass +56 -0
  83. data/vendor/assets/stylesheets/flat-ui/modules/_pagination.sass +75 -0
  84. data/vendor/assets/stylesheets/flat-ui/modules/_palette.sass +88 -0
  85. data/vendor/assets/stylesheets/flat-ui/modules/_progress.sass +29 -0
  86. data/vendor/assets/stylesheets/flat-ui/modules/_select.sass +163 -0
  87. data/vendor/assets/stylesheets/flat-ui/modules/_share.sass +34 -0
  88. data/vendor/assets/stylesheets/flat-ui/modules/_tagsinput.sass +91 -0
  89. data/vendor/assets/stylesheets/flat-ui/modules/_tile.sass +42 -0
  90. data/vendor/assets/stylesheets/flat-ui/modules/_todo.sass +77 -0
  91. data/vendor/assets/stylesheets/flat-ui/modules/_toggle.sass +85 -0
  92. data/vendor/assets/stylesheets/flat-ui/modules/_tooltip.sass +45 -0
  93. data/vendor/assets/stylesheets/flat-ui/modules/_type.sass +43 -0
  94. data/vendor/assets/stylesheets/flat-ui/modules/_ui-slider.sass +44 -0
  95. data/vendor/assets/stylesheets/flat-ui/modules/_video.sass +358 -0
  96. metadata +211 -0
@@ -0,0 +1,111 @@
1
+ <?xml version="1.0" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
3
+ <svg xmlns="http://www.w3.org/2000/svg">
4
+ <metadata>
5
+ This is a custom SVG font generated by IcoMoon.
6
+ <iconset id="Flat-UI-Icons-24" name="flat-ui" href="http://designmodo.com/flat-ui" grid="16"></iconset><author name="Sergey Shmidt" href="http://designmodo.com"></author><license name="Attribution-NonCommercial-NoDerivs 3.0 Unported" href="http://creativecommons.org/licenses/by-nc-nd/3.0/"></license>
7
+ </metadata>
8
+ <defs>
9
+ <font id="Flat-UI-Icons-24" horiz-adv-x="512" >
10
+ <font-face units-per-em="512" ascent="480" descent="-32" />
11
+ <missing-glyph horiz-adv-x="512" />
12
+ <glyph unicode="&#xe000;" d="M 480.128,32.00l0.00-0.341 L 362.667,149.099L 362.667,74.667 c0.00-23.573-19.115-42.667-42.667-42.667l-32.00,0.00 L 64.00,32.00 L 42.667,32.00 c-23.552,0.00-42.667,19.093-42.667,42.667
13
+ l0.00,21.333 l0.00,0.00L0.00,352.00 l0.00,0.00L0.00,373.333 c0.00,23.552, 19.115,42.645, 42.667,42.645l 21.333,0.00 l0.00,0.00l 224.00,0.00 l0.00,0.00L 320.00,415.979 c 23.552,0.00, 42.667-19.093, 42.667-42.645l0.00-75.008 l 117.333,117.333L 480.00,415.979
14
+ c 17.664,0.00, 32.00-14.315, 32.00-31.979l0.00-320.00 C 512.00,46.357, 497.728,32.085, 480.128,32.00z" />
15
+ <glyph unicode="&#xe001;" d="M 256.00,480.00C 114.667,480.00, 0.064,365.376, 0.064,224.00c0.00-141.376, 114.603-256.00, 255.936-256.00
16
+ c 141.355,0.00, 255.936,114.624, 255.936,256.00C 511.936,365.376, 397.355,480.00, 256.00,480.00z M 350.123,123.541l-7.467-7.467c-6.208-6.208-16.683-6.507-23.211-0.619
17
+ l-96.427,84.373c-6.571,5.867-11.541,17.877-11.115,26.667l 8.939,152.192C 221.312,387.499, 228.885,394.667, 237.696,394.667l 10.517,0.00
18
+ c 8.811,0.00, 16.363-7.168, 16.789-15.957l 7.317-126.592c 0.448-8.811, 5.589-21.333, 11.413-27.925l 67.072-77.397
19
+ C 356.629,140.203, 356.352,129.749, 350.123,123.541z" />
20
+ <glyph unicode="&#xe002;" d="M 459.115,263.552c-8.747,1.259-18.048,9.131-20.757,17.493l-12.992,31.595
21
+ c-4.075,7.787-3.115,19.947, 2.133,26.965l 21.12,28.117c 5.248,7.04, 4.843,18.219-1.003,24.789l-23.125,23.168
22
+ c-6.592,5.803-17.749,6.251-24.832,0.96l-28.075-21.077c-7.04-5.291-19.157-6.251-26.965-2.155l-31.573,12.992
23
+ c-8.427,2.688-16.299,11.989-17.493,20.715l-4.992,34.752c-1.216,8.725-9.408,16.597-18.133,17.536c0.00,0.00-5.44,0.555-16.427,0.555
24
+ c-10.965,0.00-16.405-0.555-16.405-0.555c-8.747-0.939-16.939-8.811-18.176-17.536l-4.971-34.752c-1.237-8.725-9.109-18.027-17.493-20.715
25
+ l-31.573-12.992C 159.573,389.333, 147.456,390.272, 140.416,395.563L 112.299,416.661c-7.04,5.291-18.219,4.864-24.811-0.96L 64.363,392.533
26
+ C 58.56,385.941, 58.091,374.784, 63.381,367.744l 21.077-28.117C 89.771,332.587, 90.709,320.448, 86.635,312.661L 73.60,281.045
27
+ c-2.667-8.384-11.989-16.256-20.715-17.493L 18.133,258.624c-8.704-1.259-16.576-9.429-17.493-18.197c0.00,0.00-0.576-5.44-0.576-16.427
28
+ s 0.576-16.427, 0.576-16.427c 0.917-8.768, 8.789-16.917, 17.493-18.176l 34.752-4.949c 8.704-1.259, 18.048-9.131, 20.715-17.493l 13.035-31.573
29
+ c 4.075-7.787, 3.115-19.968-2.176-26.965l-21.077-28.117c-5.291-7.04-6.571-16.619-2.816-21.205c 3.733-4.629, 14.443-16.043, 14.464-16.085
30
+ s 3.648-3.328, 8.00-7.339s 22.229-9.579, 29.269-4.331l 28.096,21.12c 7.04,5.248, 19.157,6.251, 26.965,2.133l 31.573-12.992
31
+ c 8.405-2.667, 16.277-11.989, 17.493-20.715l 4.971-34.752c 1.237-8.704, 9.408-16.619, 18.176-17.536c0.00,0.00, 5.44-0.576, 16.405-0.576
32
+ c 10.987,0.00, 16.427,0.576, 16.427,0.576c 8.725,0.917, 16.917,8.832, 18.133,17.536l 4.992,34.752c 1.216,8.704, 9.088,18.048, 17.493,20.715l 31.573,13.035
33
+ c 7.787,4.075, 19.925,3.115, 26.965-2.176l 28.117-21.12c 7.083-5.248, 18.219-4.843, 24.832,1.003l 23.083,23.125
34
+ c 5.824,6.635, 6.251,17.792, 1.003,24.832l-21.12,28.117c-5.248,6.997-6.208,19.157-2.133,26.965l 12.992,31.573
35
+ c 2.709,8.384, 11.989,16.256, 20.757,17.493l 34.709,4.949c 8.747,1.259, 16.619,9.408, 17.536,18.176c0.00,0.00, 0.576,5.44, 0.576,16.427
36
+ s-0.576,16.427-0.576,16.427c-0.917,8.747-8.789,16.939-17.536,18.197L 459.115,263.552z M 256.00,160.00C 220.651,160.00, 192.00,188.672, 192.00,224.00
37
+ C 192.00,259.349, 220.651,288.00, 256.00,288.00c 35.349,0.00, 64.00-28.672, 64.00-64.00C 320.00,188.672, 291.328,160.00, 256.00,160.00z" />
38
+ <glyph unicode="&#xe003;" d="M 480.00,181.333L 298.667,181.333 l0.00-181.333 c0.00-5.888-4.779-10.667-10.667-10.667l-85.333,0.00 C 196.779-10.667, 192.00-5.888, 192.00,0.00L 192.00,181.333 L 10.667,181.333
39
+ C 4.779,181.333,0.00,186.112,0.00,192.00l0.00,85.333 C0.00,283.221, 4.779,288.00, 10.667,288.00L 192.00,288.00 L 192.00,469.333 C 192.00,475.221, 196.779,480.00, 202.667,480.00l 85.333,0.00 C 293.888,480.00, 298.667,475.221, 298.667,469.333L 298.667,288.00 l 181.333,0.00
40
+ C 485.888,288.00, 490.667,283.221, 490.667,277.333l0.00-85.333 C 490.667,186.112, 485.888,181.333, 480.00,181.333z" />
41
+ <glyph unicode="&#xe005;" d="M 461.547,344.192c-9.963,16.469-22.251,32.597-37.291,47.552c-15.211,15.104-31.616,27.477-48.405,37.419L 405.333,458.667C 405.333,458.667, 448.00,458.667, 469.333,437.333S 490.667,373.333, 490.667,373.333
42
+ L 461.547,344.192z M 213.333,96.00L 128.00,96.00 l0.00,85.333 l 10.24,10.24c 17.344-8.213, 34.581-19.755, 50.091-35.243c 15.531-15.552, 27.051-32.747, 35.243-50.091L 213.333,96.00z M 436.907,319.573
43
+ l-188.715-188.693c-9.963,16.448-22.251,32.619-37.291,47.552c-15.189,15.125-31.616,27.477-48.405,37.419L 351.573,404.907
44
+ c 17.344-8.171, 34.581-19.712, 50.091-35.221C 417.216,354.155, 428.736,336.917, 436.907,319.573z M 85.333,394.667l0.00-341.333 l 341.333,0.00 l0.00,149.333 l 64.00,64.811L 490.667,32.00 c0.00-23.573-19.115-42.667-42.667-42.667L 64.00-10.667
45
+ c-23.552,0.00-42.667,19.093-42.667,42.667L 21.333,416.00 c0.00,23.552, 19.115,42.667, 42.667,42.667l 234.88,0.00 l-64.021-64.00L 85.333,394.667 z" />
46
+ <glyph unicode="&#xe006;" d="M 495.872,117.141L 16.00,117.141 c-8.811,0.00-16.00-7.68-16.00-17.088l0.00-72.981 C0.00,18.048, 7.189,10.667, 16.00,10.667l 479.872,0.00 c 8.832,0.00, 16.00,7.381, 16.00,16.427
47
+ L 511.872,100.053 C 511.872,109.461, 504.704,117.141, 495.872,117.141z M 495.872,287.808L 16.00,287.808 C 7.189,287.808,0.00,280.128,0.00,270.72l0.00-72.981
48
+ c0.00-9.045, 7.189-16.405, 16.00-16.405l 479.872,0.00 c 8.832,0.00, 16.00,7.36, 16.00,16.405L 511.872,270.72 C 511.872,280.128, 504.704,287.808, 495.872,287.808z
49
+ M 495.872,458.475L 16.00,458.475 C 7.189,458.475,0.00,450.795,0.00,441.387L0.00,368.427 c0.00-9.024, 7.189-16.405, 16.00-16.405l 479.872,0.00 c 8.832,0.00, 16.00,7.381, 16.00,16.405L 511.872,441.387
50
+ C 511.872,450.795, 504.704,458.475, 495.872,458.475z" />
51
+ <glyph unicode="&#xe007;" d="M 469.333,32.043l-21.333,0.00 c0.00,0.00-21.333,0.00-21.333,21.333L 426.667,106.667 c0.00,5.909-4.779,10.667-10.667,10.667S 405.333,112.576, 405.333,106.667
52
+ l-0.171-91.627c0.00-12.992-42.88-47.04-138.496-47.04s-138.496,34.048-138.496,47.04L 128.00,106.667C 128.00,112.576, 123.221,117.333, 117.333,117.333S 106.667,112.576, 106.667,106.667l0.00-53.291
53
+ c0.00-21.333-21.333-21.333-21.333-21.333L 64.00,32.043 c0.00,0.00-21.333,0.00-21.333,21.333L 42.667,144.00 c0.00,62.336, 61.696,115.221, 147.84,135.275c0.00,0.00, 26.325-23.616, 76.16-23.616s 76.16,23.616, 76.16,23.616
54
+ c 86.144-20.053, 147.84-72.939, 147.84-135.275l0.00-90.624 C 490.667,32.043, 469.333,32.043, 469.333,32.043z M 266.176,288.00c-53.013,0.00-96.00,42.987-96.00,96.00S 213.141,480.00, 266.176,480.00
55
+ s 96.00-42.987, 96.00-96.00S 319.189,288.00, 266.176,288.00z" />
56
+ <glyph unicode="&#xe008;" d="M 255.659,202.667C 213.995,202.667-0.661,375.659-0.661,375.659L-0.661,394.667 c0.00,23.552, 19.115,42.667, 42.709,42.667l 427.221,0.00
57
+ C 492.885,437.333, 512.00,418.219, 512.00,394.667l-0.341-21.333C 511.659,373.333, 299.328,202.667, 255.659,202.667z M 255.659,144.00c 45.675,0.00, 256.00,165.333, 256.00,165.333L 512.00,53.333
58
+ c0.00-23.552-19.115-42.667-42.731-42.667L 42.048,10.667 c-23.573,0.00-42.709,19.115-42.709,42.667l 0.341,256.00C-0.341,309.333, 213.995,144.00, 255.659,144.00z" />
59
+ <glyph unicode="&#xe009;" d="M 426.709-32.021L 85.632-32.021 c-23.552,0.00-42.624,19.115-42.624,42.688L 43.008,224.128
60
+ c0.00,23.573, 19.093,42.709, 42.624,42.709l 21.312,0.00 L 106.944,330.859 c0.00,82.517, 66.816,149.419, 149.227,149.419s 149.227-66.901, 149.227-149.419l0.00-64.021 l 21.312,0.00
61
+ c 23.552,0.00, 42.624-19.115, 42.624-42.709L 469.333,10.667 C 469.333-12.885, 450.24-32.021, 426.709-32.021z M 341.44,330.859c0.00,47.147-38.187,85.376-85.269,85.376
62
+ S 170.901,378.005, 170.901,330.859l0.00-64.021 l 170.539,0.00 L 341.44,330.859 z" />
63
+ <glyph unicode="&#xe00a;" d="M 245.611,215.893c-45.163,0.00-81.813,36.885-81.813,82.389c0.00,45.547, 36.651,82.411, 81.813,82.411s 81.813-36.885, 81.813-82.411
64
+ C 327.424,252.80, 290.773,215.893, 245.611,215.893 M 245.611,480.00C 145.60,480.00, 64.533,398.357, 64.533,297.621c0.00-95.147, 82.005-217.877, 136.768-277.632
65
+ c 20.459-22.293, 44.288-52.352, 44.288-52.352s 25.60,30.229, 47.552,53.184C 347.861,78.08, 426.667,193.045, 426.667,297.621C 426.667,398.357, 345.60,480.00, 245.611,480.00" />
66
+ <glyph unicode="&#xe00b;" d="M 474.261,212.949c 50.24,51.499, 50.219,134.933,0.00,186.411c-25.664,26.304-59.499,39.168-93.12,38.613c-47.061-0.811-124.672-64.619-124.672-64.619
67
+ s-79.787,64.704-128.00,64.64c-32.853-0.064-65.685-12.928-90.731-38.635c-50.219-51.477-50.24-134.912,0.00-186.411L 256.00-10.667L 474.261,212.949z" />
68
+ <glyph unicode="&#xe00c;" d="M 256.00,394.667C 86.677,394.667-0.256,224.00-0.256,224.00S 65.344,53.333, 256.00,53.333
69
+ c 172.651,0.00, 256.235,170.005, 256.235,170.005S 427.989,394.667, 256.00,394.667z M 256.384,117.333c-61.909,0.00-106.667,46.677-106.667,106.667c0.00,60.011, 44.757,106.667, 106.667,106.667c 61.909,0.00, 106.667-46.656, 106.667-106.667
70
+ C 363.051,164.011, 318.293,117.333, 256.384,117.333z M 256.384,288.00c-35.371-0.064-64.00-29.717-64.00-64.00c0.00-34.261, 28.629-64.00, 64.00-64.00c 35.371,0.00, 64.00,29.76, 64.00,64.00
71
+ C 320.384,258.304, 291.755,288.064, 256.384,288.00z" />
72
+ <glyph unicode="&#xe00d;" d="M 474.56,394.347c 6.677-6.677, 6.677-17.621,0.00-24.299l-133.888-133.76c-6.677-6.656-6.677-17.621,0.00-24.32l 133.824-133.803
73
+ c 6.677-6.677, 6.677-17.621,0.00-24.32l-48.747-48.576c-6.699-6.656-17.664-6.656-24.363,0.00l-133.781,133.781c-6.677,6.677-17.664,6.677-24.341,0.00
74
+ l-133.888-133.696c-6.677-6.677-17.664-6.677-24.341,0.00l-48.683,48.64c-6.677,6.677-6.677,17.621,0.00,24.32l 133.931,133.739
75
+ c 6.677,6.656, 6.677,17.621,0.00,24.32L 36.459,370.197c-6.699,6.677-6.699,17.643,0.00,24.32l 48.725,48.597C 91.904,449.771, 102.848,449.771, 109.547,443.093
76
+ L 243.307,309.333c 6.699-6.699, 17.664-6.699, 24.341-0.021l 133.888,133.696c 6.656,6.656, 17.621,6.656, 24.341,0.00L 474.56,394.347z" />
77
+ <glyph unicode="&#xe00e;" d="M 405.333,181.333l-40.725,0.00 c 0.235,0.00-0.192,0.00-1.941,0.00l0.00,85.333 l 42.667,0.00 c 58.923,0.00, 106.667,47.744, 106.667,106.667s-47.744,106.667-106.667,106.667
78
+ s-106.667-47.744-106.667-106.667l0.00-40.747 c0.00,0.235,0.00-0.192,0.00-1.92l-85.333,0.00 L 213.333,373.333 c0.00,58.923-47.744,106.667-106.667,106.667S0.00,432.256,0.00,373.333s 47.744-106.667, 106.667-106.667l 40.747,0.00 C 147.179,266.667, 147.605,266.667, 149.333,266.667l0.00-85.333 L 106.667,181.333
79
+ c-58.923,0.00-106.667-47.744-106.667-106.667s 47.744-106.667, 106.667-106.667s 106.667,47.744, 106.667,106.667l0.00,40.747 c0.00-0.256,0.00,0.171,0.00,1.92l 85.333,0.00 l0.00-42.667 c0.00-58.923, 47.744-106.667, 106.667-106.667s 106.667,47.744, 106.667,106.667
80
+ S 464.256,181.333, 405.333,181.333z M 362.667,373.333c0.00,23.552, 19.115,42.667, 42.667,42.667s 42.667-19.115, 42.667-42.667s-19.115-42.667-42.667-42.667c-11.115,0.00-42.667,0.00-42.667,0.00S 362.667,360.875, 362.667,373.333z M 149.333,74.667
81
+ c0.00-23.552-19.115-42.667-42.667-42.667s-42.667,19.115-42.667,42.667s 19.115,42.667, 42.667,42.667c 11.115,0.00, 42.667,0.00, 42.667,0.00S 149.333,87.125, 149.333,74.667z M 149.333,330.667c0.00,0.00-30.208,0.00-42.667,0.00C 83.115,330.667, 64.00,349.781, 64.00,373.333
82
+ s 19.115,42.667, 42.667,42.667s 42.667-19.115, 42.667-42.667C 149.333,362.219, 149.333,330.667, 149.333,330.667z M 298.667,181.333l-85.333,0.00 l0.00,85.333 l 85.333,0.00 L 298.667,181.333 z M 405.333,32.00c-23.552,0.00-42.667,19.115-42.667,42.667c0.00,11.115,0.00,42.667,0.00,42.667s 30.208,0.00, 42.667,0.00
83
+ c 23.552,0.00, 42.667-19.115, 42.667-42.667S 428.885,32.00, 405.333,32.00z" />
84
+ <glyph unicode="&#xe00f;" d="M 256.00,480.00C 114.624,480.00,0.00,365.376,0.00,224.00c0.00-141.397, 114.624-256.00, 256.00-256.00c 141.376,0.00, 256.00,114.603, 256.00,256.00C 512.00,365.376, 397.376,480.00, 256.00,480.00z M 421.419,276.032
85
+ l-183.616-183.616c-3.755-3.776-9.856-3.776-13.589,0.00l-27.136,27.413c-3.733,3.755-9.856,9.899-13.568,13.696l-63.147,66.389
86
+ c-1.856,1.856-2.837,4.48-2.837,6.976c0.00,2.453, 0.981,4.843, 2.837,6.699l 27.669,24.939c 1.877,1.92, 4.373,2.859, 6.848,2.859
87
+ c 2.432-0.021, 4.864-0.981, 6.72-2.859l 62.635-63.893c 3.733-3.797, 9.835-3.797, 13.589,0.00l 142.912,142.528c 3.755,3.776, 9.835,3.776, 13.568,0.00
88
+ l 27.136-27.413C 425.173,285.995, 425.173,279.808, 421.419,276.032z" />
89
+ <glyph unicode="&#xe010;" d="M 461.909,411.499c-6.251,6.293-16.427,6.293-22.635,0.00L 200.747,174.08
90
+ c-6.251-6.336-16.448-6.336-22.656,0.00L 73.579,280.512C 70.485,283.669, 66.432,285.227, 62.357,285.248C 58.24,285.269, 54.059,283.712, 50.923,280.512
91
+ l-46.187-41.515C 1.664,235.84,0.00,231.893,0.00,227.776c0.00-4.139, 1.664-8.469, 4.757-11.605l 105.387-110.592c 6.229-6.315, 16.448-16.555, 22.656-22.827
92
+ l 45.312-45.675c 6.229-6.251, 16.405-6.251, 22.656,0.00l 306.475,305.92c 6.251,6.272, 6.251,16.576,0.00,22.848L 461.909,411.499z" />
93
+ <glyph unicode="&#xe011;" d="M0.00,351.979C0.00,375.552, 19.115,394.667, 42.667,394.667l 42.667,0.00 L 85.333,437.333 c0.00,11.776, 9.536,42.667, 21.333,42.667l 42.667,0.00 c 11.797,0.00, 21.333-30.891, 21.333-42.667l0.00-42.667 l 170.667,0.00
94
+ L 341.333,437.333 c0.00,11.776, 9.536,42.667, 21.333,42.667l 42.667,0.00 c 11.797,0.00, 21.333-30.891, 21.333-42.667l0.00-42.667 l 42.667,0.00 c 23.552,0.00, 42.667-19.115, 42.667-42.688L 512.00,309.333 L0.00,309.333 L0.00,351.979 z M 512.00,266.645L 512.00-10.667 c0.00,0.00-11.115-21.355-42.667-21.355L 42.667-32.021
95
+ C 9.109-32.021,0.00-10.667,0.00-10.667L0.00,266.645 L 512.00,266.645 z" />
96
+ <glyph unicode="&#xe012;" d="M 228.651,84.032l 144.64-113.301C 375.659-31.083, 377.109-32.00, 378.517-32.00
97
+ c 4.011,0.00, 5.205,2.709, 5.205,7.211l0.00,107.157 c0.00,7.573, 4.971,13.589, 11.691,13.589L 448.00,96.00c 47.339,0.00, 64.00,23.339, 64.00,42.667s0.00,277.333,0.00,298.667s-15.957,42.667-64.299,42.667
98
+ L 63.765,480.00 C 17.109,480.00,0.00,459.328,0.00,437.333s0.00-277.995,0.00-298.667s 17.664-42.667, 64.00-42.667l 128.00,0.00 C 192.00,96.00, 218.773,95.253, 228.651,84.032z" />
99
+ <glyph unicode="&#xe013;" d="M 421.952,408.555l-23.701-35.499C 441.579,337.856, 469.333,284.181, 469.333,224.00
100
+ c0.00-60.203-27.755-113.877-71.083-149.077l 23.701-35.477C 476.693,82.368, 512.00,148.992, 512.00,224.00C 512.00,298.987, 476.715,365.611, 421.952,408.555z M 374.40,337.344
101
+ l-23.936-35.84c 20.651-19.477, 33.707-46.891, 33.707-77.525s-13.056-58.069-33.707-77.547l 23.936-35.84C 406.336,138.027, 426.667,178.603, 426.667,224.00
102
+ C 426.667,269.376, 406.357,309.952, 374.40,337.344z M 256.00,458.667c-25.109,0.00-32.704-14.592-32.704-14.592S 157.995,372.331, 113.024,340.672C 104.747,335.403, 95.659,330.667, 79.573,330.667
103
+ L 42.667,330.667 C 19.115,330.667,0.00,311.552,0.00,288.00l0.00-128.00 c0.00-23.552, 19.115-42.667, 42.667-42.667l 36.907,0.00 c 16.085,0.00, 25.173-4.736, 33.429-10.005c 44.971-31.659, 110.272-103.424, 110.272-103.424
104
+ S 230.891-10.667, 256.00-10.667c 23.552,0.00, 42.667,19.093, 42.667,42.667L 298.667,416.00 C 298.667,439.573, 279.552,458.667, 256.00,458.667z" />
105
+ <glyph unicode="&#xe004;" d="M 448.00,394.667c-29.909,0.00-61.163,0.00-61.163,0.00L 366.933,437.333c-4.587,10.624-22.933,21.333-38.955,21.333L 186.859,458.667
106
+ C 170.837,458.667, 152.491,447.957, 147.904,437.333L 128.00,394.667c0.00,0.00-32.363,0.00-64.00,0.00C 13.035,394.667,0.00,352.00,0.00,352.00l0.00-298.667 c0.00,0.00, 32.00-42.667, 64.00-42.667s 349.995,0.00, 384.00,0.00s 64.00,42.667, 64.00,42.667L 512.00,352.00 C 512.00,352.00, 501.248,394.667, 448.00,394.667z
107
+ M 256.00,74.645c-70.677,0.00-128.00,57.323-128.00,128.021c0.00,70.677, 57.323,128.00, 128.00,128.00c 70.699,0.00, 128.00-57.323, 128.00-128.00C 384.00,131.968, 326.699,74.645, 256.00,74.645z M 256.00,288.00
108
+ c-47.125,0.00-85.333-38.208-85.333-85.333s 38.208-85.333, 85.333-85.333s 85.333,38.208, 85.333,85.333S 303.125,288.00, 256.00,288.00z" />
109
+ <glyph unicode="&#x20;" horiz-adv-x="256" />
110
+ <glyph class="hidden" unicode="&#xf000;" d="M0,480L 512 -32L0 -32 z" horiz-adv-x="0" />
111
+ </font></defs></svg>
@@ -0,0 +1,16 @@
1
+ // Colors
2
+ $base: #34495e
3
+ $firm: #1abc9c
4
+
5
+ $gray: #95a5a6
6
+ $lightgray: #ecf0f1
7
+ $inverse: #fff
8
+
9
+ $success: #2ecc71
10
+ $danger: #e74c3c
11
+ $warning: #f1c40f
12
+ $info: #3498db
13
+
14
+ // Font
15
+ $base-font-family: 'Lato', sans-serif
16
+ $base-font-size: 14px
@@ -0,0 +1,93 @@
1
+ @font-face
2
+ font-family: "Flat-UI-Icons-24"
3
+ src: url(asset-path("Flat-UI-Icons-24.eot", font))
4
+ src: url(asset-path("Flat-UI-Icons-24.eot", font)) format("embedded-opentype"), url(asset-path("Flat-UI-Icons-24.woff", font)) format("woff"), url(asset-path("Flat-UI-Icons-24.ttf", font)) format("truetype"), url(asset-path("Flat-UI-Icons-24.svg", font)) format("svg")
5
+ font-weight: normal
6
+ font-style: normal
7
+
8
+
9
+ /* Use the following CSS code if you want to use data attributes for inserting your icons
10
+
11
+ [data-icon]:before
12
+ font-family: "Flat-UI-Icons-24"
13
+ content: attr(data-icon)
14
+ speak: none
15
+ font-weight: normal
16
+ line-height: 1
17
+ -webkit-font-smoothing: antialiased
18
+
19
+ /* Use the following CSS code if you want to have a class per icon
20
+ /*
21
+ *Instead of a list of all class selectors,
22
+ *
23
+ *you can use the generic selector below, but it's slower:
24
+ *
25
+ *[class*="fui-"]:before {
26
+
27
+ .fui-video-24:before, .fui-time-24:before, .fui-settings-24:before, .fui-plus-24:before, .fui-new-24:before, .fui-menu-24:before, .fui-man-24:before, .fui-mail-24:before, .fui-lock-24:before, .fui-location-24:before, .fui-heart-24:before, .fui-eye-24:before, .fui-cross-24:before, .fui-cmd-24:before, .fui-checkround-24:before, .fui-checkmark-24:before, .fui-calendar-24:before, .fui-bubble-24:before, .fui-volume-24:before, .fui-camera-24:before
28
+ font-family: "Flat-UI-Icons-24"
29
+ speak: none
30
+ font-style: normal
31
+ font-weight: normal
32
+ line-height: 1
33
+ -webkit-font-smoothing: antialiased
34
+
35
+ .fui-video-24:before
36
+ content: "\e000"
37
+
38
+ .fui-time-24:before
39
+ content: "\e001"
40
+
41
+ .fui-settings-24:before
42
+ content: "\e002"
43
+
44
+ .fui-plus-24:before
45
+ content: "\e003"
46
+
47
+ .fui-new-24:before
48
+ content: "\e005"
49
+
50
+ .fui-menu-24:before
51
+ content: "\e006"
52
+
53
+ .fui-man-24:before
54
+ content: "\e007"
55
+
56
+ .fui-mail-24:before
57
+ content: "\e008"
58
+
59
+ .fui-lock-24:before
60
+ content: "\e009"
61
+
62
+ .fui-location-24:before
63
+ content: "\e00a"
64
+
65
+ .fui-heart-24:before
66
+ content: "\e00b"
67
+
68
+ .fui-eye-24:before
69
+ content: "\e00c"
70
+
71
+ .fui-cross-24:before
72
+ content: "\e00d"
73
+
74
+ .fui-cmd-24:before
75
+ content: "\e00e"
76
+
77
+ .fui-checkround-24:before
78
+ content: "\e00f"
79
+
80
+ .fui-checkmark-24:before
81
+ content: "\e010"
82
+
83
+ .fui-calendar-24:before
84
+ content: "\e011"
85
+
86
+ .fui-bubble-24:before
87
+ content: "\e012"
88
+
89
+ .fui-volume-24:before
90
+ content: "\e013"
91
+
92
+ .fui-camera-24:before
93
+ content: "\e004"
@@ -0,0 +1,91 @@
1
+ @font-face
2
+ font-family: 'Flat-UI-Icons-16'
3
+ src: url(asset-path('Flat-UI-Icons-16.woff', font))
4
+ src: url(asset-path('Flat-UI-Icons-16.eot', font)) format("embedded-opentype"), url(asset-path('Flat-UI-Icons-16.woff', font)) format("woff"), url(asset-path('Flat-UI-Icons-16.ttf', font)) format("truetype"), url(asset-path('Flat-UI-Icons-16.svg#Flat-UI-Icons-16', font)) format("svg")
5
+ font-weight: normal
6
+ font-style: normal
7
+
8
+
9
+ /* Use the following CSS code if you want to use data attributes for inserting your icons
10
+
11
+ [data-icon]:before
12
+ font-family: 'Flat-UI-Icons-16'
13
+ content: attr(data-icon)
14
+ speak: none
15
+ font-weight: normal
16
+ line-height: 1
17
+ -webkit-font-smoothing: antialiased
18
+
19
+ /* Use the following CSS code if you want to have a class per icon
20
+ /*
21
+ *Instead of a list of all class selectors,
22
+ *you can use the generic selector below, but it's slower:
23
+ *[class*="fui-"]:before {
24
+
25
+ .fui-volume-16:before, .fui-video-16:before, .fui-time-16:before, .fui-settings-16:before, .fui-plus-16:before, .fui-new-16:before, .fui-menu-16:before, .fui-man-16:before, .fui-mail-16:before, .fui-lock-16:before, .fui-location-16:before, .fui-heart-16:before, .fui-eye-16:before, .fui-cross-16:before, .fui-cmd-16:before, .fui-checkround-16:before, .fui-checkmark-16:before, .fui-camera-16:before, .fui-calendar-16:before, .fui-bubble-16:before
26
+ font-family: 'Flat-UI-Icons-16'
27
+ speak: none
28
+ font-style: normal
29
+ font-weight: normal
30
+ line-height: 1
31
+ -webkit-font-smoothing: antialiased
32
+
33
+ .fui-volume-16:before
34
+ content: "\e000"
35
+
36
+ .fui-video-16:before
37
+ content: "\e001"
38
+
39
+ .fui-time-16:before
40
+ content: "\e002"
41
+
42
+ .fui-settings-16:before
43
+ content: "\e003"
44
+
45
+ .fui-plus-16:before
46
+ content: "\e004"
47
+
48
+ .fui-new-16:before
49
+ content: "\e005"
50
+
51
+ .fui-menu-16:before
52
+ content: "\e006"
53
+
54
+ .fui-man-16:before
55
+ content: "\e007"
56
+
57
+ .fui-mail-16:before
58
+ content: "\e008"
59
+
60
+ .fui-lock-16:before
61
+ content: "\e009"
62
+
63
+ .fui-location-16:before
64
+ content: "\e00a"
65
+
66
+ .fui-heart-16:before
67
+ content: "\e00b"
68
+
69
+ .fui-eye-16:before
70
+ content: "\e00c"
71
+
72
+ .fui-cross-16:before
73
+ content: "\e00d"
74
+
75
+ .fui-cmd-16:before
76
+ content: "\e00e"
77
+
78
+ .fui-checkround-16:before
79
+ content: "\e00f"
80
+
81
+ .fui-checkmark-16:before
82
+ content: "\e010"
83
+
84
+ .fui-camera-16:before
85
+ content: "\e011"
86
+
87
+ .fui-calendar-16:before
88
+ content: "\e012"
89
+
90
+ .fui-bubble-16:before
91
+ content: "\e013"
@@ -0,0 +1,96 @@
1
+ // Mixins
2
+ =animation($properties)
3
+ -webkit-animation: $properties
4
+ -moz-animation: $properties
5
+ -o-animation: $properties
6
+ animation: $properties
7
+
8
+ =border-radius($radius)
9
+ -webkit-border-radius: $radius
10
+ -moz-border-radius: $radius
11
+ border-radius: $radius
12
+
13
+ =box-sizing
14
+ -webkit-box-sizing: border-box
15
+ -moz-box-sizing: border-box
16
+ box-sizing: border-box
17
+ // *behavior: url('../js/boxsizing.htc')
18
+
19
+ =box-shadow($properties)
20
+ -webkit-box-shadow: $properties
21
+ -moz-box-shadow: $properties
22
+ box-shadow: $properties
23
+
24
+ =inline-block
25
+ display: inline-block
26
+ zoom: 1
27
+ *display: inline
28
+
29
+ =opacity($value)
30
+ opacity: $value
31
+ filter: alpha(opacity=$value*100)
32
+ zoom: 1
33
+
34
+ =placeholder-color($color)
35
+ &:-moz-placeholder
36
+ color: $color
37
+ &::-webkit-input-placeholder
38
+ color: $color
39
+ &.placeholder
40
+ color: $color
41
+
42
+ =transition($properties)
43
+ -webkit-transition: $properties
44
+ -moz-transition: $properties
45
+ -o-transition: $properties
46
+ transition: $properties
47
+ -webkit-backface-visibility: hidden
48
+
49
+ =transform($properties)
50
+ -webkit-transform: $properties
51
+ -moz-transform: $properties
52
+ -ms-transform: $properties
53
+ -o-transform: $properties
54
+ transform: $properties
55
+
56
+ =vertical-gradient($from, $to)
57
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, $from), color-stop(100%, $to))
58
+ background: -webkit-linear-gradient(top, $from, $to)
59
+ background: -moz-linear-gradient(top, $from, $to)
60
+ background: -ms-linear-gradient(top, $from, $to)
61
+ background: -o-linear-gradient(top, $from, $to)
62
+ background: linear-gradient(to bottom, $from, $to)
63
+
64
+ =selection($color)
65
+ &::selection
66
+ background: $color
67
+
68
+ &::-moz-selection
69
+ background: $color
70
+
71
+ =clearfix
72
+ *zoom: 1
73
+ &:before,
74
+ &:after
75
+ display: table
76
+ content: ''
77
+ &:after
78
+ clear: both
79
+
80
+ =dropdown-arrow($color: $base, $top: 5px, $left: 15px, $size: 9px)
81
+ &:before
82
+ content: ''
83
+ border-style: solid
84
+ border-width: 0 $size $size $size
85
+ border-color: transparent transparent $color transparent
86
+ height: 0px
87
+ position: absolute
88
+ left: $left
89
+ top: $top
90
+ width: 0px
91
+ // Make corners smooth
92
+ -webkit-transform: rotate(360deg)
93
+
94
+ =drop-ie-gradient
95
+ filter: unquote('progid:DXImageTransform.Microsoft.gradient(enabled = false)')
96
+