dataclips 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/dataclips/application.js +1 -0
  3. data/app/assets/javascripts/dataclips/record.js.coffee +0 -25
  4. data/app/assets/javascripts/dataclips/records.js.coffee +23 -0
  5. data/app/assets/stylesheets/dataclips/application.css +2 -1
  6. data/app/controllers/dataclips/application_controller.rb +9 -4
  7. data/app/controllers/dataclips/clips_controller.rb +22 -25
  8. data/app/controllers/dataclips/insights_controller.rb +1 -1
  9. data/app/views/dataclips/clips/{edit.html.erb → require_variables.html.erb} +0 -0
  10. data/lib/dataclips/engine.rb +0 -13
  11. data/lib/dataclips/version.rb +1 -1
  12. metadata +27 -100
  13. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  14. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +0 -288
  15. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  16. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  17. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  18. data/app/assets/stylesheets/bootstrap/_alerts.scss +0 -68
  19. data/app/assets/stylesheets/bootstrap/_badges.scss +0 -63
  20. data/app/assets/stylesheets/bootstrap/_breadcrumbs.scss +0 -26
  21. data/app/assets/stylesheets/bootstrap/_button-groups.scss +0 -243
  22. data/app/assets/stylesheets/bootstrap/_buttons.scss +0 -160
  23. data/app/assets/stylesheets/bootstrap/_carousel.scss +0 -267
  24. data/app/assets/stylesheets/bootstrap/_close.scss +0 -35
  25. data/app/assets/stylesheets/bootstrap/_code.scss +0 -69
  26. data/app/assets/stylesheets/bootstrap/_component-animations.scss +0 -38
  27. data/app/assets/stylesheets/bootstrap/_dropdowns.scss +0 -213
  28. data/app/assets/stylesheets/bootstrap/_forms.scss +0 -548
  29. data/app/assets/stylesheets/bootstrap/_glyphicons.scss +0 -234
  30. data/app/assets/stylesheets/bootstrap/_grid.scss +0 -84
  31. data/app/assets/stylesheets/bootstrap/_input-groups.scss +0 -166
  32. data/app/assets/stylesheets/bootstrap/_jumbotron.scss +0 -49
  33. data/app/assets/stylesheets/bootstrap/_labels.scss +0 -66
  34. data/app/assets/stylesheets/bootstrap/_list-group.scss +0 -124
  35. data/app/assets/stylesheets/bootstrap/_media.scss +0 -47
  36. data/app/assets/stylesheets/bootstrap/_mixins.scss +0 -39
  37. data/app/assets/stylesheets/bootstrap/_modals.scss +0 -148
  38. data/app/assets/stylesheets/bootstrap/_navbar.scss +0 -662
  39. data/app/assets/stylesheets/bootstrap/_navs.scss +0 -244
  40. data/app/assets/stylesheets/bootstrap/_normalize.scss +0 -427
  41. data/app/assets/stylesheets/bootstrap/_pager.scss +0 -54
  42. data/app/assets/stylesheets/bootstrap/_pagination.scss +0 -88
  43. data/app/assets/stylesheets/bootstrap/_panels.scss +0 -261
  44. data/app/assets/stylesheets/bootstrap/_popovers.scss +0 -135
  45. data/app/assets/stylesheets/bootstrap/_print.scss +0 -107
  46. data/app/assets/stylesheets/bootstrap/_progress-bars.scss +0 -87
  47. data/app/assets/stylesheets/bootstrap/_responsive-embed.scss +0 -35
  48. data/app/assets/stylesheets/bootstrap/_responsive-utilities.scss +0 -174
  49. data/app/assets/stylesheets/bootstrap/_scaffolding.scss +0 -150
  50. data/app/assets/stylesheets/bootstrap/_tables.scss +0 -234
  51. data/app/assets/stylesheets/bootstrap/_theme.scss +0 -272
  52. data/app/assets/stylesheets/bootstrap/_thumbnails.scss +0 -38
  53. data/app/assets/stylesheets/bootstrap/_tooltip.scss +0 -103
  54. data/app/assets/stylesheets/bootstrap/_type.scss +0 -298
  55. data/app/assets/stylesheets/bootstrap/_utilities.scss +0 -56
  56. data/app/assets/stylesheets/bootstrap/_variables.scss +0 -864
  57. data/app/assets/stylesheets/bootstrap/_wells.scss +0 -29
  58. data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +0 -14
  59. data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +0 -11
  60. data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +0 -18
  61. data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +0 -52
  62. data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +0 -7
  63. data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +0 -22
  64. data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +0 -88
  65. data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +0 -58
  66. data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +0 -81
  67. data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +0 -122
  68. data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +0 -21
  69. data/app/assets/stylesheets/bootstrap/mixins/_image.scss +0 -33
  70. data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +0 -12
  71. data/app/assets/stylesheets/bootstrap/mixins/_list-group.scss +0 -31
  72. data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +0 -10
  73. data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  74. data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +0 -8
  75. data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +0 -23
  76. data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +0 -24
  77. data/app/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +0 -10
  78. data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +0 -8
  79. data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +0 -6
  80. data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +0 -21
  81. data/app/assets/stylesheets/bootstrap/mixins/_size.scss +0 -10
  82. data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +0 -9
  83. data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +0 -28
  84. data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +0 -11
  85. data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +0 -8
  86. data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  87. data/app/assets/stylesheets/dataclips/_bootstrap.scss +0 -53
