anchor_ui-sprockets 5.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (182) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +67 -0
  3. data/Rakefile +20 -0
  4. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.eot +0 -0
  5. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.svg +110 -0
  6. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.ttf +0 -0
  7. data/app/assets/fonts/coreui-icons/CoreUI-Icons-Linear-Free.woff +0 -0
  8. data/app/assets/javascripts/core.min.js +10 -0
  9. data/app/assets/javascripts/core.min.js.map +1 -0
  10. data/app/assets/javascripts/coreui/coreui-utilities.js +1072 -0
  11. data/app/assets/javascripts/coreui/coreui-utilities.js.map +1 -0
  12. data/app/assets/javascripts/coreui/coreui-utilities.min.js +7 -0
  13. data/app/assets/javascripts/coreui/coreui-utilities.min.js.map +1 -0
  14. data/app/assets/javascripts/coreui/coreui.js +1962 -0
  15. data/app/assets/javascripts/coreui/coreui.js.map +1 -0
  16. data/app/assets/javascripts/coreui/coreui.min.js +7 -0
  17. data/app/assets/javascripts/coreui/coreui.min.js.map +1 -0
  18. data/app/assets/javascripts/custom-tooltips.min.js +2 -0
  19. data/app/assets/javascripts/custom-tooltips.min.js.map +1 -0
  20. data/app/assets/javascripts/pace.min.js +2 -0
  21. data/app/assets/javascripts/perfect-scrollbar.min.js +6 -0
  22. data/app/assets/stylesheets/coreui-icons/_core.scss +33 -0
  23. data/app/assets/stylesheets/coreui-icons/_functions.scss +3 -0
  24. data/app/assets/stylesheets/coreui-icons/_variables.scss +106 -0
  25. data/app/assets/stylesheets/coreui-icons/coreui-icons.scss +11 -0
  26. data/app/assets/stylesheets/coreui/_animate.scss +27 -0
  27. data/app/assets/stylesheets/coreui/_aside.scss +65 -0
  28. data/app/assets/stylesheets/coreui/_avatars.scss +44 -0
  29. data/app/assets/stylesheets/coreui/_badge.scss +3 -0
  30. data/app/assets/stylesheets/coreui/_brand-buttons.scss +60 -0
  31. data/app/assets/stylesheets/coreui/_brand-card.scss +65 -0
  32. data/app/assets/stylesheets/coreui/_breadcrumb-menu.scss +44 -0
  33. data/app/assets/stylesheets/coreui/_breadcrumb.scss +16 -0
  34. data/app/assets/stylesheets/coreui/_buttons.scss +32 -0
  35. data/app/assets/stylesheets/coreui/_callout.scss +73 -0
  36. data/app/assets/stylesheets/coreui/_card.scss +117 -0
  37. data/app/assets/stylesheets/coreui/_charts.scss +55 -0
  38. data/app/assets/stylesheets/coreui/_dropdown-menu-right.scss +8 -0
  39. data/app/assets/stylesheets/coreui/_dropdown.scss +69 -0
  40. data/app/assets/stylesheets/coreui/_footer.scss +9 -0
  41. data/app/assets/stylesheets/coreui/_grid.scss +15 -0
  42. data/app/assets/stylesheets/coreui/_header.scss +135 -0
  43. data/app/assets/stylesheets/coreui/_ie-custom-properties.scss +14 -0
  44. data/app/assets/stylesheets/coreui/_images.scss +6 -0
  45. data/app/assets/stylesheets/coreui/_input-group.scss +5 -0
  46. data/app/assets/stylesheets/coreui/_layout.scss +483 -0
  47. data/app/assets/stylesheets/coreui/_list-group.scss +35 -0
  48. data/app/assets/stylesheets/coreui/_mixins.scss +7 -0
  49. data/app/assets/stylesheets/coreui/_modal.scss +13 -0
  50. data/app/assets/stylesheets/coreui/_nav.scss +57 -0
  51. data/app/assets/stylesheets/coreui/_navbar.scss +135 -0
  52. data/app/assets/stylesheets/coreui/_others.scss +4 -0
  53. data/app/assets/stylesheets/coreui/_progress-group.scss +40 -0
  54. data/app/assets/stylesheets/coreui/_progress.scss +15 -0
  55. data/app/assets/stylesheets/coreui/_rtl.scss +27 -0
  56. data/app/assets/stylesheets/coreui/_sidebar.scss +606 -0
  57. data/app/assets/stylesheets/coreui/_switches.scss +173 -0
  58. data/app/assets/stylesheets/coreui/_tables.scss +20 -0
  59. data/app/assets/stylesheets/coreui/_utilities.scss +4 -0
  60. data/app/assets/stylesheets/coreui/_variables.scss +204 -0
  61. data/app/assets/stylesheets/coreui/_vendors.scss +1 -0
  62. data/app/assets/stylesheets/coreui/_widgets.scss +1 -0
  63. data/app/assets/stylesheets/coreui/bootstrap.scss +4 -0
  64. data/app/assets/stylesheets/coreui/bootstrap/_alert.scss +51 -0
  65. data/app/assets/stylesheets/coreui/bootstrap/_badge.scss +47 -0
  66. data/app/assets/stylesheets/coreui/bootstrap/_breadcrumb.scss +41 -0
  67. data/app/assets/stylesheets/coreui/bootstrap/_button-group.scss +172 -0
  68. data/app/assets/stylesheets/coreui/bootstrap/_buttons.scss +143 -0
  69. data/app/assets/stylesheets/coreui/bootstrap/_card.scss +301 -0
  70. data/app/assets/stylesheets/coreui/bootstrap/_carousel.scss +236 -0
  71. data/app/assets/stylesheets/coreui/bootstrap/_close.scss +35 -0
  72. data/app/assets/stylesheets/coreui/bootstrap/_code.scss +48 -0
  73. data/app/assets/stylesheets/coreui/bootstrap/_custom-forms.scss +433 -0
  74. data/app/assets/stylesheets/coreui/bootstrap/_dropdown.scss +166 -0
  75. data/app/assets/stylesheets/coreui/bootstrap/_forms.scss +333 -0
  76. data/app/assets/stylesheets/coreui/bootstrap/_functions.scss +86 -0
  77. data/app/assets/stylesheets/coreui/bootstrap/_grid.scss +52 -0
  78. data/app/assets/stylesheets/coreui/bootstrap/_images.scss +42 -0
  79. data/app/assets/stylesheets/coreui/bootstrap/_input-group.scss +173 -0
  80. data/app/assets/stylesheets/coreui/bootstrap/_jumbotron.scss +16 -0
  81. data/app/assets/stylesheets/coreui/bootstrap/_list-group.scss +115 -0
  82. data/app/assets/stylesheets/coreui/bootstrap/_media.scss +8 -0
  83. data/app/assets/stylesheets/coreui/bootstrap/_mixins.scss +41 -0
  84. data/app/assets/stylesheets/coreui/bootstrap/_modal.scss +180 -0
  85. data/app/assets/stylesheets/coreui/bootstrap/_nav.scss +118 -0
  86. data/app/assets/stylesheets/coreui/bootstrap/_navbar.scss +299 -0
  87. data/app/assets/stylesheets/coreui/bootstrap/_pagination.scss +78 -0
  88. data/app/assets/stylesheets/coreui/bootstrap/_popover.scss +183 -0
  89. data/app/assets/stylesheets/coreui/bootstrap/_print.scss +141 -0
  90. data/app/assets/stylesheets/coreui/bootstrap/_progress.scss +34 -0
  91. data/app/assets/stylesheets/coreui/bootstrap/_reboot.scss +483 -0
  92. data/app/assets/stylesheets/coreui/bootstrap/_root.scss +19 -0
  93. data/app/assets/stylesheets/coreui/bootstrap/_tables.scss +187 -0
  94. data/app/assets/stylesheets/coreui/bootstrap/_tooltip.scss +115 -0
  95. data/app/assets/stylesheets/coreui/bootstrap/_transitions.scss +22 -0
  96. data/app/assets/stylesheets/coreui/bootstrap/_type.scss +125 -0
  97. data/app/assets/stylesheets/coreui/bootstrap/_utilities.scss +15 -0
  98. data/app/assets/stylesheets/coreui/bootstrap/_variables.scss +952 -0
  99. data/app/assets/stylesheets/coreui/bootstrap/bootstrap-grid.scss +32 -0
  100. data/app/assets/stylesheets/coreui/bootstrap/bootstrap-reboot.scss +12 -0
  101. data/app/assets/stylesheets/coreui/bootstrap/bootstrap.scss +42 -0
  102. data/app/assets/stylesheets/coreui/bootstrap/mixins/_alert.scss +13 -0
  103. data/app/assets/stylesheets/coreui/bootstrap/mixins/_background-variant.scss +21 -0
  104. data/app/assets/stylesheets/coreui/bootstrap/mixins/_badge.scss +12 -0
  105. data/app/assets/stylesheets/coreui/bootstrap/mixins/_border-radius.scss +35 -0
  106. data/app/assets/stylesheets/coreui/bootstrap/mixins/_box-shadow.scss +5 -0
  107. data/app/assets/stylesheets/coreui/bootstrap/mixins/_breakpoints.scss +123 -0
  108. data/app/assets/stylesheets/coreui/bootstrap/mixins/_buttons.scss +109 -0
  109. data/app/assets/stylesheets/coreui/bootstrap/mixins/_caret.scss +66 -0
  110. data/app/assets/stylesheets/coreui/bootstrap/mixins/_clearfix.scss +7 -0
  111. data/app/assets/stylesheets/coreui/bootstrap/mixins/_float.scss +11 -0
  112. data/app/assets/stylesheets/coreui/bootstrap/mixins/_forms.scss +147 -0
  113. data/app/assets/stylesheets/coreui/bootstrap/mixins/_gradients.scss +45 -0
  114. data/app/assets/stylesheets/coreui/bootstrap/mixins/_grid-framework.scss +67 -0
  115. data/app/assets/stylesheets/coreui/bootstrap/mixins/_grid.scss +52 -0
  116. data/app/assets/stylesheets/coreui/bootstrap/mixins/_hover.scss +37 -0
  117. data/app/assets/stylesheets/coreui/bootstrap/mixins/_image.scss +36 -0
  118. data/app/assets/stylesheets/coreui/bootstrap/mixins/_list-group.scss +21 -0
  119. data/app/assets/stylesheets/coreui/bootstrap/mixins/_lists.scss +7 -0
  120. data/app/assets/stylesheets/coreui/bootstrap/mixins/_nav-divider.scss +10 -0
  121. data/app/assets/stylesheets/coreui/bootstrap/mixins/_pagination.scss +22 -0
  122. data/app/assets/stylesheets/coreui/bootstrap/mixins/_reset-text.scss +17 -0
  123. data/app/assets/stylesheets/coreui/bootstrap/mixins/_resize.scss +6 -0
  124. data/app/assets/stylesheets/coreui/bootstrap/mixins/_screen-reader.scss +33 -0
  125. data/app/assets/stylesheets/coreui/bootstrap/mixins/_size.scss +6 -0
  126. data/app/assets/stylesheets/coreui/bootstrap/mixins/_table-row.scss +30 -0
  127. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-emphasis.scss +14 -0
  128. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-hide.scss +13 -0
  129. data/app/assets/stylesheets/coreui/bootstrap/mixins/_text-truncate.scss +8 -0
  130. data/app/assets/stylesheets/coreui/bootstrap/mixins/_transition.scss +13 -0
  131. data/app/assets/stylesheets/coreui/bootstrap/mixins/_visibility.scss +7 -0
  132. data/app/assets/stylesheets/coreui/bootstrap/utilities/_align.scss +8 -0
  133. data/app/assets/stylesheets/coreui/bootstrap/utilities/_background.scss +19 -0
  134. data/app/assets/stylesheets/coreui/bootstrap/utilities/_borders.scss +59 -0
  135. data/app/assets/stylesheets/coreui/bootstrap/utilities/_clearfix.scss +3 -0
  136. data/app/assets/stylesheets/coreui/bootstrap/utilities/_display.scss +38 -0
  137. data/app/assets/stylesheets/coreui/bootstrap/utilities/_embed.scss +52 -0
  138. data/app/assets/stylesheets/coreui/bootstrap/utilities/_flex.scss +51 -0
  139. data/app/assets/stylesheets/coreui/bootstrap/utilities/_float.scss +9 -0
  140. data/app/assets/stylesheets/coreui/bootstrap/utilities/_position.scss +37 -0
  141. data/app/assets/stylesheets/coreui/bootstrap/utilities/_screenreaders.scss +11 -0
  142. data/app/assets/stylesheets/coreui/bootstrap/utilities/_shadows.scss +6 -0
  143. data/app/assets/stylesheets/coreui/bootstrap/utilities/_sizing.scss +12 -0
  144. data/app/assets/stylesheets/coreui/bootstrap/utilities/_spacing.scss +51 -0
  145. data/app/assets/stylesheets/coreui/bootstrap/utilities/_text.scss +58 -0
  146. data/app/assets/stylesheets/coreui/bootstrap/utilities/_visibility.scss +11 -0
  147. data/app/assets/stylesheets/coreui/coreui-standalone.scss +65 -0
  148. data/app/assets/stylesheets/coreui/coreui.scss +64 -0
  149. data/app/assets/stylesheets/coreui/mixins/_avatars.scss +17 -0
  150. data/app/assets/stylesheets/coreui/mixins/_borders.scss +31 -0
  151. data/app/assets/stylesheets/coreui/mixins/_buttons.scss +41 -0
  152. data/app/assets/stylesheets/coreui/mixins/_card-accent.scss +4 -0
  153. data/app/assets/stylesheets/coreui/mixins/_list-group.scss +7 -0
  154. data/app/assets/stylesheets/coreui/mixins/_sidebar-width.scss +18 -0
  155. data/app/assets/stylesheets/coreui/mixins/_switches.scss +78 -0
  156. data/app/assets/stylesheets/coreui/utilities/_background.scss +28 -0
  157. data/app/assets/stylesheets/coreui/utilities/_borders.scss +19 -0
  158. data/app/assets/stylesheets/coreui/utilities/_display.scss +18 -0
  159. data/app/assets/stylesheets/coreui/utilities/_typography.scss +55 -0
  160. data/app/assets/stylesheets/coreui/variables/_colors.scss +146 -0
  161. data/app/assets/stylesheets/coreui/variables/bootstrap/_variables.scss +62 -0
  162. data/app/assets/stylesheets/coreui/vendors/_perfect-scrollbar.scss +94 -0
  163. data/lib/anchor_ui/sprockets.rb +21 -0
  164. data/lib/anchor_ui/sprockets/assets.rb +21 -0
  165. data/lib/anchor_ui/sprockets/assets/base.rb +24 -0
  166. data/lib/anchor_ui/sprockets/assets/core.rb +24 -0
  167. data/lib/anchor_ui/sprockets/assets/core_ui.rb +93 -0
  168. data/lib/anchor_ui/sprockets/assets/core_ui_icons.rb +73 -0
  169. data/lib/anchor_ui/sprockets/assets/custom_tooltips.rb +24 -0
  170. data/lib/anchor_ui/sprockets/assets/javascript.rb +39 -0
  171. data/lib/anchor_ui/sprockets/assets/pace.rb +19 -0
  172. data/lib/anchor_ui/sprockets/assets/perfect_scrollbar.rb +19 -0
  173. data/lib/anchor_ui/sprockets/engine.rb +6 -0
  174. data/lib/anchor_ui/sprockets/paths.rb +21 -0
  175. data/lib/anchor_ui/sprockets/updater.rb +23 -0
  176. data/lib/anchor_ui/sprockets/version.rb +7 -0
  177. data/lib/generators/anchor_ui/sprockets/install_generator.rb +37 -0
  178. data/lib/generators/anchor_ui/sprockets/templates/_coreui.scss +35 -0
  179. data/lib/generators/anchor_ui/sprockets/templates/_variables.scss +411 -0
  180. data/lib/generators/anchor_ui/sprockets/templates/application.js +11 -0
  181. data/lib/generators/anchor_ui/sprockets/templates/application.scss +7 -0
  182. metadata +420 -0
