bootswatch-sass 3.3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +20 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +49 -0
  6. data/Rakefile +2 -0
  7. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  8. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +229 -0
  9. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  10. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  11. data/assets/javascripts/bootstrap.js +12 -0
  12. data/assets/javascripts/bootstrap/affix.js +162 -0
  13. data/assets/javascripts/bootstrap/alert.js +94 -0
  14. data/assets/javascripts/bootstrap/button.js +116 -0
  15. data/assets/javascripts/bootstrap/carousel.js +240 -0
  16. data/assets/javascripts/bootstrap/collapse.js +211 -0
  17. data/assets/javascripts/bootstrap/dropdown.js +161 -0
  18. data/assets/javascripts/bootstrap/modal.js +324 -0
  19. data/assets/javascripts/bootstrap/popover.js +119 -0
  20. data/assets/javascripts/bootstrap/scrollspy.js +175 -0
  21. data/assets/javascripts/bootstrap/tab.js +153 -0
  22. data/assets/javascripts/bootstrap/tooltip.js +478 -0
  23. data/assets/javascripts/bootstrap/transition.js +59 -0
  24. data/assets/stylesheets/_bootstrap-cerulean.scss +3 -0
  25. data/assets/stylesheets/_bootstrap-cosmo.scss +3 -0
  26. data/assets/stylesheets/_bootstrap-cyborg.scss +3 -0
  27. data/assets/stylesheets/_bootstrap-darkly.scss +3 -0
  28. data/assets/stylesheets/_bootstrap-flatly.scss +3 -0
  29. data/assets/stylesheets/_bootstrap-journal.scss +3 -0
  30. data/assets/stylesheets/_bootstrap-lumen.scss +3 -0
  31. data/assets/stylesheets/_bootstrap-paper.scss +3 -0
  32. data/assets/stylesheets/_bootstrap-readable.scss +3 -0
  33. data/assets/stylesheets/_bootstrap-sandstone.scss +3 -0
  34. data/assets/stylesheets/_bootstrap-simplex.scss +3 -0
  35. data/assets/stylesheets/_bootstrap-slate.scss +3 -0
  36. data/assets/stylesheets/_bootstrap-spacelab.scss +3 -0
  37. data/assets/stylesheets/_bootstrap-superhero.scss +3 -0
  38. data/assets/stylesheets/_bootstrap-united.scss +3 -0
  39. data/assets/stylesheets/_bootstrap-yeti.scss +3 -0
  40. data/assets/stylesheets/_bootstrap.scss +50 -0
  41. data/assets/stylesheets/bootstrap/_alerts.scss +68 -0
  42. data/assets/stylesheets/bootstrap/_badges.scss +63 -0
  43. data/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
  44. data/assets/stylesheets/bootstrap/_button-groups.scss +243 -0
  45. data/assets/stylesheets/bootstrap/_buttons.scss +160 -0
  46. data/assets/stylesheets/bootstrap/_carousel.scss +267 -0
  47. data/assets/stylesheets/bootstrap/_close.scss +35 -0
  48. data/assets/stylesheets/bootstrap/_code.scss +69 -0
  49. data/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  50. data/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
  51. data/assets/stylesheets/bootstrap/_forms.scss +548 -0
  52. data/assets/stylesheets/bootstrap/_glyphicons.scss +234 -0
  53. data/assets/stylesheets/bootstrap/_grid.scss +84 -0
  54. data/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
  55. data/assets/stylesheets/bootstrap/_jumbotron.scss +49 -0
  56. data/assets/stylesheets/bootstrap/_labels.scss +66 -0
  57. data/assets/stylesheets/bootstrap/_list-group.scss +124 -0
  58. data/assets/stylesheets/bootstrap/_media.scss +47 -0
  59. data/assets/stylesheets/bootstrap/_mixins.scss +39 -0
  60. data/assets/stylesheets/bootstrap/_modals.scss +148 -0
  61. data/assets/stylesheets/bootstrap/_navbar.scss +662 -0
  62. data/assets/stylesheets/bootstrap/_navs.scss +244 -0
  63. data/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  64. data/assets/stylesheets/bootstrap/_pager.scss +54 -0
  65. data/assets/stylesheets/bootstrap/_pagination.scss +88 -0
  66. data/assets/stylesheets/bootstrap/_panels.scss +261 -0
  67. data/assets/stylesheets/bootstrap/_popovers.scss +135 -0
  68. data/assets/stylesheets/bootstrap/_print.scss +107 -0
  69. data/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  70. data/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  71. data/assets/stylesheets/bootstrap/_responsive-utilities.scss +174 -0
  72. data/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
  73. data/assets/stylesheets/bootstrap/_tables.scss +234 -0
  74. data/assets/stylesheets/bootstrap/_theme.scss +272 -0
  75. data/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  76. data/assets/stylesheets/bootstrap/_tooltip.scss +103 -0
  77. data/assets/stylesheets/bootstrap/_type.scss +298 -0
  78. data/assets/stylesheets/bootstrap/_utilities.scss +56 -0
  79. data/assets/stylesheets/bootstrap/_variables.scss +864 -0
  80. data/assets/stylesheets/bootstrap/_wells.scss +29 -0
  81. data/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  82. data/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
  83. data/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  84. data/assets/stylesheets/bootstrap/mixins/_buttons.scss +52 -0
  85. data/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  86. data/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  87. data/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  88. data/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  89. data/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  90. data/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  91. data/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  92. data/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  93. data/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  94. data/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
  95. data/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  96. data/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  97. data/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  98. data/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
  99. data/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  100. data/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  101. data/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  102. data/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  103. data/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  104. data/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  105. data/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  106. data/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  107. data/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
  108. data/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  109. data/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  110. data/assets/stylesheets/cerulean/_bootswatch.scss +124 -0
  111. data/assets/stylesheets/cerulean/_variables.scss +856 -0
  112. data/assets/stylesheets/cosmo/_bootswatch.scss +156 -0
  113. data/assets/stylesheets/cosmo/_variables.scss +856 -0
  114. data/assets/stylesheets/cyborg/_bootswatch.scss +140 -0
  115. data/assets/stylesheets/cyborg/_variables.scss +856 -0
  116. data/assets/stylesheets/darkly/_bootswatch.scss +256 -0
  117. data/assets/stylesheets/darkly/_variables.scss +856 -0
  118. data/assets/stylesheets/flatly/_bootswatch.scss +235 -0
  119. data/assets/stylesheets/flatly/_variables.scss +856 -0
  120. data/assets/stylesheets/journal/_bootswatch.scss +68 -0
  121. data/assets/stylesheets/journal/_variables.scss +856 -0
  122. data/assets/stylesheets/lumen/_bootswatch.scss +385 -0
  123. data/assets/stylesheets/lumen/_variables.scss +856 -0
  124. data/assets/stylesheets/paper/_bootswatch.scss +464 -0
  125. data/assets/stylesheets/paper/_variables.scss +856 -0
  126. data/assets/stylesheets/readable/_bootswatch.scss +125 -0
  127. data/assets/stylesheets/readable/_variables.scss +856 -0
  128. data/assets/stylesheets/sandstone/_bootswatch.scss +155 -0
  129. data/assets/stylesheets/sandstone/_variables.scss +856 -0
  130. data/assets/stylesheets/simplex/_bootswatch.scss +115 -0
  131. data/assets/stylesheets/simplex/_variables.scss +856 -0
  132. data/assets/stylesheets/slate/_bootswatch.scss +422 -0
  133. data/assets/stylesheets/slate/_variables.scss +856 -0
  134. data/assets/stylesheets/spacelab/_bootswatch.scss +171 -0
  135. data/assets/stylesheets/spacelab/_variables.scss +856 -0
  136. data/assets/stylesheets/superhero/_bootswatch.scss +232 -0
  137. data/assets/stylesheets/superhero/_variables.scss +856 -0
  138. data/assets/stylesheets/united/_bootswatch.scss +9 -0
  139. data/assets/stylesheets/united/_variables.scss +856 -0
  140. data/assets/stylesheets/yeti/_bootswatch.scss +308 -0
  141. data/assets/stylesheets/yeti/_variables.scss +856 -0
  142. data/bootswatch-sass.gemspec +29 -0
  143. data/lib/bootswatch-sass.rb +34 -0
  144. data/lib/bootswatch-sass/engine.rb +10 -0
  145. data/lib/bootswatch-sass/version.rb +3 -0
  146. metadata +286 -0
@@ -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: 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
+ }
@@ -0,0 +1,267 @@
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
+ }
@@ -0,0 +1,35 @@
1
+ //
2
+ // Close icons
3
+ // --------------------------------------------------
4
+
5
+
6
+ .close {
7
+ float: right;
8
+ font-size: ($font-size-base * 1.5);
9
+ font-weight: $close-font-weight;
10
+ line-height: 1;
11
+ color: $close-color;
12
+ text-shadow: $close-text-shadow;
13
+ @include opacity(.2);
14
+
15
+ &:hover,
16
+ &:focus {
17
+ color: $close-color;
18
+ text-decoration: none;
19
+ cursor: pointer;
20
+ @include opacity(.5);
21
+ }
22
+
23
+ // [converter] extracted button& to button.close
24
+ }
25
+
26
+ // Additional properties for button version
27
+ // iOS requires the button element instead of an anchor tag.
28
+ // If you want the anchor version, it requires `href="#"`.
29
+ button.close {
30
+ padding: 0;
31
+ cursor: pointer;
32
+ background: transparent;
33
+ border: 0;
34
+ -webkit-appearance: none;
35
+ }