mumuki-styles 1.17.2 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (125) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/dev-awesome/svg/colored/php.svg +170 -0
  3. data/app/assets/fonts/dev-awesome-hinted.ttf +0 -0
  4. data/app/assets/fonts/dev-awesome.eot +0 -0
  5. data/app/assets/fonts/dev-awesome.svg +6 -2
  6. data/app/assets/fonts/dev-awesome.ttf +0 -0
  7. data/app/assets/fonts/dev-awesome.woff +0 -0
  8. data/app/assets/fonts/dev-awesome.woff2 +0 -0
  9. data/app/assets/javascripts/mumuki-styles.js +3 -3
  10. data/app/assets/stylesheets/css/mumuki-styles.css +11 -3
  11. data/app/assets/stylesheets/scss/modules/_new_message.scss +1 -1
  12. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_animated.scss +34 -0
  13. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_bordered-pulled.scss +16 -0
  14. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_core.scss +13 -0
  15. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_fixed-width.scss +6 -0
  16. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_icons.scss +596 -0
  17. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_larger.scss +13 -0
  18. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_list.scss +19 -0
  19. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_mixins.scss +27 -0
  20. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_path.scss +15 -0
  21. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_rotated-flipped.scss +20 -0
  22. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_stacked.scss +20 -0
  23. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_variables.scss +606 -0
  24. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/font-awesome.scss +17 -0
  25. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss +9 -0
  26. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  27. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  28. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss +50 -0
  29. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  30. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss +67 -0
  31. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
  32. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss +243 -0
  33. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss +160 -0
  34. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss +269 -0
  35. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss +36 -0
  36. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss +69 -0
  37. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  38. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss +214 -0
  39. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss +570 -0
  40. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss +301 -0
  41. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss +84 -0
  42. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
  43. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss +50 -0
  44. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss +66 -0
  45. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss +124 -0
  46. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss +61 -0
  47. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_mixins.scss +39 -0
  48. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss +148 -0
  49. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss +663 -0
  50. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss +244 -0
  51. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  52. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss +54 -0
  53. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss +88 -0
  54. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss +265 -0
  55. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss +135 -0
  56. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss +107 -0
  57. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  58. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  59. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss +177 -0
  60. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
  61. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss +234 -0
  62. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_theme.scss +273 -0
  63. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  64. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss +103 -0
  65. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss +298 -0
  66. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss +56 -0
  67. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss +862 -0
  68. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss +29 -0
  69. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  70. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
  71. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  72. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss +52 -0
  73. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  74. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  75. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  76. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  77. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  78. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  79. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  80. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  81. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  82. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
  83. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  84. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  85. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  86. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
  87. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  88. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  89. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  90. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  91. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  92. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  93. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  94. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  95. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
  96. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  97. data/app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  98. data/app/assets/stylesheets/vendor/bootstrap-sass/test/dummy_node_mincer/application.css.ejs.scss +6 -0
  99. data/app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss +15 -5
  100. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_bootstrap.scss +84 -0
  101. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_core.scss +129 -0
  102. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_extras.scss +93 -0
  103. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_icons.scss +381 -0
  104. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_mixins.scss +48 -0
  105. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_path.scss +14 -0
  106. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_variables.scss +734 -0
  107. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss +1953 -0
  108. data/app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome.scss +33 -0
  109. data/app/assets/stylesheets/vendor/font-awesome/src/_includes/code/core.scss +6 -0
  110. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_animated.scss +37 -0
  111. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_bordered-pulled.scss +28 -0
  112. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_core.scss +9 -0
  113. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_fixed-width.scss +9 -0
  114. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_icons.scss +7 -0
  115. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_larger.scss +16 -0
  116. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_list.scss +22 -0
  117. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_mixins.scss +56 -0
  118. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_path.scss +15 -0
  119. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_rotated-flipped.scss +23 -0
  120. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_screen-reader.scss +5 -0
  121. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_stacked.scss +23 -0
  122. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_variables.scss +17 -0
  123. data/app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/font-awesome.scss +17 -0
  124. data/lib/mumuki/styles/version.rb +1 -1
  125. metadata +114 -2
