jekyll-theme-prettydocs 0.0.6 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (195) hide show
  1. checksums.yaml +5 -5
  2. data/LICENSE.txt +0 -0
  3. data/README.md +59 -178
  4. data/_includes/footer.html +6 -6
  5. data/_includes/home.html +122 -0
  6. data/_includes/promo-block.html +29 -86
  7. data/_layouts/home.html +36 -53
  8. data/_layouts/page.html +51 -5
  9. data/assets/.DS_Store +0 -0
  10. data/assets/css/.DS_Store +0 -0
  11. data/assets/css/styles.css +1373 -1267
  12. data/assets/images/.DS_Store +0 -0
  13. data/assets/images/demo/.DS_Store +0 -0
  14. data/assets/images/demo/fontawesome-icons.png +0 -0
  15. data/assets/images/demo/instance-promo.jpg +0 -0
  16. data/assets/images/demo/theme-atom.png +0 -0
  17. data/assets/images/demo/theme-decibel.png +0 -0
  18. data/assets/images/demo/theme-delta.png +0 -0
  19. data/assets/images/demo/theme-devstudio.png +0 -0
  20. data/assets/images/demo/theme-instance.png +0 -0
  21. data/assets/images/demo/theme-onboard.png +0 -0
  22. data/assets/images/demo/theme-orbit.png +0 -0
  23. data/assets/images/demo/theme-pillar.png +0 -0
  24. data/assets/images/demo/theme-sphere.png +0 -0
  25. data/assets/images/demo/theme-startupkit.png +0 -0
  26. data/assets/images/demo/theme-tempo.png +0 -0
  27. data/assets/images/demo/theme-trades.png +0 -0
  28. data/assets/images/empty.gif +0 -0
  29. data/assets/images/untitled folder/.DS_Store +0 -0
  30. data/assets/images/untitled folder/bootstrap-template-for-schools-academy.png +0 -0
  31. data/assets/images/untitled folder/crowdfunding-landing-page-onboard.png +0 -0
  32. data/assets/images/untitled folder/free-bootstrap-portfolio-theme-for-developers.png +0 -0
  33. data/assets/images/untitled folder/free-bootstrap-theme-appkit-landing.png +0 -0
  34. data/assets/images/untitled folder/free-bootstrap-theme-for-developers-devaid.png +0 -0
  35. data/assets/images/untitled folder/free-bootstrap-theme-for-develpers-prettydocs.png +0 -0
  36. data/assets/images/untitled folder/free-bootstrap-theme-for-documentation-prettydedocs.png +0 -0
  37. data/assets/images/untitled folder/free-bootstrap-theme-for-startups-developers-appkit-landing.png +0 -0
  38. data/assets/images/untitled folder/html5-website-template-college-green.png +0 -0
  39. data/assets/images/untitled folder/html5-website-template-placeholder.png +0 -0
  40. data/assets/images/untitled folder/restaurant-landing-page-epicure.png +0 -0
  41. data/assets/images/untitled folder/wedding-invitation-landing-page-matrimony.png +0 -0
  42. data/assets/js/.DS_Store +0 -0
  43. data/assets/js/main.js +42 -46
  44. data/assets/plugins/.DS_Store +0 -0
  45. data/assets/plugins/bootstrap/css/bootstrap-grid.css +1912 -0
  46. data/assets/plugins/bootstrap/css/bootstrap-grid.css.map +0 -0
  47. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css +7 -0
  48. data/assets/plugins/bootstrap/css/bootstrap-grid.min.css.map +0 -0
  49. data/assets/plugins/bootstrap/css/bootstrap-reboot.css +331 -0
  50. data/assets/plugins/bootstrap/css/bootstrap-reboot.css.map +0 -0
  51. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css +8 -0
  52. data/assets/plugins/bootstrap/css/bootstrap-reboot.min.css.map +0 -0
  53. data/assets/plugins/bootstrap/css/bootstrap.css +7946 -5683
  54. data/assets/plugins/bootstrap/css/bootstrap.css.map +0 -0
  55. data/assets/plugins/bootstrap/css/bootstrap.min.css +4 -3
  56. data/assets/plugins/bootstrap/css/bootstrap.min.css.map +0 -0
  57. data/assets/plugins/bootstrap/js/bootstrap.bundle.js +6461 -0
  58. data/assets/plugins/bootstrap/js/bootstrap.bundle.js.map +0 -0
  59. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js +7 -0
  60. data/assets/plugins/bootstrap/js/bootstrap.bundle.min.js.map +0 -0
  61. data/assets/plugins/bootstrap/js/bootstrap.js +3448 -1867
  62. data/assets/plugins/bootstrap/js/bootstrap.js.map +0 -0
  63. data/assets/plugins/bootstrap/js/bootstrap.min.js +6 -6
  64. data/assets/plugins/bootstrap/js/bootstrap.min.js.map +0 -0
  65. data/assets/plugins/jquery-3.3.1.min.js +2 -0
  66. data/assets/plugins/lightbox/Gruntfile.js +84 -83
  67. data/assets/plugins/lightbox/ISSUE_TEMPLATE.md +9 -0
  68. data/assets/plugins/lightbox/LICENSE +21 -0
  69. data/assets/plugins/lightbox/README.md +15 -10
  70. data/assets/plugins/lightbox/bower.json +29 -38
  71. data/assets/plugins/lightbox/dist/ekko-lightbox.css +2 -62
  72. data/assets/plugins/lightbox/dist/ekko-lightbox.js +668 -400
  73. data/assets/plugins/lightbox/dist/ekko-lightbox.js.map +1 -0
  74. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js +2 -7
  75. data/assets/plugins/lightbox/dist/ekko-lightbox.min.js.map +1 -0
  76. data/assets/plugins/lightbox/ekko-lightbox.js +671 -0
  77. data/assets/plugins/lightbox/ekko-lightbox.less +139 -64
  78. data/assets/plugins/lightbox/examples/bs3.html +596 -0
  79. data/assets/plugins/lightbox/index.html +659 -0
  80. data/assets/plugins/lightbox/package.json +57 -46
  81. data/assets/plugins/lightbox/webpack.config.js +89 -0
  82. data/assets/plugins/lightbox/yarn.lock +6683 -0
  83. data/assets/plugins/prism/min/prism-min.js +0 -0
  84. data/assets/plugins/stickyfill/.editorconfig +9 -0
  85. data/assets/plugins/stickyfill/.gitignore +1 -0
  86. data/assets/plugins/stickyfill/Gruntfile.js +106 -0
  87. data/assets/plugins/stickyfill/LICENSE +21 -0
  88. data/assets/plugins/stickyfill/README.md +229 -0
  89. data/assets/plugins/stickyfill/dist/stickyfill.es6.js +507 -0
  90. data/assets/plugins/stickyfill/dist/stickyfill.js +520 -0
  91. data/assets/plugins/stickyfill/dist/stickyfill.min.js +7 -0
  92. data/assets/plugins/stickyfill/package-lock.json +2109 -0
  93. data/assets/plugins/stickyfill/package.json +32 -0
  94. data/assets/plugins/stickyfill/src/stickyfill.js +500 -0
  95. data/assets/plugins/stickyfill/test/index.html +941 -0
  96. data/assets/plugins/stickyfill/test/js/jquery-3.1.1.min.js +4 -0
  97. data/assets/plugins/stickyfill/types/index.d.ts +17 -0
  98. data/assets/plugins/stickyfill/yarn.lock +1475 -0
  99. data/assets/scss/.DS_Store +0 -0
  100. data/assets/{less/base.less → scss/_base.scss} +283 -307
  101. data/assets/{less/doc.less → scss/_doc.scss} +747 -747
  102. data/assets/{less/landing.less → scss/_landing.scss} +231 -244
  103. data/assets/scss/_mixins.scss +175 -0
  104. data/assets/scss/config.codekit3 +2243 -0
  105. data/assets/scss/styles.scss +45 -0
  106. metadata +76 -96
  107. data/_includes/blue-doc-wrapper.html +0 -293
  108. data/_includes/blue-header.html +0 -17
  109. data/_includes/card-charts.html +0 -10
  110. data/_includes/card-components.html +0 -10
  111. data/_includes/card-faqs.html +0 -10
  112. data/_includes/card-license.html +0 -10
  113. data/_includes/card-quick.html +0 -10
  114. data/_includes/card-showcase.html +0 -10
  115. data/_includes/cards-section.html +0 -47
  116. data/_includes/doc-wrapper.html +0 -170
  117. data/_includes/fb-root.html +0 -9
  118. data/_includes/green-doc-wrapper.html +0 -484
  119. data/_includes/green-header.html +0 -17
  120. data/_includes/header-home.html +0 -21
  121. data/_includes/header.html +0 -70
  122. data/_includes/icon-github.html +0 -1
  123. data/_includes/landing-header.html +0 -22
  124. data/_includes/orange-doc-wrapper.html +0 -65
  125. data/_includes/orange-header.html +0 -17
  126. data/_includes/pink-doc-wrapper.html +0 -281
  127. data/_includes/pink-header.html +0 -17
  128. data/_includes/purple-doc-wrapper.html +0 -138
  129. data/_includes/purple-header.html +0 -17
  130. data/_layouts/blue.html +0 -53
  131. data/_layouts/default.html +0 -53
  132. data/_layouts/green.html +0 -53
  133. data/_layouts/orange.html +0 -53
  134. data/_layouts/pink.html +0 -53
  135. data/_layouts/post.html +0 -5
  136. data/_layouts/purple.html +0 -53
  137. data/assets/images/demo/a-complete-example-of-page.png +0 -0
  138. data/assets/less/mixins.less +0 -185
  139. data/assets/less/styles.less +0 -13
  140. data/assets/less/theme-default.less +0 -115
  141. data/assets/plugins/bootstrap/css/bootstrap-theme.css +0 -587
  142. data/assets/plugins/bootstrap/css/bootstrap-theme.css.map +0 -0
  143. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css +0 -6
  144. data/assets/plugins/bootstrap/css/bootstrap-theme.min.css.map +0 -0
  145. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.eot +0 -0
  146. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.svg +0 -288
  147. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.ttf +0 -0
  148. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff +0 -0
  149. data/assets/plugins/bootstrap/fonts/glyphicons-halflings-regular.woff2 +0 -0
  150. data/assets/plugins/bootstrap/js/npm.js +0 -13
  151. data/assets/plugins/font-awesome/HELP-US-OUT.txt +0 -7
  152. data/assets/plugins/font-awesome/css/font-awesome.css +0 -2199
  153. data/assets/plugins/font-awesome/css/font-awesome.min.css +0 -4
  154. data/assets/plugins/font-awesome/fonts/FontAwesome.otf +0 -0
  155. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  156. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.svg +0 -685
  157. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  158. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  159. data/assets/plugins/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  160. data/assets/plugins/font-awesome/less/animated.less +0 -34
  161. data/assets/plugins/font-awesome/less/bordered-pulled.less +0 -25
  162. data/assets/plugins/font-awesome/less/core.less +0 -12
  163. data/assets/plugins/font-awesome/less/fixed-width.less +0 -6
  164. data/assets/plugins/font-awesome/less/font-awesome.less +0 -18
  165. data/assets/plugins/font-awesome/less/icons.less +0 -733
  166. data/assets/plugins/font-awesome/less/larger.less +0 -13
  167. data/assets/plugins/font-awesome/less/list.less +0 -19
  168. data/assets/plugins/font-awesome/less/mixins.less +0 -60
  169. data/assets/plugins/font-awesome/less/path.less +0 -15
  170. data/assets/plugins/font-awesome/less/rotated-flipped.less +0 -20
  171. data/assets/plugins/font-awesome/less/screen-reader.less +0 -5
  172. data/assets/plugins/font-awesome/less/stacked.less +0 -20
  173. data/assets/plugins/font-awesome/less/variables.less +0 -744
  174. data/assets/plugins/font-awesome/scss/_animated.scss +0 -34
  175. data/assets/plugins/font-awesome/scss/_bordered-pulled.scss +0 -25
  176. data/assets/plugins/font-awesome/scss/_core.scss +0 -12
  177. data/assets/plugins/font-awesome/scss/_fixed-width.scss +0 -6
  178. data/assets/plugins/font-awesome/scss/_icons.scss +0 -733
  179. data/assets/plugins/font-awesome/scss/_larger.scss +0 -13
  180. data/assets/plugins/font-awesome/scss/_list.scss +0 -19
  181. data/assets/plugins/font-awesome/scss/_mixins.scss +0 -60
  182. data/assets/plugins/font-awesome/scss/_path.scss +0 -15
  183. data/assets/plugins/font-awesome/scss/_rotated-flipped.scss +0 -20
  184. data/assets/plugins/font-awesome/scss/_screen-reader.scss +0 -5
  185. data/assets/plugins/font-awesome/scss/_stacked.scss +0 -20
  186. data/assets/plugins/font-awesome/scss/_variables.scss +0 -744
  187. data/assets/plugins/font-awesome/scss/font-awesome.scss +0 -18
  188. data/assets/plugins/jquery-1.12.3.min.js +0 -5
  189. data/assets/plugins/lightbox/LICENSE.txt +0 -339
  190. data/assets/plugins/lightbox/dist/ekko-lightbox.min.css +0 -6
  191. data/assets/plugins/lightbox/ekko-lightbox.coffee +0 -353
  192. data/assets/plugins/lightbox/examples/index.html +0 -559
  193. data/assets/plugins/lightbox/examples/remote/page1.html +0 -9
  194. data/assets/plugins/lightbox/examples/remote/page2.html +0 -9
  195. data/assets/plugins/lightbox/examples/remote/readme.md +0 -1
