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,19 @@
1
+ // Mincer asset helper functions
2
+ //
3
+ // This must be imported into a .css.ejs.scss file.
4
+ // Then, <% %>-interpolations will be parsed as strings by Sass, and evaluated by EJS after Sass compilation.
5
+
6
+
7
+ @function twbs-font-path($path) {
8
+ // do something like following
9
+ // from "path/to/font.ext#suffix" to "<%- asset_path(path/to/font.ext)) + #suffix %>"
10
+ // from "path/to/font.ext?#suffix" to "<%- asset_path(path/to/font.ext)) + ?#suffix %>"
11
+ // or from "path/to/font.ext" just "<%- asset_path(path/to/font.ext)) %>"
12
+ @return "<%- asset_path('#{$path}'.replace(/[#?].*$/, '')) + '#{$path}'.replace(/(^[^#?]*)([#?]?.*$)/, '$2') %>";
13
+ }
14
+
15
+ @function twbs-image-path($file) {
16
+ @return "<%- asset_path('#{$file}') %>";
17
+ }
18
+
19
+ $bootstrap-sass-asset-helper: true;
@@ -0,0 +1,9 @@
1
+ @function twbs-font-path($path) {
2
+ @return font-path($path);
3
+ }
4
+
5
+ @function twbs-image-path($path) {
6
+ @return image-path($path);
7
+ }
8
+
9
+ $bootstrap-sass-asset-helper: true;
@@ -0,0 +1,50 @@
1
+ // Core variables and mixins
2
+ @import "bootstrap/variables";
3
+ @import "bootstrap/mixins";
4
+
5
+ // Reset and dependencies
6
+ @import "bootstrap/normalize";
7
+ @import "bootstrap/print";
8
+ @import "bootstrap/glyphicons";
9
+
10
+ // Core CSS
11
+ @import "bootstrap/scaffolding";
12
+ @import "bootstrap/type";
13
+ @import "bootstrap/code";
14
+ @import "bootstrap/grid";
15
+ @import "bootstrap/tables";
16
+ @import "bootstrap/forms";
17
+ @import "bootstrap/buttons";
18
+
19
+ // Components
20
+ @import "bootstrap/component-animations";
21
+ @import "bootstrap/dropdowns";
22
+ @import "bootstrap/button-groups";
23
+ @import "bootstrap/input-groups";
24
+ @import "bootstrap/navs";
25
+ @import "bootstrap/navbar";
26
+ @import "bootstrap/breadcrumbs";
27
+ @import "bootstrap/pagination";
28
+ @import "bootstrap/pager";
29
+ @import "bootstrap/labels";
30
+ @import "bootstrap/badges";
31
+ @import "bootstrap/jumbotron";
32
+ @import "bootstrap/thumbnails";
33
+ @import "bootstrap/alerts";
34
+ @import "bootstrap/progress-bars";
35
+ @import "bootstrap/media";
36
+ @import "bootstrap/list-group";
37
+ @import "bootstrap/panels";
38
+ @import "bootstrap/responsive-embed";
39
+ @import "bootstrap/wells";
40
+ @import "bootstrap/close";
41
+
42
+ // Components w/ JavaScript
43
+ @import "bootstrap/modals";
44
+ @import "bootstrap/tooltip";
45
+ @import "bootstrap/popovers";
46
+ @import "bootstrap/carousel";
47
+
48
+ // Utility classes
49
+ @import "bootstrap/utilities";
50
+ @import "bootstrap/responsive-utilities";
@@ -0,0 +1,73 @@
1
+ //
2
+ // Alerts
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base styles
7
+ // -------------------------
8
+
9
+ .alert {
10
+ padding: $alert-padding;
11
+ margin-bottom: $line-height-computed;
12
+ border: 1px solid transparent;
13
+ border-radius: $alert-border-radius;
14
+
15
+ // Headings for larger alerts
16
+ h4 {
17
+ margin-top: 0;
18
+ // Specified for the h4 to prevent conflicts of changing $headings-color
19
+ color: inherit;
20
+ }
21
+
22
+ // Provide class for links that match alerts
23
+ .alert-link {
24
+ font-weight: $alert-link-font-weight;
25
+ }
26
+
27
+ // Improve alignment and spacing of inner content
28
+ > p,
29
+ > ul {
30
+ margin-bottom: 0;
31
+ }
32
+
33
+ > p + p {
34
+ margin-top: 5px;
35
+ }
36
+ }
37
+
38
+ // Dismissible alerts
39
+ //
40
+ // Expand the right padding and account for the close button's positioning.
41
+
42
+ .alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.
43
+ .alert-dismissible {
44
+ padding-right: ($alert-padding + 20);
45
+
46
+ // Adjust close link position
47
+ .close {
48
+ position: relative;
49
+ top: -2px;
50
+ right: -21px;
51
+ color: inherit;
52
+ }
53
+ }
54
+
55
+ // Alternate styles
56
+ //
57
+ // Generate contextual modifier classes for colorizing the alert.
58
+
59
+ .alert-success {
60
+ @include alert-variant($alert-success-bg, $alert-success-border, $alert-success-text);
61
+ }
62
+
63
+ .alert-info {
64
+ @include alert-variant($alert-info-bg, $alert-info-border, $alert-info-text);
65
+ }
66
+
67
+ .alert-warning {
68
+ @include alert-variant($alert-warning-bg, $alert-warning-border, $alert-warning-text);
69
+ }
70
+
71
+ .alert-danger {
72
+ @include alert-variant($alert-danger-bg, $alert-danger-border, $alert-danger-text);
73
+ }
@@ -0,0 +1,67 @@
1
+ //
2
+ // Badges
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base class
7
+ .badge {
8
+ display: inline-block;
9
+ min-width: 10px;
10
+ padding: 3px 7px;
11
+ font-size: $font-size-small;
12
+ font-weight: $badge-font-weight;
13
+ color: $badge-color;
14
+ line-height: $badge-line-height;
15
+ vertical-align: baseline;
16
+ white-space: nowrap;
17
+ text-align: center;
18
+ background-color: $badge-bg;
19
+ border-radius: $badge-border-radius;
20
+
21
+ // Empty badges collapse automatically (not available in IE8)
22
+ &:empty {
23
+ display: none;
24
+ }
25
+
26
+ // Quick fix for badges in buttons
27
+ .btn & {
28
+ position: relative;
29
+ top: -1px;
30
+ }
31
+
32
+ .btn-xs & {
33
+ top: 0;
34
+ padding: 1px 5px;
35
+ }
36
+
37
+ // [converter] extracted a& to a.badge
38
+
39
+ // Account for badges in navs
40
+ .list-group-item.active > &,
41
+ .nav-pills > .active > a > & {
42
+ color: $badge-active-color;
43
+ background-color: $badge-active-bg;
44
+ }
45
+
46
+ .list-group-item > & {
47
+ float: right;
48
+ }
49
+
50
+ .list-group-item > & + & {
51
+ margin-right: 5px;
52
+ }
53
+
54
+ .nav-pills > li > a > & {
55
+ margin-left: 3px;
56
+ }
57
+ }
58
+
59
+ // Hover state, but only for links
60
+ a.badge {
61
+ &:hover,
62
+ &:focus {
63
+ color: $badge-link-hover-color;
64
+ text-decoration: none;
65
+ cursor: pointer;
66
+ }
67
+ }
@@ -0,0 +1,26 @@
1
+ //
2
+ // Breadcrumbs
3
+ // --------------------------------------------------
4
+
5
+
6
+ .breadcrumb {
7
+ padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
8
+ margin-bottom: $line-height-computed;
9
+ list-style: none;
10
+ background-color: $breadcrumb-bg;
11
+ border-radius: $border-radius-base;
12
+
13
+ > li {
14
+ display: inline-block;
15
+
16
+ + li:before {
17
+ content: "#{$breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space
18
+ padding: 0 5px;
19
+ color: $breadcrumb-color;
20
+ }
21
+ }
22
+
23
+ > .active {
24
+ color: $breadcrumb-active-color;
25
+ }
26
+ }
@@ -0,0 +1,243 @@
1
+ //
2
+ // Button groups
3
+ // --------------------------------------------------
4
+
5
+ // Make the div behave like a button
6
+ .btn-group,
7
+ .btn-group-vertical {
8
+ position: relative;
9
+ display: inline-block;
10
+ vertical-align: middle; // match .btn alignment given font-size hack above
11
+ > .btn {
12
+ position: relative;
13
+ float: left;
14
+ // Bring the "active" button to the front
15
+ &:hover,
16
+ &:focus,
17
+ &:active,
18
+ &.active {
19
+ z-index: 2;
20
+ }
21
+ }
22
+ }
23
+
24
+ // Prevent double borders when buttons are next to each other
25
+ .btn-group {
26
+ .btn + .btn,
27
+ .btn + .btn-group,
28
+ .btn-group + .btn,
29
+ .btn-group + .btn-group {
30
+ margin-left: -1px;
31
+ }
32
+ }
33
+
34
+ // Optional: Group multiple button groups together for a toolbar
35
+ .btn-toolbar {
36
+ margin-left: -5px; // Offset the first child's margin
37
+ @include clearfix;
38
+
39
+ .btn-group,
40
+ .input-group {
41
+ float: left;
42
+ }
43
+ > .btn,
44
+ > .btn-group,
45
+ > .input-group {
46
+ margin-left: 5px;
47
+ }
48
+ }
49
+
50
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
51
+ border-radius: 0;
52
+ }
53
+
54
+ // Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
55
+ .btn-group > .btn:first-child {
56
+ margin-left: 0;
57
+ &:not(:last-child):not(.dropdown-toggle) {
58
+ @include border-right-radius(0);
59
+ }
60
+ }
61
+ // Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it
62
+ .btn-group > .btn:last-child:not(:first-child),
63
+ .btn-group > .dropdown-toggle:not(:first-child) {
64
+ @include border-left-radius(0);
65
+ }
66
+
67
+ // Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)
68
+ .btn-group > .btn-group {
69
+ float: left;
70
+ }
71
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
72
+ border-radius: 0;
73
+ }
74
+ .btn-group > .btn-group:first-child:not(:last-child) {
75
+ > .btn:last-child,
76
+ > .dropdown-toggle {
77
+ @include border-right-radius(0);
78
+ }
79
+ }
80
+ .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
81
+ @include border-left-radius(0);
82
+ }
83
+
84
+ // On active and open, don't show outline
85
+ .btn-group .dropdown-toggle:active,
86
+ .btn-group.open .dropdown-toggle {
87
+ outline: 0;
88
+ }
89
+
90
+
91
+ // Sizing
92
+ //
93
+ // Remix the default button sizing classes into new ones for easier manipulation.
94
+
95
+ .btn-group-xs > .btn { @extend .btn-xs; }
96
+ .btn-group-sm > .btn { @extend .btn-sm; }
97
+ .btn-group-lg > .btn { @extend .btn-lg; }
98
+
99
+
100
+ // Split button dropdowns
101
+ // ----------------------
102
+
103
+ // Give the line between buttons some depth
104
+ .btn-group > .btn + .dropdown-toggle {
105
+ padding-left: 8px;
106
+ padding-right: 8px;
107
+ }
108
+ .btn-group > .btn-lg + .dropdown-toggle {
109
+ padding-left: 12px;
110
+ padding-right: 12px;
111
+ }
112
+
113
+ // The clickable button for toggling the menu
114
+ // Remove the gradient and set the same inset shadow as the :active state
115
+ .btn-group.open .dropdown-toggle {
116
+ @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
117
+
118
+ // Show no shadow for `.btn-link` since it has no other button styles.
119
+ &.btn-link {
120
+ @include box-shadow(none);
121
+ }
122
+ }
123
+
124
+
125
+ // Reposition the caret
126
+ .btn .caret {
127
+ margin-left: 0;
128
+ }
129
+ // Carets in other button sizes
130
+ .btn-lg .caret {
131
+ border-width: $caret-width-large $caret-width-large 0;
132
+ border-bottom-width: 0;
133
+ }
134
+ // Upside down carets for .dropup
135
+ .dropup .btn-lg .caret {
136
+ border-width: 0 $caret-width-large $caret-width-large;
137
+ }
138
+
139
+
140
+ // Vertical button groups
141
+ // ----------------------
142
+
143
+ .btn-group-vertical {
144
+ > .btn,
145
+ > .btn-group,
146
+ > .btn-group > .btn {
147
+ display: block;
148
+ float: none;
149
+ width: 100%;
150
+ max-width: 100%;
151
+ }
152
+
153
+ // Clear floats so dropdown menus can be properly placed
154
+ > .btn-group {
155
+ @include clearfix;
156
+ > .btn {
157
+ float: none;
158
+ }
159
+ }
160
+
161
+ > .btn + .btn,
162
+ > .btn + .btn-group,
163
+ > .btn-group + .btn,
164
+ > .btn-group + .btn-group {
165
+ margin-top: -1px;
166
+ margin-left: 0;
167
+ }
168
+ }
169
+
170
+ .btn-group-vertical > .btn {
171
+ &:not(:first-child):not(:last-child) {
172
+ border-radius: 0;
173
+ }
174
+ &:first-child:not(:last-child) {
175
+ border-top-right-radius: $border-radius-base;
176
+ @include border-bottom-radius(0);
177
+ }
178
+ &:last-child:not(:first-child) {
179
+ border-bottom-left-radius: $border-radius-base;
180
+ @include border-top-radius(0);
181
+ }
182
+ }
183
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
184
+ border-radius: 0;
185
+ }
186
+ .btn-group-vertical > .btn-group:first-child:not(:last-child) {
187
+ > .btn:last-child,
188
+ > .dropdown-toggle {
189
+ @include border-bottom-radius(0);
190
+ }
191
+ }
192
+ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
193
+ @include border-top-radius(0);
194
+ }
195
+
196
+
197
+ // Justified button groups
198
+ // ----------------------
199
+
200
+ .btn-group-justified {
201
+ display: table;
202
+ width: 100%;
203
+ table-layout: fixed;
204
+ border-collapse: separate;
205
+ > .btn,
206
+ > .btn-group {
207
+ float: none;
208
+ display: table-cell;
209
+ width: 1%;
210
+ }
211
+ > .btn-group .btn {
212
+ width: 100%;
213
+ }
214
+
215
+ > .btn-group .dropdown-menu {
216
+ left: auto;
217
+ }
218
+ }
219
+
220
+
221
+ // Checkbox and radio options
222
+ //
223
+ // In order to support the browser's form validation feedback, powered by the
224
+ // `required` attribute, we have to "hide" the inputs via `clip`. We cannot use
225
+ // `display: none;` or `visibility: hidden;` as that also hides the popover.
226
+ // Simply visually hiding the inputs via `opacity` would leave them clickable in
227
+ // certain cases which is prevented by using `clip` and `pointer-events`.
228
+ // This way, we ensure a DOM element is visible to position the popover from.
229
+ //
230
+ // See https://github.com/twbs/bootstrap/pull/12794 and
231
+ // https://github.com/twbs/bootstrap/pull/14559 for more information.
232
+
233
+ [data-toggle="buttons"] {
234
+ > .btn,
235
+ > .btn-group > .btn {
236
+ input[type="radio"],
237
+ input[type="checkbox"] {
238
+ position: absolute;
239
+ clip: rect(0,0,0,0);
240
+ pointer-events: none;
241
+ }
242
+ }
243
+ }
@@ -0,0 +1,160 @@
1
+ //
2
+ // Buttons
3
+ // --------------------------------------------------
4
+
5
+
6
+ // Base styles
7
+ // --------------------------------------------------
8
+
9
+ .btn {
10
+ display: inline-block;
11
+ margin-bottom: 0; // For input.btn
12
+ font-weight: $btn-font-weight;
13
+ text-align: center;
14
+ vertical-align: middle;
15
+ touch-action: manipulation;
16
+ cursor: pointer;
17
+ background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
18
+ border: 1px solid transparent;
19
+ white-space: nowrap;
20
+ @include button-size($padding-base-vertical, $padding-base-horizontal, $font-size-base, $line-height-base, $border-radius-base);
21
+ @include user-select(none);
22
+
23
+ &,
24
+ &:active,
25
+ &.active {
26
+ &:focus,
27
+ &.focus {
28
+ @include tab-focus;
29
+ }
30
+ }
31
+
32
+ &:hover,
33
+ &:focus,
34
+ &.focus {
35
+ color: $btn-default-color;
36
+ text-decoration: none;
37
+ }
38
+
39
+ &:active,
40
+ &.active {
41
+ outline: 0;
42
+ background-image: none;
43
+ @include box-shadow(inset 0 3px 5px rgba(0,0,0,.125));
44
+ }
45
+
46
+ &.disabled,
47
+ &[disabled],
48
+ fieldset[disabled] & {
49
+ cursor: $cursor-disabled;
50
+ pointer-events: none; // Future-proof disabling of clicks
51
+ @include opacity(.65);
52
+ @include box-shadow(none);
53
+ }
54
+ }
55
+
56
+
57
+ // Alternate buttons
58
+ // --------------------------------------------------
59
+
60
+ .btn-default {
61
+ @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
62
+ }
63
+ .btn-primary {
64
+ @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
65
+ }
66
+ // Success appears as green
67
+ .btn-success {
68
+ @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
69
+ }
70
+ // Info appears as blue-green
71
+ .btn-info {
72
+ @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
73
+ }
74
+ // Warning appears as orange
75
+ .btn-warning {
76
+ @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
77
+ }
78
+ // Danger and error appear as red
79
+ .btn-danger {
80
+ @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
81
+ }
82
+
83
+
84
+ // Link buttons
85
+ // -------------------------
86
+
87
+ // Make a button look and behave like a link
88
+ .btn-link {
89
+ color: $link-color;
90
+ font-weight: normal;
91
+ border-radius: 0;
92
+
93
+ &,
94
+ &:active,
95
+ &.active,
96
+ &[disabled],
97
+ fieldset[disabled] & {
98
+ background-color: transparent;
99
+ @include box-shadow(none);
100
+ }
101
+ &,
102
+ &:hover,
103
+ &:focus,
104
+ &:active {
105
+ border-color: transparent;
106
+ }
107
+ &:hover,
108
+ &:focus {
109
+ color: $link-hover-color;
110
+ text-decoration: $link-hover-decoration;
111
+ background-color: transparent;
112
+ }
113
+ &[disabled],
114
+ fieldset[disabled] & {
115
+ &:hover,
116
+ &:focus {
117
+ color: $btn-link-disabled-color;
118
+ text-decoration: none;
119
+ }
120
+ }
121
+ }
122
+
123
+
124
+ // Button Sizes
125
+ // --------------------------------------------------
126
+
127
+ .btn-lg {
128
+ // line-height: ensure even-numbered height of button next to large input
129
+ @include button-size($padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $border-radius-large);
130
+ }
131
+ .btn-sm {
132
+ // line-height: ensure proper height of button next to small input
133
+ @include button-size($padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $border-radius-small);
134
+ }
135
+ .btn-xs {
136
+ @include button-size($padding-xs-vertical, $padding-xs-horizontal, $font-size-small, $line-height-small, $border-radius-small);
137
+ }
138
+
139
+
140
+ // Block button
141
+ // --------------------------------------------------
142
+
143
+ .btn-block {
144
+ display: block;
145
+ width: 100%;
146
+ }
147
+
148
+ // Vertically space out multiple block buttons
149
+ .btn-block + .btn-block {
150
+ margin-top: 5px;
151
+ }
152
+
153
+ // Specificity overrides
154
+ input[type="submit"],
155
+ input[type="reset"],
156
+ input[type="button"] {
157
+ &.btn-block {
158
+ width: 100%;
159
+ }
160
+ }