@@ -0,0 +1,33 @@
1
+ /*!
2
+ * Font Awesome 3.2.1
3
+ * the iconic font designed for Bootstrap
4
+ * ------------------------------------------------------------------------------
5
+ * The full suite of pictographic icons, examples, and documentation can be
6
+ * found at http://fontawesome.io. Stay up to date on Twitter at
7
+ * http://twitter.com/fontawesome.
8
+ *
9
+ * License
10
+ * ------------------------------------------------------------------------------
11
+ * - The Font Awesome font is licensed under SIL OFL 1.1 -
12
+ * http://scripts.sil.org/OFL
13
+ * - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
14
+ * http://opensource.org/licenses/mit-license.html
15
+ * - Font Awesome documentation licensed under CC BY 3.0 -
16
+ * http://creativecommons.org/licenses/by/3.0/
17
+ * - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
18
+ * "Font Awesome by Dave Gandy - http://fontawesome.io"
19
+ *
20
+ * Author - Dave Gandy
21
+ * ------------------------------------------------------------------------------
22
+ * Email: dave@fontawesome.io
23
+ * Twitter: http://twitter.com/davegandy
24
+ * Work: Lead Product Designer @ Kyruus - http://kyruus.com
25
+ */
26
+
27
+ @import "variables";
28
+ @import "mixins";
29
+ @import "path";
30
+ @import "core";
31
+ @import "bootstrap";
32
+ @import "extras";
33
+ @import "icons";
@@ -0,0 +1,6 @@
1
+ display: inline-block;
2
+ font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} FontAwesome; // shortening font declaration
3
+ font-size: inherit; // can't have font-size inherit on line above, so need to override
4
+ text-rendering: auto; // optimizelegibility throws things off #1094
5
+ -webkit-font-smoothing: antialiased;
6
+ -moz-osx-font-smoothing: grayscale;
@@ -0,0 +1,37 @@
1
+ ---
2
+ ---
3
+
4
+ // Spinning Icons
5
+ // --------------------------
6
+
7
+ .#{$fa-css-prefix}-spin {
8
+ -webkit-animation: fa-spin 2s infinite linear;
9
+ animation: fa-spin 2s infinite linear;
10
+ }
11
+
12
+ .#{$fa-css-prefix}-pulse {
13
+ -webkit-animation: fa-spin 1s infinite steps(8);
14
+ animation: fa-spin 1s infinite steps(8);
15
+ }
16
+
17
+ @-webkit-keyframes fa-spin {
18
+ 0% {
19
+ -webkit-transform: rotate(0deg);
20
+ transform: rotate(0deg);
21
+ }
22
+ 100% {
23
+ -webkit-transform: rotate(359deg);
24
+ transform: rotate(359deg);
25
+ }
26
+ }
27
+
28
+ @keyframes fa-spin {
29
+ 0% {
30
+ -webkit-transform: rotate(0deg);
31
+ transform: rotate(0deg);
32
+ }
33
+ 100% {
34
+ -webkit-transform: rotate(359deg);
35
+ transform: rotate(359deg);
36
+ }
37
+ }
@@ -0,0 +1,28 @@
1
+ ---
2
+ ---
3
+
4
+ // Bordered & Pulled
5
+ // -------------------------
6
+
7
+ .#{$fa-css-prefix}-border {
8
+ padding: .2em .25em .15em;
9
+ border: solid .08em $fa-border-color;
10
+ border-radius: .1em;
11
+ }
12
+
13
+ .#{$fa-css-prefix}-pull-left { float: left; }
14
+ .#{$fa-css-prefix}-pull-right { float: right; }
15
+
16
+ .#{$fa-css-prefix} {
17
+ &.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
18
+ &.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
19
+ }
20
+
21
+ /* Deprecated as of 4.4.0 */
22
+ .pull-right { float: right; }
23
+ .pull-left { float: left; }
24
+
25
+ .#{$fa-css-prefix} {
26
+ &.pull-left { margin-right: .3em; }
27
+ &.pull-right { margin-left: .3em; }
28
+ }
@@ -0,0 +1,9 @@
1
+ ---
2
+ ---
3
+
4
+ // Base Class Definition
5
+ // -------------------------
6
+
7
+ .#{$fa-css-prefix} {
8
+ {% include code/core.scss %}
9
+ }
@@ -0,0 +1,9 @@
1
+ ---
2
+ ---
3
+
4
+ // Fixed Width Icons
5
+ // -------------------------
6
+ .#{$fa-css-prefix}-fw {
7
+ width: (18em / 14);
8
+ text-align: center;
9
+ }
@@ -0,0 +1,7 @@
1
+ ---
2
+ ---
3
+ /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
4
+ readers do not read off random characters that represent icons */
5
+ {% for icon in icons %}{% for alias in icon.aliases %}
6
+ .#{$fa-css-prefix}-{{ alias }}:before,{% endfor %}
7
+ .#{$fa-css-prefix}-{{ icon.id }}:before { content: $fa-var-{{ icon.id }}; }{% endfor %}
@@ -0,0 +1,16 @@
1
+ ---
2
+ ---
3
+
4
+ // Icon Sizes
5
+ // -------------------------
6
+
7
+ /* makes the font 33% larger relative to the icon container */
8
+ .#{$fa-css-prefix}-lg {
9
+ font-size: (4em / 3);
10
+ line-height: (3em / 4);
11
+ vertical-align: -15%;
12
+ }
13
+ .#{$fa-css-prefix}-2x { font-size: 2em; }
14
+ .#{$fa-css-prefix}-3x { font-size: 3em; }
15
+ .#{$fa-css-prefix}-4x { font-size: 4em; }
16
+ .#{$fa-css-prefix}-5x { font-size: 5em; }
@@ -0,0 +1,22 @@
1
+ ---
2
+ ---
3
+
4
+ // List Icons
5
+ // -------------------------
6
+
7
+ .#{$fa-css-prefix}-ul {
8
+ padding-left: 0;
9
+ margin-left: $fa-li-width;
10
+ list-style-type: none;
11
+ > li { position: relative; }
12
+ }
13
+ .#{$fa-css-prefix}-li {
14
+ position: absolute;
15
+ left: -$fa-li-width;
16
+ width: $fa-li-width;
17
+ top: (2em / 14);
18
+ text-align: center;
19
+ &.#{$fa-css-prefix}-lg {
20
+ left: -$fa-li-width + (4em / 14);
21
+ }
22
+ }
@@ -0,0 +1,56 @@
1
+ ---
2
+ ---
3
+ // Mixins
4
+ // --------------------------
5
+
6
+ @mixin fa-icon() {
7
+ {% include code/core.scss %}
8
+ }
9
+
10
+ @mixin fa-icon-rotate($degrees, $rotation) {
11
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
12
+ -webkit-transform: rotate($degrees);
13
+ -ms-transform: rotate($degrees);
14
+ transform: rotate($degrees);
15
+ }
16
+
17
+ @mixin fa-icon-flip($horiz, $vert, $rotation) {
18
+ -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
19
+ -webkit-transform: scale($horiz, $vert);
20
+ -ms-transform: scale($horiz, $vert);
21
+ transform: scale($horiz, $vert);
22
+ }
23
+
24
+
25
+ // Only display content to screen readers. A la Bootstrap 4.
26
+ //
27
+ // See: http://a11yproject.com/posts/how-to-hide-content/
28
+
29
+ @mixin sr-only {
30
+ position: absolute;
31
+ width: 1px;
32
+ height: 1px;
33
+ padding: 0;
34
+ margin: -1px;
35
+ overflow: hidden;
36
+ clip: rect(0,0,0,0);
37
+ border: 0;
38
+ }
39
+
40
+ // Use in conjunction with .sr-only to only display content when it's focused.
41
+ //
42
+ // Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
43
+ //
44
+ // Credit: HTML5 Boilerplate
45
+
46
+ @mixin sr-only-focusable {
47
+ &:active,
48
+ &:focus {
49
+ position: static;
50
+ width: auto;
51
+ height: auto;
52
+ margin: 0;
53
+ overflow: visible;
54
+ clip: auto;
55
+ }
56
+ }
@@ -0,0 +1,15 @@
1
+ /* FONT PATH
2
+ * -------------------------- */
3
+
4
+ @font-face {
5
+ font-family: 'FontAwesome';
6
+ src: url('#{$fa-font-path}/fontawesome-webfont.eot?v=#{$fa-version}');
7
+ src: url('#{$fa-font-path}/fontawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'),
8
+ url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'),
9
+ url('#{$fa-font-path}/fontawesome-webfont.woff?v=#{$fa-version}') format('woff'),
10
+ url('#{$fa-font-path}/fontawesome-webfont.ttf?v=#{$fa-version}') format('truetype'),
11
+ url('#{$fa-font-path}/fontawesome-webfont.svg?v=#{$fa-version}#fontawesomeregular') format('svg');
12
+ // src: url('#{$fa-font-path}/FontAwesome.otf') format('opentype'); // used when developing fonts
13
+ font-weight: normal;
14
+ font-style: normal;
15
+ }
@@ -0,0 +1,23 @@
1
+ ---
2
+ ---
3
+
4
+ // Rotated & Flipped Icons
5
+ // -------------------------
6
+
7
+ .#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
8
+ .#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
9
+ .#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
10
+
11
+ .#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
12
+ .#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
13
+
14
+ // Hook for IE8-9
15
+ // -------------------------
16
+
17
+ :root .#{$fa-css-prefix}-rotate-90,
18
+ :root .#{$fa-css-prefix}-rotate-180,
19
+ :root .#{$fa-css-prefix}-rotate-270,
20
+ :root .#{$fa-css-prefix}-flip-horizontal,
21
+ :root .#{$fa-css-prefix}-flip-vertical {
22
+ filter: none;
23
+ }
@@ -0,0 +1,5 @@
1
+ // Screen Readers
2
+ // -------------------------
3
+
4
+ .sr-only { @include sr-only(); }
5
+ .sr-only-focusable { @include sr-only-focusable(); }
@@ -0,0 +1,23 @@
1
+ ---
2
+ ---
3
+
4
+ // Stacked Icons
5
+ // -------------------------
6
+
7
+ .#{$fa-css-prefix}-stack {
8
+ position: relative;
9
+ display: inline-block;
10
+ width: 2em;
11
+ height: 2em;
12
+ line-height: 2em;
13
+ vertical-align: middle;
14
+ }
15
+ .#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x {
16
+ position: absolute;
17
+ left: 0;
18
+ width: 100%;
19
+ text-align: center;
20
+ }
21
+ .#{$fa-css-prefix}-stack-1x { line-height: inherit; }
22
+ .#{$fa-css-prefix}-stack-2x { font-size: 2em; }
23
+ .#{$fa-css-prefix}-inverse { color: $fa-inverse; }
@@ -0,0 +1,17 @@
1
+ ---
2
+ ---
3
+ // Variables
4
+ // --------------------------
5
+
6
+ $fa-font-path: "../fonts" !default;
7
+ $fa-font-size-base: 14px !default;
8
+ $fa-line-height-base: 1 !default;
9
+ //$fa-font-path: "//netdna.bootstrapcdn.com/font-awesome/{{site.fontawesome.version}}/fonts" !default; // for referencing Bootstrap CDN font files directly
10
+ $fa-css-prefix: {{ site.fontawesome.css_prefix }} !default;
11
+ $fa-version: "{{ site.fontawesome.version }}" !default;
12
+ $fa-border-color: #eee !default;
13
+ $fa-inverse: #fff !default;
14
+ $fa-li-width: (30em / 14) !default;
15
+
16
+ {% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}$fa-var-{{ icon.class }}: "\{{ icon.unicode }}";
17
+ {% endfor %}
@@ -0,0 +1,17 @@
1
+ ---
2
+ ---
3
+ {% include code/license.css %}
4
+
5
+ @import "variables";
6
+ @import "mixins";
7
+ @import "path";
8
+ @import "core";
9
+ @import "larger";
10
+ @import "fixed-width";
11
+ @import "list";
12
+ @import "bordered-pulled";
13
+ @import "animated";
14
+ @import "rotated-flipped";
15
+ @import "stacked";
16
+ @import "icons";
17
+ @import "screen-reader";
@@ -1,5 +1,5 @@
1
1
  module Mumuki