@@ -1,747 +1,747 @@
1
- /* ======= Doc Styling ======= */
2
- .doc-wrapper {
3
- padding: 45px 0;
4
- background: @smoky-grey;
5
- }
6
-
7
- .doc-body {
8
- position: relative;
9
- }
10
-
11
- .doc-header {
12
- margin-bottom: 30px;
13
- .doc-title {
14
- color: @color-primary;
15
- margin-top: 0;
16
- font-size: 36px;
17
- .body-green & {
18
- color: @color-green;
19
- }
20
- .body-blue & {
21
- color: @color-blue;
22
- }
23
- .body-orange & {
24
- color: @color-orange;
25
- }
26
- .body-red & {
27
- color: @color-red;
28
- }
29
- .body-pink & {
30
- color: @color-pink;
31
- }
32
- .body-purple & {
33
- color: @color-purple;
34
- }
35
- }
36
- .icon {
37
- font-size: 30px;
38
- }
39
- .meta {
40
- color: @grey;
41
- }
42
- }
43
-
44
- .doc-content {
45
- margin-left: 230px;
46
- }
47
-
48
-
49
- .doc-section {
50
- padding-top: 15px;
51
- padding-bottom: 15px;
52
- .section-title {
53
- font-size: 26px;
54
- margin-top: 0;
55
- margin-bottom: 0;
56
- font-weight: bold;
57
- padding-bottom: 10px;
58
- border-bottom: 1px solid darken(@divider, 10%);
59
- }
60
-
61
- h1 {
62
- font-size: 24px;
63
- font-weight: bold;
64
- }
65
- h2 {
66
- font-size: 22px;
67
- font-weight: bold;
68
- }
69
- h3 {
70
- font-size: 20px;
71
- font-weight: bold;
72
- }
73
- h4 {
74
- font-size: 18px;
75
- font-weight: bold;
76
- }
77
- h5 {
78
- font-size: 16px;
79
- font-weight: bold;
80
- }
81
- h6 {
82
- font-size: 14px;
83
- font-weight: bold;
84
- }
85
- }
86
-
87
- .section-block {
88
- padding-top: 15px;
89
- padding-bottom: 15px;
90
- .block-title {
91
- margin-top: 0;
92
- }
93
- .list {
94
- &>li {
95
- margin-bottom: 10px;
96
- }
97
- ul {
98
- &> li {
99
- margin-top:5px;
100
- }
101
- }
102
- }
103
-
104
- }
105
-
106
- .question {
107
-
108
- font-weight: 400 !important;
109
- color: darken(@color-primary, 5%);
110
- .body-green {
111
- color: darken(@color-green, 5%);
112
- }
113
- .body-blue & {
114
- color: darken(@color-blue, 5%);
115
- }
116
- .body-orange &{
117
- color: darken(@color-orange, 5%);
118
- }
119
- .body-pink &{
120
- color: darken(@color-pink, 5%);
121
- }
122
- .body-purple &{
123
- color: darken(@color-purple, 5%);
124
- }
125
- .fa {
126
- .opacity(0.6);
127
- }
128
- .label {
129
- font-size: 11px;
130
- vertical-align: middle;
131
- }
132
- }
133
-
134
- .answer {
135
- color: @text-color-secondary;
136
- }
137
-
138
- .code-block {
139
- margin-top: 30px;
140
- margin-bottom: 30px;
141
- }
142
-
143
- .callout-block {
144
- padding: 30px;
145
- .border-radius(4px);
146
- position: relative;
147
- margin-bottom: 30px;
148
- a {
149
- color: rgba(0, 0, 0, 0.55) !important;
150
- &:hover {
151
- color: rgba(0, 0, 0, 0.65) !important;
152
- }
153
- }
154
- .icon-holder {
155
- font-size: 30px;
156
- position: absolute;
157
- left: 30px;
158
- top: 30px;
159
- color: rgba(0, 0, 0, 0.25);
160
- }
161
- .content {
162
- margin-left: 60px;
163
- p {
164
- &:last-child {
165
- margin-bottom: 0;
166
- }
167
- }
168
- }
169
- .callout-title {
170
- margin-top: 0;
171
- margin-bottom: 5px;
172
- color: rgba(0, 0, 0, 0.65);
173
- }
174
- }
175
-
176
- .callout-info {
177
- background: @color-blue;
178
- color: #fff;
179
- }
180
-
181
- .callout-success {
182
- background: @color-green;
183
- color: #fff;
184
- }
185
-
186
- .callout-warning {
187
- background: @color-orange;
188
- color: #fff;
189
- }
190
-
191
- .callout-danger {
192
- background: @color-red;
193
- color: #fff;
194
- }
195
-
196
- .table>thead>tr>th {
197
- border-bottom-color: lighten(@color-primary, 20%);
198
- .body-green & {
199
- border-bottom-color: lighten(@color-green, 20%);
200
- }
201
- .body-blue & {
202
- border-bottom-color: lighten(@color-blue, 20%);
203
- }
204
- .body-orange & {
205
- border-bottom-color: lighten(@color-orange, 20%);
206
- }
207
- .body-pink & {
208
- border-bottom-color: lighten(@color-pink, 20%);
209
- }
210
- .body-purple & {
211
- border-bottom-color: lighten(@color-purple, 20%);
212
- }
213
- }
214
- .table-bordered>thead>tr>th {
215
- border-bottom-color: inherit;
216
- }
217
-
218
- .table-striped>tbody>tr:nth-of-type(odd) {
219
- background-color: @smoky-white;
220
- }
221
-
222
-
223
- .screenshot-holder {
224
- margin-top: 15px;
225
- margin-bottom: 15px;
226
- position: relative;
227
- text-align: center;
228
- img {
229
- border: 1px solid @divider;
230
- }
231
- .mask {
232
- display: block;
233
- visibility: hidden;
234
- position: absolute;
235
- width: 100%;
236
- height: 100%;
237
- left: 0;
238
- top: 0;
239
- background: rgba(0, 0, 0, 0.25);
240
- cursor: pointer;
241
- text-decoration: none;
242
- .icon {
243
- color: #fff;
244
- font-size: 42px;
245
- display: block;
246
- position: absolute;
247
- width: 100%;
248
- height: 100%;
249
- top: 50%;
250
- margin-top: -21px;
251
-
252
- }
253
- }
254
- &:hover {
255
- .mask {
256
- visibility: visible;
257
- }
258
- }
259
- }
260
-
261
- .jumbotron {
262
- h1 {
263
- font-size: 28px;
264
- margin-top: 0;
265
- margin-bottom: 30px;
266
- }
267
- }
268
-
269
- .author-profile {
270
- margin-top: 30px;
271
- img {
272
- width: 100px;
273
- height: 100px;
274
- }
275
- }
276
-
277
- .speech-bubble {
278
- background: #fff;
279
- .border-radius(4px);
280
- padding: 30px;
281
- margin-top: 20px;
282
- margin-bottom: 30px;
283
- position: relative;
284
-
285
- .speech-title {
286
- font-size: 16px;
287
- }
288
-
289
- .jumbotron & {
290
-
291
- p {
292
- font-size: 14px;
293
- font-weight: normal;
294
- color: @text-color-secondary;
295
- }
296
- }
297
-
298
- &:before {
299
- content: "";
300
- display: inline-block;
301
- position: absolute;
302
- left: 50%;
303
- top: -10px;
304
- margin-left: -10px;
305
- width: 0;
306
- height: 0;
307
- border-left: 10px solid transparent;
308
- border-right: 10px solid transparent;
309
- border-bottom: 10px solid #fff;
310
-
311
- }
312
- }
313
-
314
- .card {
315
- text-align: center;
316
- border: 1px solid darken(@divider, 5%);
317
- .border-radius(4px);
318
- margin-bottom: 30px;
319
- position: relative;
320
-
321
- .card-block {
322
- padding: 15px;
323
- }
324
- .mask {
325
- display: block;
326
- visibility: hidden;
327
- position: absolute;
328
- width: 100%;
329
- height: 100%;
330
- left: 0;
331
- top: 0;
332
- background: rgba(0, 0, 0, 0.25);
333
- cursor: pointer;
334
- text-decoration: none;
335
- .icon {
336
-
337
- color: #fff;
338
- font-size: 42px;
339
- margin-top: 25%;
340
- }
341
- }
342
- &:hover {
343
- .mask {
344
- visibility: visible;
345
- }
346
- }
347
- }
348
-
349
-
350
- /* Color Schemes */
351
- .body-green {
352
- .header {
353
- border-color: @color-green;
354
- }
355
- a {
356
- color: @color-green;
357
- &:hover {
358
- color: darken(@color-green, 10%);
359
- }
360
- }
361
- }
362
- .body-blue {
363
- .header {
364
- border-color: @color-blue;
365
- }
366
- a {
367
- color: @color-blue;
368
- &:hover {
369
- color: darken(@color-blue, 10%);
370
- }
371
- }
372
- }
373
-
374
- .body-orange {
375
- .header {
376
- border-color: @color-orange;
377
- }
378
- a {
379
- color: @color-orange;
380
- &:hover {
381
- color: darken(@color-orange, 10%);
382
- }
383
- }
384
- }
385
-
386
- .body-pink {
387
- .header {
388
- border-color: @color-pink;
389
- }
390
- a {
391
- color: @color-pink;
392
- &:hover {
393
- color: darken(@color-pink, 10%);
394
- }
395
- }
396
- }
397
-
398
- .body-purple {
399
- .header {
400
- border-color: @color-purple;
401
- }
402
- a {
403
- color: @color-purple;
404
- &:hover {
405
- color: darken(@color-purple, 10%);
406
- }
407
- }
408
- }
409
-
410
- .body-red {
411
- .header {
412
- border-color: @color-red;
413
- }
414
- a {
415
- color: @color-red;
416
- &:hover {
417
- color: darken(@color-red, 10%);
418
- }
419
- }
420
- }
421
-
422
-
423
-
424
-
425
-
426
-
427
- /* Sidebar */
428
- .doc-sidebar {
429
- width: 200px;
430
- }
431
-
432
- .doc-menu {
433
- list-style: none;
434
- padding-left: 0;
435
-
436
- & > li {
437
- margin-bottom: 5px;
438
- & > a {
439
- display: block;
440
- padding: 5px 15px;
441
- border-left: 4px solid transparent;
442
- color: @text-color-secondary;
443
- &:hover, &:focus {
444
- color: @color-primary;
445
- text-decoration: none;
446
- background: none;
447
- .body-green & {
448
- color: @color-green;
449
- }
450
- .body-blue & {
451
- color: @color-blue;
452
- }
453
- .body-orange & {
454
- color: @color-orange;
455
- }
456
- .body-red & {
457
- color: @color-red;
458
- }
459
- .body-pink & {
460
- color: @color-pink;
461
- }
462
- .body-purple & {
463
- color: @color-purple;
464
- }
465
- }
466
- }
467
- &.active {
468
- & > a {
469
- background: none;
470
- border-left: 4px solid @color-primary;
471
- color: @color-primary;
472
- font-weight: 600;
473
- .body-green & {
474
- color: @color-green;
475
- border-color: @color-green;
476
- }
477
- .body-blue & {
478
- color: @color-blue;
479
- border-color: @color-blue;
480
- }
481
- .body-orange & {
482
- color: @color-orange;
483
- border-color: @color-orange;
484
- }
485
- .body-red & {
486
- color: @color-red;
487
- border-color: @color-red;
488
- }
489
- .body-pink & {
490
- color: @color-pink;
491
- border-color: @color-pink;
492
- }
493
- .body-purple & {
494
- color: @color-purple;
495
- border-color: @color-purple;
496
- }
497
- }
498
-
499
-
500
- }
501
- }
502
- }
503
- .doc-sub-menu {
504
- list-style: none;
505
- padding-left: 0;
506
- & > li {
507
- margin-bottom: 10px;
508
- font-size: 12px;
509
- &:first-child {
510
- padding-top: 5px;
511
- }
512
- & > a {
513
- display: block;
514
- color: @text-color-secondary;
515
- padding: 0;
516
- padding-left: 34px;
517
- background: none;
518
- &:hover{
519
- color: @color-primary;
520
- text-decoration: none;
521
- background: none;
522
- .body-green & {
523
- color: @color-green;
524
- }
525
- .body-blue & {
526
- color: @color-blue;
527
- }
528
- .body-orange & {
529
- color: @color-orange;
530
- }
531
- .body-red & {
532
- color: @color-red;
533
- }
534
- .body-pink & {
535
- color: @color-pink;
536
- }
537
- .body-purple & {
538
- color: @color-purple;
539
- }
540
- }
541
- &:focus {
542
- background: none;
543
- }
544
- }
545
- &.active {
546
- & > a {
547
- background: none;
548
- color: @color-primary;
549
- .body-green & {
550
- color: @color-green;
551
- }
552
- .body-blue & {
553
- color: @color-blue;
554
- }
555
- .body-orange & {
556
- color: @color-orange;
557
- }
558
- .body-red & {
559
- color: @color-red;
560
- }
561
- .body-pink & {
562
- color: @color-pink;
563
- }
564
- .body-purple & {
565
- color: @color-purple;
566
- }
567
- }
568
- }
569
- }
570
- }
571
-
572
- .affix-top {
573
- position: absolute;
574
- top: 15px;
575
- }
576
-
577
- .affix {
578
- top: 15px;
579
- }
580
-
581
- .affix,
582
- .affix-bottom {
583
- width: 230px;
584
- }
585
-
586
- .affix-bottom {
587
- position: absolute;
588
- }
589
-
590
-
591
- /* ===== Promo block ===== */
592
- .promo-block {
593
- background: darken(@color-primary, 5%);
594
- .body-green & {
595
- background: darken(@color-green, 5%);
596
- }
597
- .body-blue & {
598
- background: darken(@color-blue, 5%);
599
- }
600
- .body-orange &{
601
- background: darken(@color-orange, 5%);
602
- }
603
- .body-pink &{
604
- background: darken(@color-pink, 5%);
605
- }
606
- .body-purple &{
607
- background: darken(@color-purple, 5%);
608
- }
609
-
610
-
611
- a {
612
- color: rgba(0, 0, 0, 0.5);
613
- &:hover {
614
- color: rgba(0, 0, 0, 0.6);
615
- }
616
- }
617
- .promo-block-inner {
618
- padding: 45px;
619
- color: #fff;
620
- .border-radius(4px);
621
-
622
- }
623
- .promo-title {
624
- font-size: 20px;
625
- font-weight: 800;
626
- margin-top:0;
627
- margin-bottom: 45px;
628
- .fa {
629
- color: rgba(0, 0, 0, 0.5);
630
- }
631
- }
632
- .figure-holder-inner {
633
- background: #fff;
634
- margin-bottom: 30px;
635
- position: relative;
636
- text-align: center;
637
- img {
638
- border: 5px solid #fff;
639
- }
640
- .mask {
641
- display: block;
642
- visibility: hidden;
643
- position: absolute;
644
- width: 100%;
645
- height: 100%;
646
- left: 0;
647
- top: 0;
648
- background: rgba(256, 256, 256, 0.65);
649
- cursor: pointer;
650
- text-decoration: none;
651
- .icon {
652
- color: #fff;
653
- font-size: 42px;
654
- display: block;
655
- position: absolute;
656
- width: 100%;
657
- height: 100%;
658
- top: 50%;
659
- margin-top: -21px;
660
- &.pink {
661
- color: @color-pink;
662
- }
663
-
664
- }
665
- }
666
- &:hover {
667
- .mask {
668
- visibility: visible;
669
- }
670
- }
671
-
672
- }
673
-
674
- .content-holder-inner {
675
- padding-left: 15px;
676
- padding-right: 15px;
677
- }
678
-
679
- .content-title {
680
- font-size: 16px;
681
- font-weight: 600;
682
- margin-top: 0;
683
- }
684
-
685
- .highlight {
686
- color: rgba(0, 0, 0, 0.4);
687
- }
688
-
689
- .btn-cta {
690
- background: rgba(0, 0, 0, 0.35);
691
- border: none;
692
- color: #fff !important;
693
- margin-bottom: 15px;
694
- &:hover {
695
- background: rgba(0, 0, 0, 0.5);
696
- border: none;
697
- color: #fff !important;
698
- }
699
- }
700
- }
701
-
702
- /* Extra small devices (phones, less than 768px) */
703
- @media (max-width: 767px) {
704
- .doc-content {
705
- margin-left: 0;
706
- }
707
-
708
- .jumbotron {
709
- padding: 30px 15px;
710
- h1 {
711
- font-size: 24px;
712
- margin-bottom: 15px;
713
- }
714
- p {
715
- font-size: 18px;
716
- }
717
- }
718
- .promo-block .promo-block-inner {
719
- padding: 30px 15px;
720
- }
721
-
722
- .promo-block .content-holder-inner {
723
- padding: 0;
724
- }
725
- .promo-block .promo-title {
726
- margin-bottom: 30px;
727
- }
728
-
729
- }
730
-
731
- /* Small devices (tablets, 768px and up) */
732
- @media (min-width: 768px) {
733
-
734
- }
735
-
736
- /* Medium devices (desktops, 992px and up) */
737
- @media (min-width: 992px) {
738
-
739
- }
740
-
741
- /* Large devices (large desktops, 1200px and up) */
742
- @media (min-width: 1200px) {
743
-
744
- }
745
-
746
-
747
-
1
+ /* ======= Doc Styling ======= */
2
+ .doc-wrapper {
3
+ padding: 45px 0;
4
+ background: $smoky-grey;
5
+ }
6
+
7
+ .doc-body {
8
+ position: relative;
9
+ }
10
+
11
+ .doc-header {
12
+ margin-bottom: 30px;
13
+ .doc-title {
14
+ color: $color-primary;
15
+ margin-top: 0;
16
+ font-size: 36px;
17
+ .body-green & {
18
+ color: $color-green;
19
+ }
20
+ .body-blue & {
21
+ color: $color-blue;
22
+ }
23
+ .body-orange & {
24
+ color: $color-orange;
25
+ }
26
+ .body-red & {
27
+ color: $color-red;
28
+ }
29
+ .body-pink & {
30
+ color: $color-pink;
31
+ }
32
+ .body-purple & {
33
+ color: $color-purple;
34
+ }
35
+ }
36
+ .icon {
37
+ font-size: 30px;
38
+ }
39
+ .meta {
40
+ color: $grey;
41
+ }
42
+ }
43
+
44
+ .doc-content {
45
+ //margin-left: 230px;
46
+ }
47
+
48
+
49
+ .doc-section {
50
+ padding-top: 15px;
51
+ padding-bottom: 15px;
52
+ .section-title {
53
+ font-size: 26px;
54
+ margin-top: 0;
55
+ margin-bottom: 0;
56
+ font-weight: bold;
57
+ padding-bottom: 10px;
58
+ border-bottom: 1px solid darken($divider, 10%);
59
+ }
60
+
61
+ h1 {
62
+ font-size: 24px;
63
+ font-weight: bold;
64
+ }
65
+ h2 {
66
+ font-size: 22px;
67
+ font-weight: bold;
68
+ }
69
+ h3 {
70
+ font-size: 20px;
71
+ font-weight: bold;
72
+ }
73
+ h4 {
74
+ font-size: 18px;
75
+ font-weight: bold;
76
+ }
77
+ h5 {
78
+ font-size: 16px;
79
+ font-weight: bold;
80
+ }
81
+ h6 {
82
+ font-size: 14px;
83
+ font-weight: bold;
84
+ }
85
+ }
86
+
87
+ .section-block {
88
+ padding-top: 15px;
89
+ padding-bottom: 15px;
90
+ .block-title {
91
+ margin-top: 0;
92
+ }
93
+ .list {
94
+ &>li {
95
+ margin-bottom: 10px;
96
+ }
97
+ ul {
98
+ &> li {
99
+ margin-top:5px;
100
+ }
101
+ }
102
+ }
103
+
104
+ }
105
+
106
+ .question {
107
+
108
+ font-weight: 400 !important;
109
+ color: darken($color-primary, 5%);
110
+ .body-green {
111
+ color: darken($color-green, 5%);
112
+ }
113
+ .body-blue & {
114
+ color: darken($color-blue, 5%);
115
+ }
116
+ .body-orange &{
117
+ color: darken($color-orange, 5%);
118
+ }
119
+ .body-pink &{
120
+ color: darken($color-pink, 5%);
121
+ }
122
+ .body-purple &{
123
+ color: darken($color-purple, 5%);
124
+ }
125
+ .svg-inline--fa {
126
+ @include opacity(0.6);
127
+ position: relative;
128
+ top: -2px;
129
+ }
130
+ .badge {
131
+ font-size: 11px;
132
+ vertical-align: middle;
133
+ }
134
+ }
135
+
136
+ .answer {
137
+ color: $text-color-secondary;
138
+ }
139
+
140
+ .code-block {
141
+ margin-top: 30px;
142
+ margin-bottom: 30px;
143
+ }
144
+
145
+ .callout-block {
146
+ padding: 30px;
147
+ @include border-radius(4px);
148
+ position: relative;
149
+ margin-bottom: 30px;
150
+ a {
151
+ color: rgba(0, 0, 0, 0.55) !important;
152
+ &:hover {
153
+ color: rgba(0, 0, 0, 0.65) !important;
154
+ }
155
+ }
156
+ .icon-holder {
157
+ font-size: 30px;
158
+ position: absolute;
159
+ left: 30px;
160
+ top: 30px;
161
+ color: rgba(0, 0, 0, 0.25);
162
+ }
163
+ .content {
164
+ margin-left: 60px;
165
+ p {
166
+ &:last-child {
167
+ margin-bottom: 0;
168
+ }
169
+ }
170
+ }
171
+ .callout-title {
172
+ margin-top: 0;
173
+ margin-bottom: 5px;
174
+ color: rgba(0, 0, 0, 0.65);
175
+ }
176
+ }
177
+
178
+ .callout-info {
179
+ background: $color-blue;
180
+ color: #fff;
181
+ }
182
+
183
+ .callout-success {
184
+ background: $color-green;
185
+ color: #fff;
186
+ }
187
+
188
+ .callout-warning {
189
+ background: $color-orange;
190
+ color: #fff;
191
+ }
192
+
193
+ .callout-danger {
194
+ background: $color-red;
195
+ color: #fff;
196
+ }
197
+
198
+ .table>thead>tr>th {
199
+ border-bottom-color: lighten($color-primary, 20%);
200
+ .body-green & {
201
+ border-bottom-color: lighten($color-green, 20%);
202
+ }
203
+ .body-blue & {
204
+ border-bottom-color: lighten($color-blue, 20%);
205
+ }
206
+ .body-orange & {
207
+ border-bottom-color: lighten($color-orange, 20%);
208
+ }
209
+ .body-pink & {
210
+ border-bottom-color: lighten($color-pink, 20%);
211
+ }
212
+ .body-purple & {
213
+ border-bottom-color: lighten($color-purple, 20%);
214
+ }
215
+ }
216
+ .table-bordered>thead>tr>th {
217
+ border-bottom-color: inherit;
218
+ }
219
+
220
+ .table-striped>tbody>tr:nth-of-type(odd) {
221
+ background-color: $smoky-white;
222
+ }
223
+
224
+
225
+ .screenshot-holder {
226
+ margin-top: 15px;
227
+ margin-bottom: 15px;
228
+ position: relative;
229
+ text-align: center;
230
+ img {
231
+ border: 1px solid $divider;
232
+ }
233
+ .mask {
234
+ display: block;
235
+ visibility: hidden;
236
+ position: absolute;
237
+ width: 100%;
238
+ height: 100%;
239
+ left: 0;
240
+ top: 0;
241
+ background: rgba(0, 0, 0, 0.25);
242
+ cursor: pointer;
243
+ text-decoration: none;
244
+ .svg-inline--fa {
245
+ color: #fff;
246
+ font-size: 42px;
247
+ display: block;
248
+ position: absolute;
249
+ left: 50%;
250
+ top: 50%;
251
+ margin-left: -21px;
252
+ margin-top: -21px;
253
+
254
+ }
255
+ }
256
+ &:hover {
257
+ .mask {
258
+ visibility: visible;
259
+ }
260
+ }
261
+ }
262
+
263
+ .jumbotron {
264
+ h1 {
265
+ font-size: 28px;
266
+ margin-top: 0;
267
+ margin-bottom: 30px;
268
+ }
269
+ }
270
+
271
+ .author-profile {
272
+ margin-top: 30px;
273
+ img {
274
+ width: 100px;
275
+ height: 100px;
276
+ }
277
+ }
278
+
279
+ .speech-bubble {
280
+ background: #fff;
281
+ @include border-radius(4px);
282
+ padding: 30px;
283
+ margin-top: 20px;
284
+ margin-bottom: 30px;
285
+ position: relative;
286
+
287
+ .speech-title {
288
+ font-size: 16px;
289
+ }
290
+
291
+ .jumbotron & {
292
+
293
+ p {
294
+ font-size: 14px;
295
+ font-weight: normal;
296
+ color: $text-color-secondary;
297
+ }
298
+ }
299
+
300
+ &:before {
301
+ content: "";
302
+ display: inline-block;
303
+ position: absolute;
304
+ left: 50%;
305
+ top: -10px;
306
+ margin-left: -10px;
307
+ width: 0;
308
+ height: 0;
309
+ border-left: 10px solid transparent;
310
+ border-right: 10px solid transparent;
311
+ border-bottom: 10px solid #fff;
312
+
313
+ }
314
+ }
315
+
316
+ .theme-card {
317
+ text-align: center;
318
+ border: 1px solid darken($divider, 5%);
319
+ @include border-radius(4px);
320
+ position: relative;
321
+ height: 100%;
322
+
323
+ .card-block {
324
+ padding: 15px;
325
+ }
326
+ .mask {
327
+ display: block;
328
+ visibility: hidden;
329
+ position: absolute;
330
+ width: 100%;
331
+ height: 100%;
332
+ left: 0;
333
+ top: 0;
334
+ background: rgba(0, 0, 0, 0.25);
335
+ cursor: pointer;
336
+ text-decoration: none;
337
+ .icon {
338
+
339
+ color: #fff;
340
+ font-size: 42px;
341
+ margin-top: 25%;
342
+ }
343
+ }
344
+ &:hover {
345
+ .mask {
346
+ visibility: visible;
347
+ }
348
+ }
349
+ }
350
+
351
+
352
+ /* Color Schemes */
353
+ .body-green {
354
+ .header {
355
+ border-color: $color-green;
356
+ }
357
+ a {
358
+ color: $color-green;
359
+ &:hover {
360
+ color: darken($color-green, 10%);
361
+ }
362
+ }
363
+ }
364
+ .body-blue {
365
+ .header {
366
+ border-color: $color-blue;
367
+ }
368
+ a {
369
+ color: $color-blue;
370
+ &:hover {
371
+ color: darken($color-blue, 10%);
372
+ }
373
+ }
374
+ }
375
+
376
+ .body-orange {
377
+ .header {
378
+ border-color: $color-orange;
379
+ }
380
+ a {
381
+ color: $color-orange;
382
+ &:hover {
383
+ color: darken($color-orange, 10%);
384
+ }
385
+ }
386
+ }
387
+
388
+ .body-pink {
389
+ .header {
390
+ border-color: $color-pink;
391
+ }
392
+ a {
393
+ color: $color-pink;
394
+ &:hover {
395
+ color: darken($color-pink, 10%);
396
+ }
397
+ }
398
+ }
399
+
400
+ .body-purple {
401
+ .header {
402
+ border-color: $color-purple;
403
+ }
404
+ a {
405
+ color: $color-purple;
406
+ &:hover {
407
+ color: darken($color-purple, 10%);
408
+ }
409
+ }
410
+ }
411
+
412
+ .body-red {
413
+ .header {
414
+ border-color: $color-red;
415
+ }
416
+ a {
417
+ color: $color-red;
418
+ &:hover {
419
+ color: darken($color-red, 10%);
420
+ }
421
+ }
422
+ }
423
+
424
+
425
+
426
+
427
+
428
+
429
+ /* Sidebar */
430
+
431
+ .doc-sidebar {
432
+
433
+
434
+ }
435
+
436
+ .doc-nav {
437
+ position:absolute;
438
+ top: 0;
439
+ left: 0;
440
+ width: 100%;
441
+ height: 100%;
442
+ }
443
+
444
+ .sticky {
445
+ position: -webkit-sticky;
446
+ position: -moz-sticky;
447
+ position: -ms-sticky;
448
+ position: -o-sticky;
449
+ position: sticky;
450
+ top: 0;
451
+ }
452
+
453
+ .doc-menu {
454
+ list-style: none;
455
+
456
+ .nav-link {
457
+
458
+
459
+ margin-bottom: 5px;
460
+ display: block;
461
+ padding: 5px 15px;
462
+ color: $text-color-secondary;
463
+ &:hover, &:focus {
464
+ color: $text-color;
465
+ text-decoration: none;
466
+ background: none;
467
+
468
+ }
469
+ .nav {
470
+
471
+ }
472
+ &.active {
473
+
474
+ background: none;
475
+ color: $color-primary;
476
+ font-weight: 600;
477
+ .body-green & {
478
+ color: $color-green;
479
+ border-color: $color-green;
480
+ }
481
+ .body-blue & {
482
+ color: $color-blue;
483
+ border-color: $color-blue;
484
+ }
485
+ .body-orange & {
486
+ color: $color-orange;
487
+ border-color: $color-orange;
488
+ }
489
+ .body-red & {
490
+ color: $color-red;
491
+ border-color: $color-red;
492
+ }
493
+ .body-pink & {
494
+ color: $color-pink;
495
+ border-color: $color-pink;
496
+ }
497
+ .body-purple & {
498
+ color: $color-purple;
499
+ border-color: $color-purple;
500
+ }
501
+
502
+
503
+
504
+ }
505
+ }
506
+ }
507
+ .doc-sub-menu {
508
+ list-style: none;
509
+ padding-left: 0;
510
+ .nav-link {
511
+ margin-bottom: 10px;
512
+ font-size: 12px;
513
+ &:first-child {
514
+ padding-top: 5px;
515
+ }
516
+
517
+ display: block;
518
+ color: $text-color-secondary;
519
+ padding: 0;
520
+ padding-left: 34px;
521
+ background: none;
522
+ &:hover{
523
+ color: $text-color;
524
+ text-decoration: none;
525
+ background: none;
526
+ }
527
+ &:focus {
528
+ background: none;
529
+ }
530
+
531
+ &.active {
532
+
533
+ background: none;
534
+ color: $color-primary;
535
+ .body-green & {
536
+ color: $color-green;
537
+ }
538
+ .body-blue & {
539
+ color: $color-blue;
540
+ }
541
+ .body-orange & {
542
+ color: $color-orange;
543
+ }
544
+ .body-red & {
545
+ color: $color-red;
546
+ }
547
+ .body-pink & {
548
+ color: $color-pink;
549
+ }
550
+ .body-purple & {
551
+ color: $color-purple;
552
+ }
553
+
554
+ }
555
+ }
556
+ }
557
+
558
+ /*
559
+ .affix-top {
560
+ position: absolute;
561
+ top: 15px;
562
+ }
563
+
564
+ .affix {
565
+ top: 15px;
566
+ }
567
+
568
+ .affix,
569
+ .affix-bottom {
570
+ width: 230px;
571
+ }
572
+
573
+ .affix-bottom {
574
+ position: absolute;
575
+ }
576
+ */
577
+
578
+ /* ===== Promo block ===== */
579
+ .promo-block {
580
+ background: darken($color-primary, 5%);
581
+ .body-green & {
582
+ background: darken($color-green, 5%);
583
+ }
584
+ .body-blue & {
585
+ background: darken($color-blue, 5%);
586
+ }
587
+ .body-orange &{
588
+ background: darken($color-orange, 5%);
589
+ }
590
+ .body-pink &{
591
+ background: darken($color-pink, 5%);
592
+ }
593
+ .body-purple &{
594
+ background: darken($color-purple, 5%);
595
+ }
596
+
597
+
598
+ a {
599
+ color: rgba(0, 0, 0, 0.6);
600
+ font-weight: bold;
601
+ &:hover {
602
+ color: rgba(0, 0, 0, 0.7);
603
+ }
604
+ }
605
+ .promo-block-inner {
606
+ padding: 45px;
607
+ color: #fff;
608
+ @include border-radius(4px);
609
+
610
+ }
611
+ .promo-title {
612
+ font-size: 20px;
613
+ font-weight: 800;
614
+ margin-top:0;
615
+ margin-bottom: 45px;
616
+ .svg-inline--fa {
617
+ color: rgba(0, 0, 0, 0.6);
618
+ }
619
+ }
620
+ .figure-holder-inner {
621
+ background: #fff;
622
+ margin-bottom: 30px;
623
+ position: relative;
624
+ text-align: center;
625
+ img {
626
+ border: 5px solid #fff;
627
+ }
628
+ .mask {
629
+ display: block;
630
+ visibility: hidden;
631
+ position: absolute;
632
+ width: 100%;
633
+ height: 100%;
634
+ left: 0;
635
+ top: 0;
636
+ background: rgba(0, 0, 0, 0.7);
637
+ cursor: pointer;
638
+ text-decoration: none;
639
+ .svg-inline--fa {
640
+ color: #fff;
641
+ font-size: 36px;
642
+ display: inline-block;
643
+ position: absolute;
644
+ top: 50%;
645
+ left: 50%;
646
+ margin-left: -18px;
647
+ margin-top: -18px;
648
+ &.pink {
649
+ color: $color-pink;
650
+ }
651
+
652
+ }
653
+ }
654
+ &:hover {
655
+ .mask {
656
+ visibility: visible;
657
+ }
658
+ }
659
+
660
+ }
661
+
662
+ .content-holder-inner {
663
+ padding-left: 15px;
664
+ padding-right: 15px;
665
+ }
666
+
667
+ .content-title {
668
+ font-size: 16px;
669
+ font-weight: 600;
670
+ margin-top: 0;
671
+ }
672
+
673
+ .highlight {
674
+ color: rgba(0, 0, 0, 0.6);
675
+ }
676
+
677
+ .btn-cta {
678
+ background: rgba(0, 0, 0, 0.35);
679
+ border: none;
680
+ color: #fff !important;
681
+ margin-bottom: 15px;
682
+ &:hover {
683
+ background: rgba(0, 0, 0, 0.5);
684
+ border: none;
685
+ color: #fff !important;
686
+ }
687
+ }
688
+ }
689
+
690
+ /* Extra small devices (phones, less than 768px) */
691
+ @media (max-width: 767px) {
692
+ .doc-content {
693
+ //margin-left: 0;
694
+ }
695
+
696
+ .jumbotron {
697
+ padding: 30px 15px;
698
+ h1 {
699
+ font-size: 24px;
700
+ margin-bottom: 15px;
701
+ }
702
+ p {
703
+ font-size: 18px;
704
+ }
705
+ }
706
+ .promo-block .promo-block-inner {
707
+ padding: 30px 15px;
708
+ }
709
+
710
+ .promo-block .content-holder-inner {
711
+ padding: 0;
712
+ }
713
+ .promo-block .promo-title {
714
+ margin-bottom: 30px;
715
+ }
716
+
717
+ }
718
+
719
+ /* Small devices (tablets, 768px and up) */
720
+ @media (min-width: 768px) {
721
+
722
+ }
723
+
724
+ /* Medium devices (desktops, 992px and up) */
725
+ @media (min-width: 992px) {
726
+
727
+ }
728
+
729
+ /* Large devices (large desktops, 1200px and up) */
730
+ @media (min-width: 1200px) {
731
+
732
+ }
733
+
734
+
735
+
736
+ .sticky {
737
+ position: -webkit-sticky;
738
+ position: sticky;
739
+ top: 0;
740
+ }
741
+
742
+ .sticky:before,
743
+ .sticky:after {
744
+ content: '';
745
+ display: table;
746
+ }
747
+