@@ -1,243 +0,0 @@
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 {
75
- > .btn:last-child,
76
- > .dropdown-toggle {
77
- @include border-right-radius(0);
78
- }
79
- }
80
- .btn-group > .btn-group:last-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
- }
@@ -1,160 +0,0 @@
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: underline;
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
- }
@@ -1,267 +0,0 @@
1
- //
2
- // Carousel
3
- // --------------------------------------------------
4
-
5
-
6
- // Wrapper for the slide container and indicators
7
- .carousel {
8
- position: relative;
9
- }
10
-
11
- .carousel-inner {
12
- position: relative;
13
- overflow: hidden;
14
- width: 100%;
15
-
16
- > .item {
17
- display: none;
18
- position: relative;
19
- @include transition(.6s ease-in-out left);
20
-
21
- // Account for jankitude on images
22
- > img,
23
- > a > img {
24
- @include img-responsive;
25
- line-height: 1;
26
- }
27
-
28
- // WebKit CSS3 transforms for supported devices
29
- @media all and (transform-3d), (-webkit-transform-3d) {
30
- transition: transform .6s ease-in-out;
31
- backface-visibility: hidden;
32
- perspective: 1000;
33
-
34
- &.next,
35
- &.active.right {
36
- transform: translate3d(100%, 0, 0);
37
- left: 0;
38
- }
39
- &.prev,
40
- &.active.left {
41
- transform: translate3d(-100%, 0, 0);
42
- left: 0;
43
- }
44
- &.next.left,
45
- &.prev.right,
46
- &.active {
47
- transform: translate3d(0, 0, 0);
48
- left: 0;
49
- }
50
- }
51
- }
52
-
53
- > .active,
54
- > .next,
55
- > .prev {
56
- display: block;
57
- }
58
-
59
- > .active {
60
- left: 0;
61
- }
62
-
63
- > .next,
64
- > .prev {
65
- position: absolute;
66
- top: 0;
67
- width: 100%;
68
- }
69
-
70
- > .next {
71
- left: 100%;
72
- }
73
- > .prev {
74
- left: -100%;
75
- }
76
- > .next.left,
77
- > .prev.right {
78
- left: 0;
79
- }
80
-
81
- > .active.left {
82
- left: -100%;
83
- }
84
- > .active.right {
85
- left: 100%;
86
- }
87
-
88
- }
89
-
90
- // Left/right controls for nav
91
- // ---------------------------
92
-
93
- .carousel-control {
94
- position: absolute;
95
- top: 0;
96
- left: 0;
97
- bottom: 0;
98
- width: $carousel-control-width;
99
- @include opacity($carousel-control-opacity);
100
- font-size: $carousel-control-font-size;
101
- color: $carousel-control-color;
102
- text-align: center;
103
- text-shadow: $carousel-text-shadow;
104
- // We can't have this transition here because WebKit cancels the carousel
105
- // animation if you trip this while in the middle of another animation.
106
-
107
- // Set gradients for backgrounds
108
- &.left {
109
- @include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
110
- }
111
- &.right {
112
- left: auto;
113
- right: 0;
114
- @include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
115
- }
116
-
117
- // Hover/focus state
118
- &:hover,
119
- &:focus {
120
- outline: 0;
121
- color: $carousel-control-color;
122
- text-decoration: none;
123
- @include opacity(.9);
124
- }
125
-
126
- // Toggles
127
- .icon-prev,
128
- .icon-next,
129
- .glyphicon-chevron-left,
130
- .glyphicon-chevron-right {
131
- position: absolute;
132
- top: 50%;
133
- z-index: 5;
134
- display: inline-block;
135
- }
136
- .icon-prev,
137
- .glyphicon-chevron-left {
138
- left: 50%;
139
- margin-left: -10px;
140
- }
141
- .icon-next,
142
- .glyphicon-chevron-right {
143
- right: 50%;
144
- margin-right: -10px;
145
- }
146
- .icon-prev,
147
- .icon-next {
148
- width: 20px;
149
- height: 20px;
150
- margin-top: -10px;
151
- font-family: serif;
152
- }
153
-
154
-
155
- .icon-prev {
156
- &:before {
157
- content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
158
- }
159
- }
160
- .icon-next {
161
- &:before {
162
- content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
163
- }
164
- }
165
- }
166
-
167
- // Optional indicator pips
168
- //
169
- // Add an unordered list with the following class and add a list item for each
170
- // slide your carousel holds.
171
-
172
- .carousel-indicators {
173
- position: absolute;
174
- bottom: 10px;
175
- left: 50%;
176
- z-index: 15;
177
- width: 60%;
178
- margin-left: -30%;
179
- padding-left: 0;
180
- list-style: none;
181
- text-align: center;
182
-
183
- li {
184
- display: inline-block;
185
- width: 10px;
186
- height: 10px;
187
- margin: 1px;
188
- text-indent: -999px;
189
- border: 1px solid $carousel-indicator-border-color;
190
- border-radius: 10px;
191
- cursor: pointer;
192
-
193
- // IE8-9 hack for event handling
194
- //
195
- // Internet Explorer 8-9 does not support clicks on elements without a set
196
- // `background-color`. We cannot use `filter` since that's not viewed as a
197
- // background color by the browser. Thus, a hack is needed.
198
- //
199
- // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we
200
- // set alpha transparency for the best results possible.
201
- background-color: #000 \9; // IE8
202
- background-color: rgba(0,0,0,0); // IE9
203
- }
204
- .active {
205
- margin: 0;
206
- width: 12px;
207
- height: 12px;
208
- background-color: $carousel-indicator-active-bg;
209
- }
210
- }
211
-
212
- // Optional captions
213
- // -----------------------------
214
- // Hidden by default for smaller viewports
215
- .carousel-caption {
216
- position: absolute;
217
- left: 15%;
218
- right: 15%;
219
- bottom: 20px;
220
- z-index: 10;
221
- padding-top: 20px;
222
- padding-bottom: 20px;
223
- color: $carousel-caption-color;
224
- text-align: center;
225
- text-shadow: $carousel-text-shadow;
226
- & .btn {
227
- text-shadow: none; // No shadow for button elements in carousel-caption
228
- }
229
- }
230
-
231
-
232
- // Scale up controls for tablets and up
233
- @media screen and (min-width: $screen-sm-min) {
234
-
235
- // Scale up the controls a smidge
236
- .carousel-control {
237
- .glyphicon-chevron-left,
238
- .glyphicon-chevron-right,
239
- .icon-prev,
240
- .icon-next {
241
- width: 30px;
242
- height: 30px;
243
- margin-top: -15px;
244
- font-size: 30px;
245
- }
246
- .glyphicon-chevron-left,
247
- .icon-prev {
248
- margin-left: -15px;
249
- }
250
- .glyphicon-chevron-right,
251
- .icon-next {
252
- margin-right: -15px;
253
- }
254
- }
255
-
256
- // Show and left align the captions
257
- .carousel-caption {
258
- left: 20%;
259
- right: 20%;
260
- padding-bottom: 30px;
261
- }
262
-
263
- // Move up the indicators
264
- .carousel-indicators {
265
- bottom: 20px;
266
- }
267
- }