2
2
  module Styles
3
- VERSION = "1.17.2"
3
+ VERSION = "1.18.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mumuki-styles
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.17.2
4
+ version: 1.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Federico Scarpa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-15 00:00:00.000000000 Z
11
+ date: 2018-08-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -87,6 +87,7 @@ files:
87
87
  - app/assets/fonts/dev-awesome/svg/colored/mongodb.svg
88
88
  - app/assets/fonts/dev-awesome/svg/colored/mumuki-circle.svg
89
89
  - app/assets/fonts/dev-awesome/svg/colored/mumuki.svg
90
+ - app/assets/fonts/dev-awesome/svg/colored/php.svg
90
91
  - app/assets/fonts/dev-awesome/svg/colored/prolog.svg
91
92
  - app/assets/fonts/dev-awesome/svg/colored/python.svg
92
93
  - app/assets/fonts/dev-awesome/svg/colored/qsim.svg
@@ -129,6 +130,92 @@ files:
129
130
  - app/assets/stylesheets/scss/modules/_notification.scss
130
131
  - app/assets/stylesheets/scss/mumuki-styles.scss
131
132
  - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.scss
133
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_animated.scss
134
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_bordered-pulled.scss
135
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_core.scss
136
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_fixed-width.scss
137
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_icons.scss
138
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_larger.scss
139
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_list.scss
140
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_mixins.scss
141
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_path.scss
142
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_rotated-flipped.scss
143
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_stacked.scss
144
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/_variables.scss
145
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/Font-Awesome/scss/font-awesome.scss
146
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-compass.scss
147
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-mincer.scss
148
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap-sprockets.scss
149
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/_bootstrap.scss
150
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_alerts.scss
151
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_badges.scss
152
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_breadcrumbs.scss
153
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_button-groups.scss
154
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_buttons.scss
155
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_carousel.scss
156
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_close.scss
157
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_code.scss
158
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_component-animations.scss
159
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_dropdowns.scss
160
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_forms.scss
161
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_glyphicons.scss
162
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_grid.scss
163
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_input-groups.scss
164
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_jumbotron.scss
165
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_labels.scss
166
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_list-group.scss
167
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_media.scss
168
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_mixins.scss
169
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_modals.scss
170
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navbar.scss
171
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_navs.scss
172
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss
173
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pager.scss
174
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_pagination.scss
175
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_panels.scss
176
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_popovers.scss
177
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_print.scss
178
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_progress-bars.scss
179
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-embed.scss
180
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_responsive-utilities.scss
181
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss
182
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tables.scss
183
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_theme.scss
184
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_thumbnails.scss
185
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_tooltip.scss
186
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss
187
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_utilities.scss
188
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss
189
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_wells.scss
190
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_alerts.scss
191
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_background-variant.scss
192
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_border-radius.scss
193
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_buttons.scss
194
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_center-block.scss
195
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss
196
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_forms.scss
197
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_gradients.scss
198
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid-framework.scss
199
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_grid.scss
200
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_hide-text.scss
201
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_image.scss
202
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_labels.scss
203
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_list-group.scss
204
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-divider.scss
205
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss
206
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_opacity.scss
207
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_pagination.scss
208
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_panels.scss
209
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_progress-bar.scss
210
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_reset-filter.scss
211
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_resize.scss
212
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss
213
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_size.scss
214
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_tab-focus.scss
215
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_table-row.scss
216
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
217
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_text-overflow.scss
218
+ - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss
132
219
  - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/bootstrap.scss