@@ -0,0 +1,7 @@
1
+ @mixin clearfix() {
2
+ &::after {
3
+ display: block;
4
+ clear: both;
5
+ content: "";
6
+ }
7
+ }
@@ -0,0 +1,11 @@
1
+ // stylelint-disable declaration-no-important
2
+
3
+ @mixin float-left {
4
+ float: left !important;
5
+ }
6
+ @mixin float-right {
7
+ float: right !important;
8
+ }
9
+ @mixin float-none {
10
+ float: none !important;
11
+ }
@@ -0,0 +1,147 @@
1
+ // Form control focus state
2
+ //
3
+ // Generate a customized focus state and for any input with the specified color,
4
+ // which defaults to the `$input-focus-border-color` variable.
5
+ //
6
+ // We highly encourage you to not customize the default value, but instead use
7
+ // this to tweak colors on an as-needed basis. This aesthetic change is based on
8
+ // WebKit's default styles, but applicable to a wider range of browsers. Its
9
+ // usability and accessibility should be taken into account with any change.
10
+ //
11
+ // Example usage: change the default blue border and shadow to white for better
12
+ // contrast against a dark gray background.
13
+ @mixin form-control-focus() {
14
+ &:focus {
15
+ color: $input-focus-color;
16
+ background-color: $input-focus-bg;
17
+ border-color: $input-focus-border-color;
18
+ outline: 0;
19
+ // Avoid using mixin so we can pass custom focus shadow properly
20
+ @if $enable-shadows {
21
+ box-shadow: $input-box-shadow, $input-focus-box-shadow;
22
+ } @else {
23
+ box-shadow: $input-focus-box-shadow;
24
+ }
25
+ }
26
+ }
27
+
28
+
29
+ @mixin form-validation-state($state, $color) {
30
+ .#{$state}-feedback {
31
+ display: none;
32
+ width: 100%;
33
+ margin-top: $form-feedback-margin-top;
34
+ font-size: $form-feedback-font-size;
35
+ color: $color;
36
+ }
37
+
38
+ .#{$state}-tooltip {
39
+ position: absolute;
40
+ top: 100%;
41
+ z-index: 5;
42
+ display: none;
43
+ max-width: 100%; // Contain to parent when possible
44
+ padding: $tooltip-padding-y $tooltip-padding-x;
45
+ margin-top: .1rem;
46
+ font-size: $tooltip-font-size;
47
+ line-height: $line-height-base;
48
+ color: color-yiq($color);
49
+ background-color: rgba($color, $tooltip-opacity);
50
+ @include border-radius($tooltip-border-radius);
51
+ }
52
+
53
+ .form-control,
54
+ .custom-select {
55
+ .was-validated &:#{$state},
56
+ &.is-#{$state} {
57
+ border-color: $color;
58
+
59
+ &:focus {
60
+ border-color: $color;
61
+ box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
62
+ }
63
+
64
+ ~ .#{$state}-feedback,
65
+ ~ .#{$state}-tooltip {
66
+ display: block;
67
+ }
68
+ }
69
+ }
70
+
71
+ .form-control-file {
72
+ .was-validated &:#{$state},
73
+ &.is-#{$state} {
74
+ ~ .#{$state}-feedback,
75
+ ~ .#{$state}-tooltip {
76
+ display: block;
77
+ }
78
+ }
79
+ }
80
+
81
+ .form-check-input {
82
+ .was-validated &:#{$state},
83
+ &.is-#{$state} {
84
+ ~ .form-check-label {
85
+ color: $color;
86
+ }
87
+
88
+ ~ .#{$state}-feedback,
89
+ ~ .#{$state}-tooltip {
90
+ display: block;
91
+ }
92
+ }
93
+ }
94
+
95
+ .custom-control-input {
96
+ .was-validated &:#{$state},
97
+ &.is-#{$state} {
98
+ ~ .custom-control-label {
99
+ color: $color;
100
+
101
+ &::before {
102
+ background-color: lighten($color, 25%);
103
+ }
104
+ }
105
+
106
+ ~ .#{$state}-feedback,
107
+ ~ .#{$state}-tooltip {
108
+ display: block;
109
+ }
110
+
111
+ &:checked {
112
+ ~ .custom-control-label::before {
113
+ @include gradient-bg(lighten($color, 10%));
114
+ }
115
+ }
116
+
117
+ &:focus {
118
+ ~ .custom-control-label::before {
119
+ box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-focus-width rgba($color, .25);
120
+ }
121
+ }
122
+ }
123
+ }
124
+
125
+ // custom file
126
+ .custom-file-input {
127
+ .was-validated &:#{$state},
128
+ &.is-#{$state} {
129
+ ~ .custom-file-label {
130
+ border-color: $color;
131
+
132
+ &::after { border-color: inherit; }
133
+ }
134
+
135
+ ~ .#{$state}-feedback,
136
+ ~ .#{$state}-tooltip {
137
+ display: block;
138
+ }
139
+
140
+ &:focus {
141
+ ~ .custom-file-label {
142
+ box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
@@ -0,0 +1,45 @@
1
+ // Gradients
2
+
3
+ @mixin gradient-bg($color) {
4
+ @if $enable-gradients {
5
+ background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;
6
+ } @else {
7
+ background-color: $color;
8
+ }
9
+ }
10
+
11
+ // Horizontal gradient, from left to right
12
+ //
13
+ // Creates two color stops, start and end, by specifying a color and position for each color stop.
14
+ @mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
15
+ background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
16
+ background-repeat: repeat-x;
17
+ }
18
+
19
+ // Vertical gradient, from top to bottom
20
+ //
21
+ // Creates two color stops, start and end, by specifying a color and position for each color stop.
22
+ @mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
23
+ background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
24
+ background-repeat: repeat-x;
25
+ }
26
+
27
+ @mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
28
+ background-image: linear-gradient($deg, $start-color, $end-color);
29
+ background-repeat: repeat-x;
30
+ }
31
+ @mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
32
+ background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
33
+ background-repeat: no-repeat;
34
+ }
35
+ @mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
36
+ background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
37
+ background-repeat: no-repeat;
38
+ }
39
+ @mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
40
+ background-image: radial-gradient(circle, $inner-color, $outer-color);
41
+ background-repeat: no-repeat;
42
+ }
43
+ @mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
44
+ background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
45
+ }
@@ -0,0 +1,67 @@
1
+ // Framework grid generation
2
+ //
3
+ // Used only by Bootstrap to generate the correct number of grid classes given
4
+ // any value of `$grid-columns`.
5
+
6
+ @mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
7
+ // Common properties for all breakpoints
8
+ %grid-column {
9
+ position: relative;
10
+ width: 100%;
11
+ min-height: 1px; // Prevent columns from collapsing when empty
12
+ padding-right: ($gutter / 2);
13
+ padding-left: ($gutter / 2);
14
+ }
15
+
16
+ @each $breakpoint in map-keys($breakpoints) {
17
+ $infix: breakpoint-infix($breakpoint, $breakpoints);
18
+
19
+ // Allow columns to stretch full width below their breakpoints
20
+ @for $i from 1 through $columns {
21
+ .col#{$infix}-#{$i} {
22
+ @extend %grid-column;
23
+ }
24
+ }
25
+ .col#{$infix},
26
+ .col#{$infix}-auto {
27
+ @extend %grid-column;
28
+ }
29
+
30
+ @include media-breakpoint-up($breakpoint, $breakpoints) {
31
+ // Provide basic `.col-{bp}` classes for equal-width flexbox columns
32
+ .col#{$infix} {
33
+ flex-basis: 0;
34
+ flex-grow: 1;
35
+ max-width: 100%;
36
+ }
37
+ .col#{$infix}-auto {
38
+ flex: 0 0 auto;
39
+ width: auto;
40
+ max-width: none; // Reset earlier grid tiers
41
+ }
42
+
43
+ @for $i from 1 through $columns {
44
+ .col#{$infix}-#{$i} {
45
+ @include make-col($i, $columns);
46
+ }
47
+ }
48
+
49
+ .order#{$infix}-first { order: -1; }
50
+
51
+ .order#{$infix}-last { order: $columns + 1; }
52
+
53
+ @for $i from 0 through $columns {
54
+ .order#{$infix}-#{$i} { order: $i; }
55
+ }
56
+
57
+ // `$columns - 1` because offsetting by the width of an entire row isn't possible
58
+ @for $i from 0 through ($columns - 1) {
59
+ @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
60
+ .offset#{$infix}-#{$i} {
61
+ @include make-col-offset($i, $columns);
62
+ }
63
+ }
64
+ }
65
+ }
66
+ }
67
+ }
@@ -0,0 +1,52 @@
1
+ /// Grid system
2
+ //
3
+ // Generate semantic grid columns with these mixins.
4
+
5
+ @mixin make-container() {
6
+ width: 100%;
7
+ padding-right: ($grid-gutter-width / 2);
8
+ padding-left: ($grid-gutter-width / 2);
9
+ margin-right: auto;
10
+ margin-left: auto;
11
+ }
12
+
13
+
14
+ // For each breakpoint, define the maximum width of the container in a media query
15
+ @mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
16
+ @each $breakpoint, $container-max-width in $max-widths {
17
+ @include media-breakpoint-up($breakpoint, $breakpoints) {
18
+ max-width: $container-max-width;
19
+ }
20
+ }
21
+ }
22
+
23
+ @mixin make-row() {
24
+ display: flex;
25
+ flex-wrap: wrap;
26
+ margin-right: ($grid-gutter-width / -2);
27
+ margin-left: ($grid-gutter-width / -2);
28
+ }
29
+
30
+ @mixin make-col-ready() {
31
+ position: relative;
32
+ // Prevent columns from becoming too narrow when at smaller grid tiers by
33
+ // always setting `width: 100%;`. This works because we use `flex` values
34
+ // later on to override this initial width.
35
+ width: 100%;
36
+ min-height: 1px; // Prevent collapsing
37
+ padding-right: ($grid-gutter-width / 2);
38
+ padding-left: ($grid-gutter-width / 2);
39
+ }
40
+
41
+ @mixin make-col($size, $columns: $grid-columns) {
42
+ flex: 0 0 percentage($size / $columns);
43
+ // Add a `max-width` to ensure content within each column does not blow out
44
+ // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
45
+ // do not appear to require this.
46
+ max-width: percentage($size / $columns);
47
+ }
48
+
49
+ @mixin make-col-offset($size, $columns: $grid-columns) {
50
+ $num: $size / $columns;
51
+ margin-left: if($num == 0, 0, percentage($num));
52
+ }
@@ -0,0 +1,37 @@
1
+ // Hover mixin and `$enable-hover-media-query` are deprecated.
2
+ //
3
+ // Originally added during our alphas and maintained during betas, this mixin was
4
+ // designed to prevent `:hover` stickiness on iOS-an issue where hover styles
5
+ // would persist after initial touch.
6
+ //
7
+ // For backward compatibility, we've kept these mixins and updated them to
8
+ // always return their regular pseudo-classes instead of a shimmed media query.
9
+ //
10
+ // Issue: https://github.com/twbs/bootstrap/issues/25195
11
+
12
+ @mixin hover {
13
+ &:hover { @content; }
14
+ }
15
+
16
+ @mixin hover-focus {
17
+ &:hover,
18
+ &:focus {
19
+ @content;
20
+ }
21
+ }
22
+
23
+ @mixin plain-hover-focus {
24
+ &,
25
+ &:hover,
26
+ &:focus {
27
+ @content;
28
+ }
29
+ }
30
+
31
+ @mixin hover-focus-active {
32
+ &:hover,
33
+ &:focus,
34
+ &:active {
35
+ @content;
36
+ }
37
+ }
@@ -0,0 +1,36 @@
1
+ // Image Mixins
2
+ // - Responsive image
3
+ // - Retina image
4
+
5
+
6
+ // Responsive image
7
+ //
8
+ // Keep images from scaling beyond the width of their parents.
9
+
10
+ @mixin img-fluid {
11
+ // Part 1: Set a maximum relative to the parent
12
+ max-width: 100%;
13
+ // Part 2: Override the height to auto, otherwise images will be stretched
14
+ // when setting a width and height attribute on the img element.
15
+ height: auto;
16
+ }
17
+
18
+
19
+ // Retina image
20
+ //
21
+ // Short retina mixin for setting background-image and -size.
22
+
23
+ // stylelint-disable indentation, media-query-list-comma-newline-after
24
+ @mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
25
+ background-image: url($file-1x);
26
+
27
+ // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,
28
+ // but doesn't convert dppx=>dpi.
29
+ // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
30
+ // Compatibility info: https://caniuse.com/#feat=css-media-resolution
31
+ @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx
32
+ only screen and (min-resolution: 2dppx) { // Standardized
33
+ background-image: url($file-2x);
34
+ background-size: $width-1x $height-1x;
35
+ }
36
+ }
@@ -0,0 +1,21 @@
1
+ // List Groups
2
+
3
+ @mixin list-group-item-variant($state, $background, $color) {
4
+ .list-group-item-#{$state} {
5
+ color: $color;
6
+ background-color: $background;
7
+
8
+ &.list-group-item-action {
9
+ @include hover-focus {
10
+ color: $color;
11
+ background-color: darken($background, 5%);
12
+ }
13
+
14
+ &.active {
15
+ color: $white;
16
+ background-color: $color;
17
+ border-color: $color;
18
+ }
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,7 @@
1
+ // Lists
2
+
3
+ // Unstyled keeps list items block level, just removes default browser padding and list-style
4
+ @mixin list-unstyled {
5
+ padding-left: 0;
6
+ list-style: none;
7
+ }
@@ -0,0 +1,10 @@
1
+ // Horizontal dividers
2
+ //
3
+ // Dividers (basically an hr) within dropdowns and nav lists
4
+
5
+ @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y) {
6
+ height: 0;
7
+ margin: $margin-y 0;
8
+ overflow: hidden;
9
+ border-top: 1px solid $color;
10
+ }