133
220
  - app/assets/stylesheets/vendor/awesome-bootstrap-checkbox/demo/build.scss
134
221
  - app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/_bootstrap-compass.scss
@@ -205,6 +292,7 @@ files:
205
292
  - app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
206
293
  - app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-overflow.scss
207
294
  - app/assets/stylesheets/vendor/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss
295
+ - app/assets/stylesheets/vendor/bootstrap-sass/test/dummy_node_mincer/application.css.ejs.scss
208
296
  - app/assets/stylesheets/vendor/dev-awesome/dist/scss/_dev-awesome.scss
209
297
  - app/assets/stylesheets/vendor/font-awesome/scss/_animated.scss
210
298
  - app/assets/stylesheets/vendor/font-awesome/scss/_bordered-pulled.scss
@@ -220,6 +308,30 @@ files:
220
308
  - app/assets/stylesheets/vendor/font-awesome/scss/_stacked.scss
221
309
  - app/assets/stylesheets/vendor/font-awesome/scss/_variables.scss
222
310
  - app/assets/stylesheets/vendor/font-awesome/scss/font-awesome.scss
311
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_bootstrap.scss
312
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_core.scss
313
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_extras.scss
314
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_icons.scss
315
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_mixins.scss
316
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_path.scss
317
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/_variables.scss
318
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome-ie7.scss
319
+ - app/assets/stylesheets/vendor/font-awesome/src/3.2.1/assets/font-awesome/scss/font-awesome.scss
320
+ - app/assets/stylesheets/vendor/font-awesome/src/_includes/code/core.scss
321
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_animated.scss
322
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_bordered-pulled.scss
323
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_core.scss
324
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_fixed-width.scss
325
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_icons.scss
326
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_larger.scss
327
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_list.scss
328
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_mixins.scss
329
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_path.scss
330
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_rotated-flipped.scss
331
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_screen-reader.scss
332
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_stacked.scss
333
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/_variables.scss
334
+ - app/assets/stylesheets/vendor/font-awesome/src/assets/font-awesome/scss/font-awesome.scss
223
335
  - lib/mumuki/styles.rb
224
336
  - lib/mumuki/styles/version.rb
225
337
  homepage: https://github.com/mumuki/mumuki-styles