va_common 0.1.0

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 (285) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +9 -0
  3. data/.travis.yml +4 -0
  4. data/CODE_OF_CONDUCT.md +13 -0
  5. data/Gemfile +4 -0
  6. data/README.md +66 -0
  7. data/Rakefile +1 -0
  8. data/app/assets/fonts/merriweather-bold-webfont.eot +0 -0
  9. data/app/assets/fonts/merriweather-bold-webfont.svg +294 -0
  10. data/app/assets/fonts/merriweather-bold-webfont.ttf +0 -0
  11. data/app/assets/fonts/merriweather-bold-webfont.woff +0 -0
  12. data/app/assets/fonts/merriweather-bold-webfont.woff2 +0 -0
  13. data/app/assets/fonts/merriweather-italic-webfont.eot +0 -0
  14. data/app/assets/fonts/merriweather-italic-webfont.svg +283 -0
  15. data/app/assets/fonts/merriweather-italic-webfont.ttf +0 -0
  16. data/app/assets/fonts/merriweather-italic-webfont.woff +0 -0
  17. data/app/assets/fonts/merriweather-italic-webfont.woff2 +0 -0
  18. data/app/assets/fonts/merriweather-light-webfont.eot +0 -0
  19. data/app/assets/fonts/merriweather-light-webfont.svg +299 -0
  20. data/app/assets/fonts/merriweather-light-webfont.ttf +0 -0
  21. data/app/assets/fonts/merriweather-light-webfont.woff +0 -0
  22. data/app/assets/fonts/merriweather-light-webfont.woff2 +0 -0
  23. data/app/assets/fonts/merriweather-regular-webfont.eot +0 -0
  24. data/app/assets/fonts/merriweather-regular-webfont.svg +294 -0
  25. data/app/assets/fonts/merriweather-regular-webfont.ttf +0 -0
  26. data/app/assets/fonts/merriweather-regular-webfont.woff +0 -0
  27. data/app/assets/fonts/merriweather-regular-webfont.woff2 +0 -0
  28. data/app/assets/fonts/sourcesanspro-bold-webfont.eot +0 -0
  29. data/app/assets/fonts/sourcesanspro-bold-webfont.svg +965 -0
  30. data/app/assets/fonts/sourcesanspro-bold-webfont.ttf +0 -0
  31. data/app/assets/fonts/sourcesanspro-bold-webfont.woff +0 -0
  32. data/app/assets/fonts/sourcesanspro-bold-webfont.woff2 +0 -0
  33. data/app/assets/fonts/sourcesanspro-italic-webfont.eot +0 -0
  34. data/app/assets/fonts/sourcesanspro-italic-webfont.svg +853 -0
  35. data/app/assets/fonts/sourcesanspro-italic-webfont.ttf +0 -0
  36. data/app/assets/fonts/sourcesanspro-italic-webfont.woff +0 -0
  37. data/app/assets/fonts/sourcesanspro-italic-webfont.woff2 +0 -0
  38. data/app/assets/fonts/sourcesanspro-light-webfont.eot +0 -0
  39. data/app/assets/fonts/sourcesanspro-light-webfont.svg +915 -0
  40. data/app/assets/fonts/sourcesanspro-light-webfont.ttf +0 -0
  41. data/app/assets/fonts/sourcesanspro-light-webfont.woff +0 -0
  42. data/app/assets/fonts/sourcesanspro-light-webfont.woff2 +0 -0
  43. data/app/assets/fonts/sourcesanspro-regular-webfont.eot +0 -0
  44. data/app/assets/fonts/sourcesanspro-regular-webfont.svg +989 -0
  45. data/app/assets/fonts/sourcesanspro-regular-webfont.ttf +0 -0
  46. data/app/assets/fonts/sourcesanspro-regular-webfont.woff +0 -0
  47. data/app/assets/fonts/sourcesanspro-regular-webfont.woff2 +0 -0
  48. data/app/assets/images/design/background/thread.png +0 -0
  49. data/app/assets/images/design/logo/logo-alt-hover.png +0 -0
  50. data/app/assets/images/design/logo/logo-alt.png +0 -0
  51. data/app/assets/images/design/logo/logo-hover.png +0 -0
  52. data/app/assets/images/design/logo/logo-small.png +0 -0
  53. data/app/assets/images/design/logo/logo.png +0 -0
  54. data/app/assets/images/design/logo/og-image.jpg +0 -0
  55. data/app/assets/images/design/seal/seal-footer.png +0 -0
  56. data/app/assets/images/design/seal/seal-footer.svg +1 -0
  57. data/app/assets/images/design/seal/seal.png +0 -0
  58. data/app/assets/images/design/seal/stars.png +0 -0
  59. data/app/assets/images/icons/apple-touch-icon-114x114.png +0 -0
  60. data/app/assets/images/icons/apple-touch-icon-152x152.png +0 -0
  61. data/app/assets/images/icons/apple-touch-icon-72x72.png +0 -0
  62. data/app/assets/images/icons/apple-touch-icon.png +0 -0
  63. data/app/assets/images/icons/favicon.ico +0 -0
  64. data/app/assets/images/icons/va.png +0 -0
  65. data/app/assets/images/icons/watermark.png +0 -0
  66. data/app/assets/images/icons/wrench.png +0 -0
  67. data/app/assets/images/social-icons/png/facebook25.png +0 -0
  68. data/app/assets/images/social-icons/png/rss25.png +0 -0
  69. data/app/assets/images/social-icons/png/twitter16.png +0 -0
  70. data/app/assets/images/social-icons/png/youtube15.png +0 -0
  71. data/app/assets/images/social-icons/svg/facebook25.svg +11 -0
  72. data/app/assets/images/social-icons/svg/rss25.svg +1 -0
  73. data/app/assets/images/social-icons/svg/twitter16.svg +15 -0
  74. data/app/assets/images/social-icons/svg/youtube15.svg +1 -0
  75. data/app/assets/js/components.js +376 -0
  76. data/app/assets/js/foundation/foundation.abide.js +408 -0
  77. data/app/assets/js/foundation/foundation.accordion.js +88 -0
  78. data/app/assets/js/foundation/foundation.alert.js +43 -0
  79. data/app/assets/js/foundation/foundation.clearing.js +586 -0
  80. data/app/assets/js/foundation/foundation.dropdown.js +463 -0
  81. data/app/assets/js/foundation/foundation.equalizer.js +104 -0
  82. data/app/assets/js/foundation/foundation.interchange.js +359 -0
  83. data/app/assets/js/foundation/foundation.joyride.js +932 -0
  84. data/app/assets/js/foundation/foundation.js +725 -0
  85. data/app/assets/js/foundation/foundation.magellan.js +215 -0
  86. data/app/assets/js/foundation/foundation.offcanvas.js +152 -0
  87. data/app/assets/js/foundation/foundation.orbit.js +476 -0
  88. data/app/assets/js/foundation/foundation.reveal.js +498 -0
  89. data/app/assets/js/foundation/foundation.slider.js +281 -0
  90. data/app/assets/js/foundation/foundation.tab.js +249 -0
  91. data/app/assets/js/foundation/foundation.tooltip.js +339 -0
  92. data/app/assets/js/foundation/foundation.topbar.js +458 -0
  93. data/app/assets/js/foundation.min.js +6376 -0
  94. data/app/assets/js/scripts-no-touch.js +33 -0
  95. data/app/assets/js/scripts-touch.js +33 -0
  96. data/app/assets/js/va_common_main.js +1 -0
  97. data/app/assets/js/vendor/classie.js +80 -0
  98. data/app/assets/js/vendor/html5shiv.js +8 -0
  99. data/app/assets/js/vendor/jquery-1.11.0.min.js +4 -0
  100. data/app/assets/js/vendor/jquery.js +9789 -0
  101. data/app/assets/js/vendor/jquery.smooth-scroll.js +255 -0
  102. data/app/assets/js/vendor/jquery.stellar.js +651 -0
  103. data/app/assets/js/vendor/jquery.tipsy.js +258 -0
  104. data/app/assets/js/vendor/menu.js +40 -0
  105. data/app/assets/js/vendor/modernizr.custom.js +4 -0
  106. data/app/assets/js/vendor/nwmatcher-1.2.5-min.js +7 -0
  107. data/app/assets/js/vendor/respond.min.js +6 -0
  108. data/app/assets/js/vendor/scroll-settings.js +3 -0
  109. data/app/assets/js/vendor/selectivizr-1.0.3b.js +560 -0
  110. data/app/assets/js/vendor/stellar-settings.js +8 -0
  111. data/app/assets/js/vendor/svg-injector.js +450 -0
  112. data/app/assets/js/vendor/tota11y.min.js +28 -0
  113. data/app/assets/js/vendor/wow.min.js +2 -0
  114. data/app/assets/stylesheets/_va.scss +2377 -0
  115. data/app/assets/stylesheets/components/_accordions.scss +98 -0
  116. data/app/assets/stylesheets/core/_base.scss +20 -0
  117. data/app/assets/stylesheets/core/_defaults.scss +92 -0
  118. data/app/assets/stylesheets/core/_grid-settings.scss +10 -0
  119. data/app/assets/stylesheets/core/_grid.scss +116 -0
  120. data/app/assets/stylesheets/core/_utilities.scss +105 -0
  121. data/app/assets/stylesheets/core/_variables.scss +88 -0
  122. data/app/assets/stylesheets/elements/_buttons.scss +189 -0
  123. data/app/assets/stylesheets/elements/_figure.scss +9 -0
  124. data/app/assets/stylesheets/elements/_inputs.scss +328 -0
  125. data/app/assets/stylesheets/elements/_labels.scss +39 -0
  126. data/app/assets/stylesheets/elements/_list.scss +82 -0
  127. data/app/assets/stylesheets/elements/_table.scss +39 -0
  128. data/app/assets/stylesheets/elements/_typography.scss +220 -0
  129. data/app/assets/stylesheets/foundation/_functions.scss +146 -0
  130. data/app/assets/stylesheets/foundation/_settings.scss +1467 -0
  131. data/app/assets/stylesheets/foundation/_variables.scss +1286 -0
  132. data/app/assets/stylesheets/foundation/components/_accordion.scss +157 -0
  133. data/app/assets/stylesheets/foundation/components/_alert-boxes.scss +128 -0
  134. data/app/assets/stylesheets/foundation/components/_block-grid.scss +132 -0
  135. data/app/assets/stylesheets/foundation/components/_breadcrumbs.scss +132 -0
  136. data/app/assets/stylesheets/foundation/components/_button-groups.scss +200 -0
  137. data/app/assets/stylesheets/foundation/components/_buttons.scss +259 -0
  138. data/app/assets/stylesheets/foundation/components/_clearing.scss +256 -0
  139. data/app/assets/stylesheets/foundation/components/_dropdown-buttons.scss +131 -0
  140. data/app/assets/stylesheets/foundation/components/_dropdown.scss +262 -0
  141. data/app/assets/stylesheets/foundation/components/_flex-video.scss +51 -0
  142. data/app/assets/stylesheets/foundation/components/_forms.scss +570 -0
  143. data/app/assets/stylesheets/foundation/components/_global.scss +481 -0
  144. data/app/assets/stylesheets/foundation/components/_grid.scss +289 -0
  145. data/app/assets/stylesheets/foundation/components/_icon-bar.scss +358 -0
  146. data/app/assets/stylesheets/foundation/components/_inline-lists.scss +57 -0
  147. data/app/assets/stylesheets/foundation/components/_joyride.scss +222 -0
  148. data/app/assets/stylesheets/foundation/components/_keystrokes.scss +61 -0
  149. data/app/assets/stylesheets/foundation/components/_labels.scss +106 -0
  150. data/app/assets/stylesheets/foundation/components/_magellan.scss +34 -0
  151. data/app/assets/stylesheets/foundation/components/_offcanvas.scss +515 -0
  152. data/app/assets/stylesheets/foundation/components/_orbit.scss +368 -0
  153. data/app/assets/stylesheets/foundation/components/_pagination.scss +162 -0
  154. data/app/assets/stylesheets/foundation/components/_panels.scss +101 -0
  155. data/app/assets/stylesheets/foundation/components/_pricing-tables.scss +150 -0
  156. data/app/assets/stylesheets/foundation/components/_progress-bars.scss +79 -0
  157. data/app/assets/stylesheets/foundation/components/_range-slider.scss +169 -0
  158. data/app/assets/stylesheets/foundation/components/_reveal.scss +202 -0
  159. data/app/assets/stylesheets/foundation/components/_side-nav.scss +116 -0
  160. data/app/assets/stylesheets/foundation/components/_split-buttons.scss +199 -0
  161. data/app/assets/stylesheets/foundation/components/_sub-nav.scss +123 -0
  162. data/app/assets/stylesheets/foundation/components/_switches.scss +238 -0
  163. data/app/assets/stylesheets/foundation/components/_tables.scss +135 -0
  164. data/app/assets/stylesheets/foundation/components/_tabs.scss +123 -0
  165. data/app/assets/stylesheets/foundation/components/_thumbs.scss +66 -0
  166. data/app/assets/stylesheets/foundation/components/_toolbar.scss +70 -0
  167. data/app/assets/stylesheets/foundation/components/_tooltips.scss +142 -0
  168. data/app/assets/stylesheets/foundation/components/_top-bar.scss +691 -0
  169. data/app/assets/stylesheets/foundation/components/_type.scss +525 -0
  170. data/app/assets/stylesheets/foundation/components/_visibility.scss +408 -0
  171. data/app/assets/stylesheets/functions/_new-breakpoint.scss +49 -0
  172. data/app/assets/stylesheets/functions/_private.scss +114 -0
  173. data/app/assets/stylesheets/lib/_normalize.scss +427 -0
  174. data/app/assets/stylesheets/lib/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
  175. data/app/assets/stylesheets/lib/bourbon/_bourbon.scss +87 -0
  176. data/app/assets/stylesheets/lib/bourbon/addons/_border-color.scss +26 -0
  177. data/app/assets/stylesheets/lib/bourbon/addons/_border-radius.scss +48 -0
  178. data/app/assets/stylesheets/lib/bourbon/addons/_border-style.scss +25 -0
  179. data/app/assets/stylesheets/lib/bourbon/addons/_border-width.scss +25 -0
  180. data/app/assets/stylesheets/lib/bourbon/addons/_buttons.scss +64 -0
  181. data/app/assets/stylesheets/lib/bourbon/addons/_clearfix.scss +25 -0
  182. data/app/assets/stylesheets/lib/bourbon/addons/_ellipsis.scss +30 -0
  183. data/app/assets/stylesheets/lib/bourbon/addons/_font-stacks.scss +31 -0
  184. data/app/assets/stylesheets/lib/bourbon/addons/_hide-text.scss +27 -0
  185. data/app/assets/stylesheets/lib/bourbon/addons/_margin.scss +26 -0
  186. data/app/assets/stylesheets/lib/bourbon/addons/_padding.scss +26 -0
  187. data/app/assets/stylesheets/lib/bourbon/addons/_position.scss +48 -0
  188. data/app/assets/stylesheets/lib/bourbon/addons/_prefixer.scss +66 -0
  189. data/app/assets/stylesheets/lib/bourbon/addons/_retina-image.scss +25 -0
  190. data/app/assets/stylesheets/lib/bourbon/addons/_size.scss +51 -0
  191. data/app/assets/stylesheets/lib/bourbon/addons/_text-inputs.scss +112 -0
  192. data/app/assets/stylesheets/lib/bourbon/addons/_timing-functions.scss +34 -0
  193. data/app/assets/stylesheets/lib/bourbon/addons/_triangle.scss +63 -0
  194. data/app/assets/stylesheets/lib/bourbon/addons/_word-wrap.scss +29 -0
  195. data/app/assets/stylesheets/lib/bourbon/css3/_animation.scss +43 -0
  196. data/app/assets/stylesheets/lib/bourbon/css3/_appearance.scss +3 -0
  197. data/app/assets/stylesheets/lib/bourbon/css3/_backface-visibility.scss +3 -0
  198. data/app/assets/stylesheets/lib/bourbon/css3/_background-image.scss +42 -0
  199. data/app/assets/stylesheets/lib/bourbon/css3/_background.scss +55 -0
  200. data/app/assets/stylesheets/lib/bourbon/css3/_border-image.scss +59 -0
  201. data/app/assets/stylesheets/lib/bourbon/css3/_calc.scss +4 -0
  202. data/app/assets/stylesheets/lib/bourbon/css3/_columns.scss +47 -0
  203. data/app/assets/stylesheets/lib/bourbon/css3/_filter.scss +4 -0
  204. data/app/assets/stylesheets/lib/bourbon/css3/_flex-box.scss +287 -0
  205. data/app/assets/stylesheets/lib/bourbon/css3/_font-face.scss +24 -0
  206. data/app/assets/stylesheets/lib/bourbon/css3/_font-feature-settings.scss +4 -0
  207. data/app/assets/stylesheets/lib/bourbon/css3/_hidpi-media-query.scss +10 -0
  208. data/app/assets/stylesheets/lib/bourbon/css3/_hyphens.scss +4 -0
  209. data/app/assets/stylesheets/lib/bourbon/css3/_image-rendering.scss +14 -0
  210. data/app/assets/stylesheets/lib/bourbon/css3/_keyframes.scss +36 -0
  211. data/app/assets/stylesheets/lib/bourbon/css3/_linear-gradient.scss +38 -0
  212. data/app/assets/stylesheets/lib/bourbon/css3/_perspective.scss +8 -0
  213. data/app/assets/stylesheets/lib/bourbon/css3/_placeholder.scss +8 -0
  214. data/app/assets/stylesheets/lib/bourbon/css3/_radial-gradient.scss +39 -0
  215. data/app/assets/stylesheets/lib/bourbon/css3/_selection.scss +42 -0
  216. data/app/assets/stylesheets/lib/bourbon/css3/_text-decoration.scss +19 -0
  217. data/app/assets/stylesheets/lib/bourbon/css3/_transform.scss +15 -0
  218. data/app/assets/stylesheets/lib/bourbon/css3/_transition.scss +71 -0
  219. data/app/assets/stylesheets/lib/bourbon/css3/_user-select.scss +3 -0
  220. data/app/assets/stylesheets/lib/bourbon/functions/_assign-inputs.scss +11 -0
  221. data/app/assets/stylesheets/lib/bourbon/functions/_contains-falsy.scss +20 -0
  222. data/app/assets/stylesheets/lib/bourbon/functions/_contains.scss +26 -0
  223. data/app/assets/stylesheets/lib/bourbon/functions/_is-length.scss +11 -0
  224. data/app/assets/stylesheets/lib/bourbon/functions/_is-light.scss +21 -0
  225. data/app/assets/stylesheets/lib/bourbon/functions/_is-number.scss +11 -0
  226. data/app/assets/stylesheets/lib/bourbon/functions/_is-size.scss +13 -0
  227. data/app/assets/stylesheets/lib/bourbon/functions/_modular-scale.scss +69 -0
  228. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-em.scss +13 -0
  229. data/app/assets/stylesheets/lib/bourbon/functions/_px-to-rem.scss +15 -0
  230. data/app/assets/stylesheets/lib/bourbon/functions/_shade.scss +24 -0
  231. data/app/assets/stylesheets/lib/bourbon/functions/_strip-units.scss +17 -0
  232. data/app/assets/stylesheets/lib/bourbon/functions/_tint.scss +24 -0
  233. data/app/assets/stylesheets/lib/bourbon/functions/_transition-property-name.scss +22 -0
  234. data/app/assets/stylesheets/lib/bourbon/functions/_unpack.scss +27 -0
  235. data/app/assets/stylesheets/lib/bourbon/helpers/_convert-units.scss +21 -0
  236. data/app/assets/stylesheets/lib/bourbon/helpers/_directional-values.scss +96 -0
  237. data/app/assets/stylesheets/lib/bourbon/helpers/_font-source-declaration.scss +43 -0
  238. data/app/assets/stylesheets/lib/bourbon/helpers/_gradient-positions-parser.scss +13 -0
  239. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-angle-parser.scss +25 -0
  240. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-gradient-parser.scss +41 -0
  241. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-positions-parser.scss +61 -0
  242. data/app/assets/stylesheets/lib/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
  243. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-arg-parser.scss +69 -0
  244. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-gradient-parser.scss +50 -0
  245. data/app/assets/stylesheets/lib/bourbon/helpers/_radial-positions-parser.scss +18 -0
  246. data/app/assets/stylesheets/lib/bourbon/helpers/_render-gradients.scss +26 -0
  247. data/app/assets/stylesheets/lib/bourbon/helpers/_shape-size-stripper.scss +10 -0
  248. data/app/assets/stylesheets/lib/bourbon/helpers/_str-to-num.scss +50 -0
  249. data/app/assets/stylesheets/lib/bourbon/settings/_asset-pipeline.scss +7 -0
  250. data/app/assets/stylesheets/lib/bourbon/settings/_prefixer.scss +9 -0
  251. data/app/assets/stylesheets/lib/bourbon/settings/_px-to-em.scss +1 -0
  252. data/app/assets/stylesheets/lib/neat/_neat-helpers.scss +8 -0
  253. data/app/assets/stylesheets/lib/neat/_neat.scss +23 -0
  254. data/app/assets/stylesheets/lib/neat/functions/_new-breakpoint.scss +49 -0
  255. data/app/assets/stylesheets/lib/neat/functions/_private.scss +114 -0
  256. data/app/assets/stylesheets/lib/neat/grid/_box-sizing.scss +15 -0
  257. data/app/assets/stylesheets/lib/neat/grid/_direction-context.scss +33 -0
  258. data/app/assets/stylesheets/lib/neat/grid/_display-context.scss +28 -0
  259. data/app/assets/stylesheets/lib/neat/grid/_fill-parent.scss +22 -0
  260. data/app/assets/stylesheets/lib/neat/grid/_media.scss +92 -0
  261. data/app/assets/stylesheets/lib/neat/grid/_omega.scss +87 -0
  262. data/app/assets/stylesheets/lib/neat/grid/_outer-container.scss +38 -0
  263. data/app/assets/stylesheets/lib/neat/grid/_pad.scss +25 -0
  264. data/app/assets/stylesheets/lib/neat/grid/_private.scss +35 -0
  265. data/app/assets/stylesheets/lib/neat/grid/_row.scss +52 -0
  266. data/app/assets/stylesheets/lib/neat/grid/_shift.scss +50 -0
  267. data/app/assets/stylesheets/lib/neat/grid/_span-columns.scss +94 -0
  268. data/app/assets/stylesheets/lib/neat/grid/_to-deprecate.scss +97 -0
  269. data/app/assets/stylesheets/lib/neat/grid/_visual-grid.scss +42 -0
  270. data/app/assets/stylesheets/lib/neat/settings/_disable-warnings.scss +13 -0
  271. data/app/assets/stylesheets/lib/neat/settings/_grid.scss +51 -0
  272. data/app/assets/stylesheets/lib/neat/settings/_visual-grid.scss +27 -0
  273. data/app/assets/stylesheets/va_common_main.css.scss +18 -0
  274. data/bin/console +14 -0
  275. data/bin/setup +7 -0
  276. data/lib/generators/files/_footer.html.erb +89 -0
  277. data/lib/generators/files/_header.html.erb +7 -0
  278. data/lib/generators/va_common_generator.rb +6 -0
  279. data/lib/generators/va_footer_generator.rb +7 -0
  280. data/lib/generators/va_header_generator.rb +7 -0
  281. data/lib/va_common/engine.rb +4 -0
  282. data/lib/va_common/version.rb +3 -0
  283. data/lib/va_common.rb +2 -0
  284. data/va_common.gemspec +22 -0
  285. metadata +354 -0
@@ -0,0 +1,1286 @@
1
+ //
2
+ // Foundation Variables
3
+ //
4
+
5
+ // The default font-size is set to 100% of the browser style sheet (usually 16px)
6
+ // for compatibility with browser-based text zoom or user-set defaults.
7
+ $base-font-size: 100% !default;
8
+
9
+ // $base-line-height is 24px while $base-font-size is 16px
10
+ // $base-line-height: 150%;
11
+
12
+ // This is the default html and body font-size for the base em value.
13
+
14
+ // Since the typical default browser font-size is 16px, that makes the calculation for grid size.
15
+ // If you want your base font-size to be a different size and not have it effect grid size too,
16
+ // set the value of $em-base to $base-font-size ($em-base: $base-font-size;)
17
+ $em-base: 16px !default;
18
+
19
+ // Change whether or not you include browser prefixes
20
+ // $experimental: true;
21
+
22
+ // Various global styles
23
+
24
+ $default-float: left;
25
+
26
+ // $body-bg: #fff;
27
+ // $body-font-color: #222;
28
+ // $body-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
29
+ // $body-font-weight: normal;
30
+ // $body-font-style: normal;
31
+
32
+ // Font-smoothing
33
+
34
+ // $font-smoothing: antialiased;
35
+
36
+ // Text direction settings
37
+
38
+ // $text-direction: ltr;
39
+
40
+ // Colors
41
+
42
+ // $primary-color: #2ba6cb;
43
+ // $secondary-color: #e9e9e9;
44
+ // $alert-color: #c60f13;
45
+ // $success-color: #5da423;
46
+
47
+ // Make sure border radius matches unless we want it different.
48
+
49
+ // $global-radius: 3px;
50
+ // $global-rounded: 1000px;
51
+
52
+ // Inset shadow shiny edges and depressions.
53
+
54
+ // $shiny-edge-size: 0 1px 0;
55
+ // $shiny-edge-color: rgba(#fff, .5);
56
+ // $shiny-edge-active-color: rgba(#000, .2);
57
+
58
+ // Control whether or not CSS classes come through in the CSS files.
59
+
60
+ // $include-html-classes: true;
61
+ // $include-print-styles: true;
62
+ // $include-html-global-classes: $include-html-classes;
63
+ // $include-html-inline-list-classes: $include-html-classes;
64
+ // $include-html-type-classes: $include-html-classes;
65
+ // $include-html-grid-classes: $include-html-classes;
66
+ // $include-html-visibility-classes: $include-html-classes;
67
+ // $include-html-button-classes: $include-html-classes;
68
+ // $include-html-form-classes: $include-html-classes;
69
+ // $include-html-form-error-classes: $include-html-classes;
70
+ // $include-html-custom-form-classes: $include-html-classes;
71
+ // $include-html-media-classes: $include-html-classes;
72
+ // $include-html-section-classes: $include-html-classes;
73
+ // $include-html-orbit-classes: $include-html-classes;
74
+ // $include-html-reveal-classes: $include-html-classes;
75
+ // $include-html-joyride-classes: $include-html-classes;
76
+ // $include-html-clearing-classes: $include-html-classes;
77
+ // $include-html-alert-classes: $include-html-classes;
78
+ // $include-html-nav-classes: $include-html-classes;
79
+ // $include-html-top-bar-classes: $include-html-classes;
80
+ // $include-html-label-classes: $include-html-classes;
81
+ // $include-html-panel-classes: $include-html-classes;
82
+ // $include-html-pricing-classes: $include-html-classes;
83
+ // $include-html-progress-classes: $include-html-classes;
84
+ // $include-html-magellan-classes: $include-html-classes;
85
+ // $include-html-tooltip-classes: $include-html-classes;
86
+
87
+ // Media Queries
88
+
89
+ // $small-screen: 768px;
90
+ // $medium-screen: 1280px;
91
+ // $large-screen: 1440px;
92
+
93
+ // $screen: "only screen";
94
+ // $small: "only screen and (min-width: #{$small-screen})";
95
+ // $medium: "only screen and (min-width: #{$medium-screen})";
96
+ // $large: "only screen and (min-width: #{$large-screen})";
97
+ // $landscape: "only screen and (orientation: landscape)";
98
+ // $portrait: "only screen and (orientation: portrait)";
99
+
100
+ //// Cursors
101
+
102
+ //Custom use example -> $cursor-default-value: url(http://cursors-site.net/path/to/custom/cursor/default.cur),progress;
103
+
104
+ // $cursor-crosshair-value: "crosshair";
105
+ // $cursor-default-value: "default";
106
+ // $cursor-pointer-value: "pointer";
107
+ // $cursor-help-value: "help";
108
+
109
+ //
110
+ // Grid Variables
111
+ //
112
+
113
+ // $row-width: em-calc(1000);
114
+ // $column-gutter: em-calc(30);
115
+ // $total-columns: 12;
116
+
117
+ //
118
+ // Block Grid Variables
119
+ //
120
+
121
+ // We use this to control the maximum number of block grid elements per row
122
+
123
+ // $block-grid-elements: 12;
124
+ // $block-grid-default-spacing: em-calc(20);
125
+
126
+ // Enables media queries for block-grid classes. Set to false if writing semantic HTML.
127
+
128
+ // $block-grid-media-queries: true;
129
+
130
+ //
131
+ // Typography Variables
132
+ //
133
+
134
+ // Control header font styles
135
+
136
+ // $header-font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
137
+ // $header-font-weight: bold;
138
+ // $header-font-style: normal;
139
+ // $header-font-color: #222;
140
+ // $header-line-height: 1.4;
141
+ // $header-top-margin: .2em;
142
+ // $header-bottom-margin: .5em;
143
+ // $header-text-rendering: optimizeLegibility;
144
+
145
+ // Control header font sizes
146
+
147
+ // $h1-font-size: em-calc(44);
148
+ // $h2-font-size: em-calc(37);
149
+ // $h3-font-size: em-calc(27);
150
+ // $h4-font-size: em-calc(23);
151
+ // $h5-font-size: em-calc(18);
152
+ // $h6-font-size: 1em;
153
+
154
+ // Control how subheaders are styled.
155
+
156
+ // $subheader-line-height: 1.4;
157
+ // $subheader-font-color: lighten($header-font-color, 30%);
158
+ // $subheader-font-weight: 300;
159
+ // $subheader-top-margin: .2em;
160
+ // $subheader-bottom-margin: .5em;
161
+
162
+ // A general <small> styling
163
+
164
+ // $small-font-size: 60%;
165
+ // $small-font-color: lighten($header-font-color, 30%);
166
+
167
+ // Style paragraphs
168
+
169
+ // $paragraph-font-family: inherit;
170
+ // $paragraph-font-weight: normal;
171
+ // $paragraph-font-size: 1em;
172
+ // $paragraph-line-height: 1.6;
173
+ // $paragraph-margin-bottom: em-calc(20);
174
+ // $paragraph-aside-font-size: em-calc(14);
175
+ // $paragraph-aside-line-height: 1.35;
176
+ // $paragraph-aside-font-style: italic;
177
+ // $paragraph-text-rendering: optimizeLegibility;
178
+
179
+ // Style <code> tags
180
+
181
+ // $code-color: darken($alert-color, 15%);
182
+ // $code-font-family: Consolas, 'Liberation Mono', Courier, monospace;
183
+ // $code-font-weight: bold;
184
+
185
+ // Style anchors
186
+
187
+ // $anchor-text-decoration: none;
188
+ // $anchor-font-color: $primary-color;
189
+ // $anchor-font-color-hover: darken($primary-color, 5%);
190
+
191
+ // Style the <hr> element
192
+
193
+ // $hr-border-width: 1px;
194
+ // $hr-border-style: solid;
195
+ // $hr-border-color: #ddd;
196
+ // $hr-margin: em-calc(20);
197
+
198
+ // Style lists
199
+
200
+ // $list-style-position: outside;
201
+ // $list-side-margin: 0;
202
+ // $list-nested-margin: em-calc(20);
203
+ // $definition-list-header-weight: bold;
204
+ // $definition-list-header-margin-bottom: .3em;
205
+ // $definition-list-margin-bottom: em-calc(12);
206
+
207
+ // Style blockquotes
208
+
209
+ // $blockquote-font-color: lighten($header-font-color, 30%);
210
+ // $blockquote-padding: em-calc(9, 20, 0, 19);
211
+ // $blockquote-border: 1px solid #ddd;
212
+ // $blockquote-cite-font-size: em-calc(13);
213
+ // $blockquote-cite-font-color: lighten($header-font-color, 20%);
214
+ // $blockquote-cite-link-color: $blockquote-cite-font-color;
215
+
216
+ // Acronym styles
217
+
218
+ // $acronym-underline: 1px dotted #ddd;
219
+
220
+ // Control padding and margin
221
+
222
+ // $microformat-padding: em-calc(10 12);
223
+ // $microformat-margin: em-calc(0 0 20 0);
224
+
225
+ // Control the border styles
226
+
227
+ // $microformat-border-width: 1px;
228
+ // $microformat-border-style: solid;
229
+ // $microformat-border-color: #ddd;
230
+
231
+ // Control full name font styles
232
+
233
+ // $microformat-fullname-font-weight: bold;
234
+ // $microformat-fullname-font-size: em-calc(15);
235
+
236
+ // Control the summary font styles
237
+
238
+ // $microformat-summary-font-weight: bold;
239
+
240
+ // Control abbr padding
241
+ // $microformat-abbr-padding: em-calc(0 1);
242
+
243
+ // Control abbr font styles
244
+
245
+ // $microformat-abbr-font-weight: bold;
246
+ // $microformat-abbr-font-decoration: none;
247
+
248
+ //
249
+ // Form Variables
250
+ //
251
+
252
+ // We use this to set the base for lots of form spacing and positioning styles
253
+
254
+ // $form-spacing: em-calc(16);
255
+
256
+ // We use these to style the labels in different ways
257
+
258
+ // $form-label-pointer: pointer;
259
+ // $form-label-font-size: em-calc(14);
260
+ // $form-label-font-weight: 500;
261
+ // $form-label-font-color: lighten(#000, 30%);
262
+ // $form-label-bottom-margin: em-calc(3);
263
+ // $input-font-family: inherit;
264
+ // $input-font-color: rgba(0,0,0,0.75);
265
+ // $input-font-size: em-calc(14);
266
+ // $input-bg-color: #fff;
267
+ // $input-focus-bg-color: darken(#fff, 2%);
268
+ // $input-border-color: darken(#fff, 20%);
269
+ // $input-focus-border-color: darken(#fff, 40%);
270
+ // $input-border-style: solid;
271
+ // $input-border-width: 1px;
272
+ // $input-disabled-bg: #ddd;
273
+ // $input-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
274
+ // $input-include-glowing-effect: true;
275
+
276
+ // We use these to style the fieldset border and spacing.
277
+
278
+ // $fieldset-border-style: solid;
279
+ // $fieldset-border-width: 1px;
280
+ // $fieldset-border-color: #ddd;
281
+ // $fieldset-padding: em-calc(20);
282
+ // $fieldset-margin: em-calc(18 0);
283
+
284
+ // We use these to style the legends when you use them
285
+
286
+ // $legend-bg: #fff;
287
+ // $legend-font-weight: bold;
288
+ // $legend-padding: em-calc(0 3);
289
+
290
+ // We use these to style the prefix and postfix input elements
291
+
292
+ // $input-prefix-bg: darken(#fff, 5%);
293
+ // $input-prefix-border-color: darken(#fff, 20%);
294
+ // $input-prefix-border-size: 1px;
295
+ // $input-prefix-border-type: solid;
296
+ // $input-prefix-overflow: hidden;
297
+ // $input-prefix-font-color: #333;
298
+ // $input-prefix-font-color-alt: #fff;
299
+
300
+ // We use these to style the error states for inputs and labels
301
+
302
+ // $input-error-message-padding: em-calc(6 4);
303
+ // $input-error-message-top: 0;
304
+ // $input-error-message-font-size: em-calc(12);
305
+ // $input-error-message-font-weight: bold;
306
+ // $input-error-message-font-color: #fff;
307
+ // $input-error-message-font-color-alt: #333;
308
+
309
+ // We use this to style the glowing effect of inputs when focused
310
+
311
+ // $glowing-effect-fade-time: 0.45s;
312
+ // $glowing-effect-color: $input-focus-border-color;
313
+
314
+ //
315
+ // Button Variables
316
+ //
317
+
318
+ // We use these to build padding for buttons.
319
+
320
+ // $button-med: em-calc(12);
321
+ // $button-tny: em-calc(7);
322
+ // $button-sml: em-calc(9);
323
+ // $button-lrg: em-calc(16);
324
+
325
+ // We use this to control the display property.
326
+
327
+ // $button-display: inline-block;
328
+ // $button-margin-bottom: em-calc(20);
329
+
330
+ // We use these to control button text styles.
331
+
332
+ // $button-font-family: inherit;
333
+ // $button-font-color: #fff;
334
+ // $button-font-color-alt: #333;
335
+ // $button-font-med: em-calc(16);
336
+ // $button-font-tny: em-calc(11);
337
+ // $button-font-sml: em-calc(13);
338
+ // $button-font-lrg: em-calc(20);
339
+ // $button-font-weight: bold;
340
+ // $button-font-align: center;
341
+
342
+ // We use these to control various hover effects.
343
+
344
+ // $button-function-factor: 10%;
345
+
346
+ // We use these to control button border styles.
347
+
348
+ // $button-border-width: 1px;
349
+ // $button-border-style: solid;
350
+
351
+ // We use this to set the default radius used throughout the core.
352
+
353
+ // $button-radius: $global-radius;
354
+ // $button-round: $global-rounded;
355
+
356
+ // We use this to set default opacity for disabled buttons.
357
+
358
+ // $button-disabled-opacity: 0.6;
359
+
360
+ //
361
+ // Button Groups
362
+ //
363
+
364
+ // Sets the margin for the right side by default, and the left margin if right-to-left direction is used
365
+
366
+ // $button-bar-margin-opposite: em-calc(10);
367
+
368
+ //
369
+ // Dropdown Button Variables
370
+ //
371
+
372
+ // We use these to set the color of the pip in dropdown buttons
373
+
374
+ // $dropdown-button-pip-color: #fff;
375
+ // $dropdown-button-pip-color-alt: #333;
376
+
377
+ // We use these to style tiny dropdown buttons
378
+
379
+ // $dropdown-button-padding-tny: $button-tny * 5;
380
+ // $dropdown-button-pip-size-tny: $button-tny;
381
+ // $dropdown-button-pip-opposite-tny: $button-tny * 2;
382
+ // $dropdown-button-pip-top-tny: -$button-tny / 2 + em-calc(1);
383
+
384
+ // We use these to style small dropdown buttons
385
+
386
+ // $dropdown-button-padding-sml: $button-sml * 5;
387
+ // $dropdown-button-pip-size-sml: $button-sml;
388
+ // $dropdown-button-pip-opposite-sml: $button-sml * 2;
389
+ // $dropdown-button-pip-top-sml: -$button-sml / 2 + em-calc(1);
390
+
391
+ // We use these to style medium dropdown buttons
392
+
393
+ // $dropdown-button-padding-med: $button-med * 4 + em-calc(3);
394
+ // $dropdown-button-pip-size-med: $button-med - em-calc(3);
395
+ // $dropdown-button-pip-opposite-med: $button-med * 2;
396
+ // $dropdown-button-pip-top-med: -$button-med / 2 + em-calc(2);
397
+
398
+ // We use these to style large dropdown buttons
399
+
400
+ // $dropdown-button-padding-lrg: $button-lrg * 4;
401
+ // $dropdown-button-pip-size-lrg: $button-lrg - em-calc(6);
402
+ // $dropdown-button-pip-opposite-lrg: $button-lrg + em-calc(12);
403
+ // $dropdown-button-pip-top-lrg: -$button-lrg / 2 + em-calc(3);
404
+
405
+ //
406
+ // Split Button Variables
407
+ //
408
+
409
+ // We use these to control different shared styles for Split Buttons
410
+
411
+ // $split-button-function-factor: 15%;
412
+ // $split-button-pip-color: #fff;
413
+ // $split-button-pip-color-alt: #333;
414
+ // $split-button-active-bg-tint: rgba(0,0,0,0.1);
415
+
416
+ // We use these to control tiny split buttons
417
+
418
+ // $split-button-padding-tny: $button-tny * 9;
419
+ // $split-button-span-width-tny: $button-tny * 6.5;
420
+ // $split-button-pip-size-tny: $button-tny;
421
+ // $split-button-pip-top-tny: $button-tny * 2;
422
+ // $split-button-pip-default-float-tny: em-calc(-5);
423
+
424
+ // We use these to control small split buttons
425
+
426
+ // $split-button-padding-sml: $button-sml * 7;
427
+ // $split-button-span-width-sml: $button-sml * 5;
428
+ // $split-button-pip-size-sml: $button-sml;
429
+ // $split-button-pip-top-sml: $button-sml * 1.5;
430
+ // $split-button-pip-default-float-sml: em-calc(-9);
431
+
432
+ // We use these to control medium split buttons
433
+
434
+ // $split-button-padding-med: $button-med * 6.4;
435
+ // $split-button-span-width-med: $button-med * 4;
436
+ // $split-button-pip-size-med: $button-med - em-calc(3);
437
+ // $split-button-pip-top-med: $button-med * 1.5;
438
+ // $split-button-pip-default-float-med: em-calc(-9);
439
+
440
+ // We use these to control large split buttons
441
+
442
+ // $split-button-padding-lrg: $button-lrg * 6;
443
+ // $split-button-span-width-lrg: $button-lrg * 3.75;
444
+ // $split-button-pip-size-lrg: $button-lrg - em-calc(6);
445
+ // $split-button-pip-top-lrg: $button-lrg + em-calc(5);
446
+ // $split-button-pip-default-float-lrg: em-calc(-9);
447
+
448
+ //
449
+ // Alert Box Variables
450
+ //
451
+
452
+ // We use this to control alert padding.
453
+
454
+ // $alert-padding-top: em-calc(11);
455
+ // $alert-padding-default-float: $alert-padding-top;
456
+ // $alert-padding-opposite-direction: $alert-padding-top + em-calc(10);
457
+ // $alert-padding-bottom: $alert-padding-top + em-calc(1);
458
+
459
+ // We use these to control text style.
460
+
461
+ // $alert-font-weight: bold;
462
+ // $alert-font-size: em-calc(14);
463
+ // $alert-font-color: #fff;
464
+ // $alert-font-color-alt: darken($secondary-color, 60%);
465
+
466
+ // We use this for close hover effect.
467
+
468
+ // $alert-function-factor: 10%;
469
+
470
+ // We use these to control border styles.
471
+
472
+ // $alert-border-style: solid;
473
+ // $alert-border-width: 1px;
474
+ // $alert-border-color: darken($primary-color, $alert-function-factor);
475
+ // $alert-bottom-margin: em-calc(20);
476
+
477
+ // We use these to style the close buttons
478
+
479
+ // $alert-close-color: #333;
480
+ // $alert-close-position: em-calc(5);
481
+ // $alert-close-font-size: em-calc(22);
482
+ // $alert-close-opacity: 0.3;
483
+ // $alert-close-opacity-hover: 0.5;
484
+ // $alert-close-padding: 5px 4px 4px;
485
+
486
+ // We use this to control border radius
487
+
488
+ // $alert-radius: $global-radius;
489
+
490
+
491
+ //
492
+ // Breadcrumb Variables
493
+ //
494
+
495
+ // We use this to set the background color for the breadcrumb container.
496
+
497
+ // $crumb-bg: lighten($secondary-color, 5%);
498
+
499
+ // We use these to set the padding around the breadcrumbs.
500
+
501
+ // $crumb-padding: em-calc(9 14 9);
502
+ // $crumb-side-padding: em-calc(12);
503
+
504
+ // We use these to control border styles.
505
+
506
+ // $crumb-function-factor: 10%;
507
+ // $crumb-border-size: 1px;
508
+ // $crumb-border-style: solid;
509
+ // $crumb-border-color: darken($crumb-bg, $crumb-function-factor);
510
+ // $crumb-radius: $global-radius;
511
+
512
+ // We use these to set various text styles for breadcrumbs.
513
+
514
+ // $crumb-font-size: em-calc(11);
515
+ // $crumb-font-color: $primary-color;
516
+ // $crumb-font-color-current: #333;
517
+ // $crumb-font-color-unavailable: #999;
518
+ // $crumb-font-transform: uppercase;
519
+ // $crumb-link-decor: underline;
520
+
521
+ // We use these to control the slash between breadcrumbs
522
+
523
+ // $crumb-slash-color: #aaa;
524
+ // $crumb-slash: "/";
525
+
526
+ //
527
+ // Clearing Variables
528
+ //
529
+
530
+ // We use these to set the background colors for parts of Clearing.
531
+
532
+ // $clearing-bg: #111;
533
+ // $clearing-caption-bg: $clearing-bg;
534
+ // $clearing-carousel-bg: #111;
535
+ // $clearing-img-bg: $clearing-bg;
536
+
537
+ // We use these to style the close button
538
+
539
+ // $clearing-close-color: #fff;
540
+ // $clearing-close-size: 40px;
541
+
542
+ // We use these to style the arrows
543
+
544
+ // $clearing-arrow-size: 16px;
545
+ // $clearing-arrow-color: $clearing-close-color;
546
+
547
+ // We use these to style captions
548
+
549
+ // $clearing-caption-font-color: #fff;
550
+ // $clearing-caption-padding: 10px 30px;
551
+
552
+ // We use these to make the image and carousel height and style
553
+
554
+ // $clearing-active-img-height: 75%;
555
+ // $clearing-carousel-height: 150px;
556
+ // $clearing-carousel-thumb-width: 175px;
557
+ // $clearing-carousel-thumb-active-border: 4px solid rgb(255,255,255);
558
+
559
+ //
560
+ // Custom Form Variables
561
+ //
562
+
563
+ // We use these to control the basic form styles input styles
564
+
565
+ // $custom-form-border-color: #ccc;
566
+ // $custom-form-border-size: 1px;
567
+ // $custom-form-bg: #fff;
568
+ // $custom-form-bg-disabled: #ddd;
569
+ // $custom-form-input-size: 16px;
570
+ // $custom-form-check-color: #222;
571
+ // $custom-form-check-size: 16px;
572
+ // $custom-form-radio-size: 8px;
573
+ // $custom-form-checkbox-radius: 0;
574
+
575
+ // We use these to style the custom select form element.
576
+
577
+ // $custom-select-bg: #fff;
578
+ // $custom-select-fade-to-color: #f3f3f3;
579
+ // $custom-select-border-color: #ddd;
580
+ // $custom-select-triangle-color: #aaa;
581
+ // $custom-select-triangle-color-open: #222;
582
+ // $custom-select-height: em-calc(13) + ($form-spacing * 1.5);
583
+ // $custom-select-margin-bottom: em-calc(20);
584
+ // $custom-select-font-color-selected: #141414;
585
+ // $custom-select-disabled-color: #888;
586
+
587
+ // We use these to control the style of the custom select dropdown element.
588
+
589
+ // $custom-dropdown-height: 200px;
590
+ // $custom-dropdown-bg: #fff;
591
+ // $custom-dropdown-border-color: darken(#fff, 20%);
592
+ // $custom-dropdown-border-width: 1px;
593
+ // $custom-dropdown-border-style: solid;
594
+ // $custom-dropdown-font-color: #555;
595
+ // $custom-dropdown-font-size: em-calc(14);
596
+ // $custom-dropdown-color-selected: #eeeeee;
597
+ // $custom-dropdown-font-color-selected: #000;
598
+ // $custom-dropdown-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
599
+ // $custom-dropdown-offset-top: auto;
600
+ // $custom-dropdown-list-padding: em-calc(4);
601
+ // $custom-dropdown-default-float-padding: em-calc(6);
602
+ // $custom-dropdown-opposite-padding: em-calc(38);
603
+ // $custom-dropdown-list-item-min-height: em-calc(24);
604
+ // $custom-dropdown-width-small: 134px;
605
+ // $custom-dropdown-width-medium: 254px;
606
+ // $custom-dropdown-width-large: 434px;
607
+
608
+ //
609
+ // Dropdown Variables
610
+ //
611
+
612
+ // We use these to controls height and width styles.
613
+
614
+ // $f-dropdown-max-width: 200px;
615
+ // $f-dropdown-height: auto;
616
+ // $f-dropdown-max-height: none;
617
+ // $f-dropdown-margin-top: 2px;
618
+
619
+ // We use this to control the background color
620
+
621
+ // $f-dropdown-bg: #fff;
622
+
623
+ // We use this to set the border styles for dropdowns.
624
+
625
+ // $f-dropdown-border-style: solid;
626
+ // $f-dropdown-border-width: 1px;
627
+ // $f-dropdown-border-color: darken(#fff, 20%);
628
+
629
+ // We use these to style the triangle pip.
630
+
631
+ // $f-dropdown-triangle-size: 6px;
632
+ // $f-dropdown-triangle-color: #fff;
633
+ // $f-dropdown-triangle-side-offset: 10px;
634
+
635
+ // We use these to control styles for the list elements.
636
+
637
+ // $f-dropdown-list-style: none;
638
+ // $f-dropdown-font-color: #555;
639
+ // $f-dropdown-font-size: em-calc(14);
640
+ // $f-dropdown-list-padding: em-calc(5 10);
641
+ // $f-dropdown-line-height: em-calc(18);
642
+ // $f-dropdown-list-hover-bg: #eeeeee;
643
+ // $dropdown-mobile-default-float: 0;
644
+
645
+ // We use this to control the styles for when the dropdown has custom content.
646
+
647
+ // $f-dropdown-content-padding: em-calc(20);
648
+
649
+ //
650
+ // Flex Video Variables
651
+ //
652
+
653
+ // We use these to control video container padding and margins
654
+
655
+ // $flex-video-padding-top: em-calc(25);
656
+ // $flex-video-padding-bottom: 67.5%;
657
+ // $flex-video-margin-bottom: em-calc(16);
658
+
659
+ // We use this to control widescreen bottom padding
660
+
661
+ // $flex-video-widescreen-padding-bottom: 57.25%;
662
+
663
+ //
664
+ // Inline List Variables
665
+ //
666
+
667
+ // We use this to control the margins and padding of the inline list.
668
+
669
+ // $inline-list-top-margin: 0;
670
+ // $inline-list-opposite-margin: 0;
671
+ // $inline-list-bottom-margin: em-calc(17);
672
+ // $inline-list-default-float-margin: em-calc(-22);
673
+
674
+ // $inline-list-padding: 0;
675
+
676
+ // We use this to control the overflow of the inline list.
677
+
678
+ // $inline-list-overflow: hidden;
679
+
680
+ // We use this to control the list items
681
+
682
+ // $inline-list-display: block;
683
+
684
+ // We use this to control any elments within list items
685
+
686
+ // $inline-list-children-display: block;
687
+
688
+ //
689
+ // Joyride Variables
690
+ //
691
+
692
+ // Controlling default Joyride styles
693
+
694
+ // $joyride-tip-bg: rgb(0,0,0);
695
+ // $joyride-tip-default-width: 300px;
696
+ // $joyride-tip-padding: em-calc(18 20 24);
697
+ // $joyride-tip-border: solid 1px #555;
698
+ // $joyride-tip-radius: 4px;
699
+ // $joyride-tip-position-offset: 22px;
700
+
701
+ // Here, we're setting the tip dont styles
702
+
703
+ // $joyride-tip-font-color: #fff;
704
+ // $joyride-tip-font-size: em-calc(14);
705
+ // $joyride-tip-header-weight: bold;
706
+
707
+ // This changes the nub size
708
+
709
+ // $joyride-tip-nub-size: 14px;
710
+
711
+ // This adjusts the styles for the timer when its enabled
712
+
713
+ // $joyride-tip-timer-width: 50px;
714
+ // $joyride-tip-timer-height: 3px;
715
+ // $joyride-tip-timer-color: #666;
716
+
717
+ // This changes up the styles for the close button
718
+
719
+ // $joyride-tip-close-color: #777;
720
+ // $joyride-tip-close-size: 30px;
721
+ // $joyride-tip-close-weight: normal;
722
+
723
+ // When Joyride is filling the screen, we use this style for the bg
724
+
725
+ // $joyride-screenfill: rgba(0,0,0,0.5);
726
+
727
+ //
728
+ // Keystroke Variables
729
+ //
730
+
731
+ // We use these to control text styles.
732
+
733
+ // $keystroke-font: "Consolas", "Menlo", "Courier", monospace;
734
+ // $keystroke-font-size: em-calc(14);
735
+ // $keystroke-font-color: #222;
736
+ // $keystroke-font-color-alt: #fff;
737
+ // $keystroke-function-factor: 7%;
738
+
739
+ // We use this to control keystroke padding.
740
+
741
+ // $keystroke-padding: em-calc(2 4 0);
742
+
743
+ // We use these to control background and border styles.
744
+
745
+ // $keystroke-bg: darken(#fff, $keystroke-function-factor);
746
+ // $keystroke-border-style: solid;
747
+ // $keystroke-border-width: 1px;
748
+ // $keystroke-border-color: darken($keystroke-bg, $keystroke-function-factor);
749
+ // $keystroke-radius: $global-radius;
750
+
751
+ //
752
+ // Label Variables
753
+ //
754
+
755
+ // We use these to style the labels
756
+
757
+ // $label-padding: em-calc(3 10 4);
758
+ // $label-radius: $global-radius;
759
+
760
+ // We use these to style the label text
761
+
762
+ // $label-font-sizing: em-calc(14);
763
+ // $label-font-weight: bold;
764
+ // $label-font-color: #333;
765
+ // $label-font-color-alt: #fff;
766
+
767
+ //
768
+ // Magellan Variables
769
+ //
770
+
771
+ // $magellan-bg: #fff;
772
+ // $magellan-padding: 10px;
773
+
774
+ //
775
+ // Orbit Settings
776
+ //
777
+
778
+ // We use these to control the caption styles
779
+
780
+ // $orbit-container-bg: #f5f5f5;
781
+ // $orbit-caption-bg: rgba(0,0,0,0.6);
782
+ // $orbit-caption-font-color: #fff;
783
+ // $orbit-caption-font-size: em-calc(14);
784
+ // $orbit-caption-position: "bottom"; // Supported values: "bottom", "under"
785
+ // $orbit-caption-padding: em-calc(10,14);
786
+ // $orbit-caption-height: auto;
787
+
788
+ // We use these to control the left/right nav styles
789
+
790
+ // $orbit-nav-bg: rgba(0,0,0,0.6);
791
+ // $orbit-nav-bg-hover: rgba(0,0,0,0.6);
792
+ // $orbit-nav-arrow-color: #fff;
793
+ // $orbit-nav-arrow-color-hover: #ccc;
794
+
795
+ // We use these to control the timer styles
796
+
797
+ // $orbit-timer-bg: rgba(0,0,0,0.6);
798
+ // $orbit-timer-show-progress-bar: true;
799
+
800
+ // We use these to control the bullet nav styles
801
+
802
+ // $orbit-bullet-nav-color: #999;
803
+ // $orbit-bullet-nav-color-active: #555;
804
+ // $orbit-bullet-radius: em-calc(18);
805
+
806
+ // We use these to controls the style of slide numbers
807
+
808
+ // $orbit-slide-number-bg: rgba(0,0,0,0);
809
+ // $orbit-slide-number-font-color: #fff;
810
+ // $orbit-slide-number-padding: em-calc(5);
811
+
812
+ // Graceful Loading Wrapper and preloader
813
+
814
+ // $wrapper-class: "slideshow-wrapper";
815
+ // $preloader-class: "preloader";
816
+
817
+ //
818
+ // Pagination Variables
819
+ //
820
+
821
+ // We use these to control the pagination container
822
+
823
+ // $pagination-height: em-calc(24);
824
+ // $pagination-margin: em-calc(-5);
825
+
826
+ // We use these to set the list-item properties
827
+
828
+ // $pagination-li-float: $default-float;
829
+ // $pagination-li-height: em-calc(24);
830
+ // $pagination-li-font-color: #222;
831
+ // $pagination-li-font-size: em-calc(14);
832
+ // $pagination-li-margin: em-calc(5);
833
+
834
+ // We use these for the pagination anchor links
835
+
836
+ // $pagination-link-pad: em-calc(1 7 1);
837
+ // $pagination-link-font-color: #999;
838
+ // $pagination-link-active-bg: darken(#fff, 10%);
839
+
840
+ // We use these for disabled anchor links
841
+
842
+ // $pagination-link-unavailable-cursor: default;
843
+ // $pagination-link-unavailable-font-color: #999;
844
+ // $pagination-link-unavailable-bg-active: transparent;
845
+
846
+ // We use these for currently selected anchor links
847
+
848
+ // $pagination-link-current-background: $primary-color;
849
+ // $pagination-link-current-font-color: #fff;
850
+ // $pagination-link-current-font-weight: bold;
851
+ // $pagination-link-current-cursor: default;
852
+ // $pagination-link-current-active-bg: $primary-color;
853
+
854
+ //
855
+ // Panel Variables
856
+ //
857
+
858
+ // We use these to control the background and border styles
859
+
860
+ // $panel-bg: darken(#fff, 5%);
861
+ // $panel-border-style: solid;
862
+ // $panel-border-size: 1px;
863
+
864
+ // We use this % to control how much we darken things on hover
865
+
866
+ // $panel-function-factor: 10%;
867
+ // $panel-border-color: darken($panel-bg, $panel-function-factor);
868
+
869
+ // We use these to set default inner padding and bottom margin
870
+
871
+ // $panel-margin-bottom: em-calc(20);
872
+ // $panel-padding: em-calc(20);
873
+
874
+ // We use these to set default font colors
875
+
876
+ // $panel-font-color: #333;
877
+ // $panel-font-color-alt: #fff;
878
+
879
+ // $panel-header-adjust: true;
880
+
881
+ //
882
+ // Pricing Table Variables
883
+ //
884
+
885
+ // We use this to control the border color
886
+
887
+ // $price-table-border: solid 1px #ddd;
888
+
889
+ // We use this to control the bottom margin of the pricing table
890
+
891
+ // $price-table-margin-bottom: em-calc(20);
892
+
893
+ // We use these to control the title styles
894
+
895
+ // $price-title-bg: #ddd;
896
+ // $price-title-padding: em-calc(15 20);
897
+ // $price-title-align: center;
898
+ // $price-title-color: #333;
899
+ // $price-title-weight: bold;
900
+ // $price-title-size: em-calc(16);
901
+
902
+ // We use these to control the price styles
903
+
904
+ // $price-money-bg: #eee;
905
+ // $price-money-padding: em-calc(15, 20);
906
+ // $price-money-align: center;
907
+ // $price-money-color: #333;
908
+ // $price-money-weight: normal;
909
+ // $price-money-size: em-calc(20);
910
+
911
+ // We use these to control the description styles
912
+
913
+ // $price-bg: #fff;
914
+ // $price-desc-color: #777;
915
+ // $price-desc-padding: em-calc(15);
916
+ // $price-desc-align: center;
917
+ // $price-desc-font-size: em-calc(12);
918
+ // $price-desc-weight: normal;
919
+ // $price-desc-line-height: 1.4;
920
+ // $price-desc-bottom-border: dotted 1px #ddd;
921
+
922
+ // We use these to control the list item styles
923
+
924
+ // $price-item-color: #333;
925
+ // $price-item-padding: em-calc(15);
926
+ // $price-item-align: center;
927
+ // $price-item-font-size: em-calc(14);
928
+ // $price-item-weight: normal;
929
+ // $price-item-bottom-border: dotted 1px #ddd;
930
+
931
+ // We use these to control the CTA area styles
932
+
933
+ // $price-cta-bg: #f5f5f5;
934
+ // $price-cta-align: center;
935
+ // $price-cta-padding: em-calc(20 20 0);
936
+
937
+ //
938
+ // Progress Bar Variables
939
+ //
940
+
941
+ // We use this to se the prog bar height
942
+
943
+ // $progress-bar-height: em-calc(25);
944
+ // $progress-bar-color: transparent;
945
+
946
+ // We use these to control the border styles
947
+
948
+ // $progress-bar-border-color: darken(#fff, 20%);
949
+ // $progress-bar-border-size: 1px;
950
+ // $progress-bar-border-style: solid;
951
+ // $progress-bar-border-radius: $global-radius;
952
+
953
+ // We use these to control the margin & padding
954
+
955
+ // $progress-bar-pad: em-calc(2);
956
+ // $progress-bar-margin-bottom: em-calc(10);
957
+
958
+ // We use these to set the meter colors
959
+
960
+ // $progress-meter-color: $primary-color;
961
+ // $progress-meter-secondary-color: $secondary-color;
962
+ // $progress-meter-success-color: $success-color;
963
+ // $progress-meter-alert-color: $alert-color;
964
+
965
+ //
966
+ // Reveal Variables
967
+ //
968
+
969
+ // We use these to control the style of the reveal overlay.
970
+
971
+ // $reveal-overlay-bg: rgba(#000, .45);
972
+ // $reveal-overlay-bg-old: #000;
973
+
974
+ // We use these to control the style of the modal itself.
975
+
976
+ // $reveal-modal-bg: #fff;
977
+ // $reveal-position-top: 50px;
978
+ // $reveal-default-width: 80%;
979
+ // $reveal-modal-padding: em-calc(20);
980
+ // $reveal-box-shadow: 0 0 10px rgba(#000,.4);
981
+
982
+ // We use these to style the reveal close button
983
+
984
+ // $reveal-close-font-size: em-calc(22);
985
+ // $reveal-close-top: em-calc(8);
986
+ // $reveal-close-side: em-calc(11);
987
+ // $reveal-close-color: #aaa;
988
+ // $reveal-close-weight: bold;
989
+
990
+ // We use these to control the modal border
991
+
992
+ // $reveal-border-style: solid;
993
+ // $reveal-border-width: 1px;
994
+ // $reveal-border-color: #666;
995
+
996
+ // $reveal-modal-class: "reveal-modal";
997
+ // $close-reveal-modal-class: "close-reveal-modal";
998
+
999
+ //
1000
+ // Section Variables
1001
+ //
1002
+
1003
+ // We use these to set padding and hover factor
1004
+
1005
+ // $section-title-padding: em-calc(15);
1006
+ // $section-content-padding: em-calc(15);
1007
+ // $section-function-factor: 10%;
1008
+
1009
+ // These style the titles
1010
+
1011
+ // $section-title-color: #333;
1012
+ // $section-title-color-active: #333;
1013
+ // $section-title-bg: #efefef;
1014
+ // $section-title-bg-active: darken($section-title-bg, $section-function-factor);
1015
+ // $section-title-bg-active-tabs: #fff;
1016
+ // $section-title-bg-hover: darken($section-title-bg, $section-function-factor / 2);
1017
+
1018
+ // Want to control border size, here ya go!
1019
+
1020
+ // $section-border-size: 1px;
1021
+ // $section-border-style: solid;
1022
+ // $section-border-color: #ccc;
1023
+
1024
+ // Font controls
1025
+
1026
+ // $section-font-size: em-calc(14);
1027
+
1028
+ // Control the color of the background and some size options
1029
+
1030
+ // $section-content-bg: #fff;
1031
+ // $section-vertical-nav-min-width: em-calc(200);
1032
+ // $section-vertical-tabs-title-width: em-calc(200);
1033
+ // $section-bottom-margin: em-calc(20);
1034
+
1035
+ // $title-selector: ".title";
1036
+ // $content-selector: ".content";
1037
+ // $active-region-selector: ".active";
1038
+
1039
+ //
1040
+ // Side Nav Variables
1041
+ //
1042
+
1043
+ // We use this to control padding.
1044
+
1045
+ // $side-nav-padding: em-calc(14 0);
1046
+
1047
+ // We use these to control list styles.
1048
+
1049
+ // $side-nav-list-type: none;
1050
+ // $side-nav-list-position: inside;
1051
+ // $side-nav-list-margin: em-calc(0 0 7 0);
1052
+
1053
+ // We use these to control link styles.
1054
+
1055
+ // $side-nav-link-color: $primary-color;
1056
+ // $side-nav-link-color-active: lighten(#000, 30%);
1057
+ // $side-nav-font-size: em-calc(14);
1058
+ // $side-nav-font-weight: bold;
1059
+
1060
+ // We use these to control border styles
1061
+
1062
+ // $side-nav-divider-size: 1px;
1063
+ // $side-nav-divider-style: solid;
1064
+ // $side-nav-divider-color: darken(#fff, 10%);
1065
+
1066
+ //
1067
+ // Sub Nav Variables
1068
+ //
1069
+
1070
+ // We use these to control margin and padding
1071
+
1072
+ // $sub-nav-list-margin: em-calc(-4 0 18);
1073
+ // $sub-nav-list-padding-top: em-calc(4);
1074
+
1075
+ // We use this to control the definition
1076
+
1077
+ // $sub-nav-font-size: em-calc(14);
1078
+ // $sub-nav-font-color: #999;
1079
+ // $sub-nav-font-weight: normal;
1080
+ // $sub-nav-text-decoration: none;
1081
+ // $sub-nav-border-radius: 1000px;
1082
+
1083
+ // We use these to control the active item styles
1084
+
1085
+ // $sub-nav-active-font-weight: bold;
1086
+ // $sub-nav-active-bg: $primary-color;
1087
+ // $sub-nav-active-color: #fff;
1088
+ // $sub-nav-active-padding: em-calc(3 9);
1089
+ // $sub-nav-active-cursor: default;
1090
+
1091
+ // $sub-nav-item-divider: "" !default;
1092
+ // $sub-nav-item-divider-margin: em-calc(12) !default;
1093
+
1094
+ //
1095
+ // Switch Variables
1096
+ //
1097
+
1098
+ // Controlling border styles and background colors for the switch container
1099
+
1100
+ // $switch-border-color: darken(#fff, 20%);
1101
+ // $switch-border-style: solid;
1102
+ // $switch-border-width: 1px;
1103
+ // $switch-bg: #fff;
1104
+
1105
+ // We use these to control the switch heights for our default classes
1106
+
1107
+ // $switch-height-tny: 22px;
1108
+ // $switch-height-sml: 28px;
1109
+ // $switch-height-med: 36px;
1110
+ // $switch-height-lrg: 44px;
1111
+ // $switch-bottom-margin: em-calc(20);
1112
+
1113
+ // We use these to control default font sizes for our classes.
1114
+
1115
+ // $switch-font-size-tny: 11px;
1116
+ // $switch-font-size-sml: 12px;
1117
+ // $switch-font-size-med: 14px;
1118
+ // $switch-font-size-lrg: 17px;
1119
+ // $switch-label-side-padding: 6px;
1120
+
1121
+ // We use these to style the switch-paddle
1122
+
1123
+ // $switch-paddle-bg: #fff;
1124
+ // $switch-paddle-fade-to-color: darken($switch-paddle-bg, 10%);
1125
+ // $switch-paddle-border-color: darken($switch-paddle-bg, 35%);
1126
+ // $switch-paddle-border-width: 1px;
1127
+ // $switch-paddle-border-style: solid;
1128
+ // $switch-paddle-transition-speed: .1s;
1129
+ // $switch-paddle-transition-ease: ease-out;
1130
+ // $switch-positive-color: lighten($success-color, 50%);
1131
+ // $switch-negative-color: #f5f5f5;
1132
+
1133
+ // Outline Style for tabbing through switches
1134
+
1135
+ // $switch-label-outline: 1px dotted #888;
1136
+
1137
+ //
1138
+ // Table Variables
1139
+ //
1140
+
1141
+ // These control the background color for the table and even rows
1142
+
1143
+ // $table-bg: #fff;
1144
+ // $table-even-row-bg: #f9f9f9;
1145
+
1146
+ // These control the table cell border style
1147
+
1148
+ // $table-border-style: solid;
1149
+ // $table-border-size: 1px;
1150
+ // $table-border-color: #ddd;
1151
+
1152
+ // These control the table head styles
1153
+
1154
+ // $table-head-bg: #f5f5f5;
1155
+ // $table-head-font-size: em-calc(14);
1156
+ // $table-head-font-color: #222;
1157
+ // $table-head-font-weight: bold;
1158
+ // $table-head-padding: em-calc(8 10 10);
1159
+
1160
+ // These control the row padding and font styles
1161
+
1162
+ // $table-row-padding: em-calc(9 10);
1163
+ // $table-row-font-size: em-calc(14);
1164
+ // $table-row-font-color: #222;
1165
+ // $table-line-height: em-calc(18);
1166
+
1167
+ // These are for controlling the display and margin of tables
1168
+
1169
+ // $table-display: table-cell;
1170
+ // $table-margin-bottom: em-calc(20);
1171
+
1172
+ //
1173
+ // Image Thumbnail Variables
1174
+ //
1175
+
1176
+ // We use these to control border styles
1177
+
1178
+ // $thumb-border-style: solid;
1179
+ // $thumb-border-width: 4px;
1180
+ // $thumb-border-color: #fff;
1181
+ // $thumb-box-shadow: 0 0 0 1px rgba(#000,.2);
1182
+ // $thumb-box-shadow-hover: 0 0 6px 1px rgba($primary-color,0.5);
1183
+
1184
+ // Radius and transition speed for thumbs
1185
+
1186
+ // $thumb-radius: $global-radius;
1187
+ // $thumb-transition-speed: 200ms;
1188
+
1189
+ //
1190
+ // Tooltip Variables
1191
+ //
1192
+
1193
+ // $has-tip-border-bottom: dotted 1px #ccc;
1194
+ // $has-tip-font-weight: bold;
1195
+ // $has-tip-font-color: #333;
1196
+ // $has-tip-border-bottom-hover: dotted 1px darken($primary-color, 20%);
1197
+ // $has-tip-font-color-hover: $primary-color;
1198
+ // $has-tip-cursor-type: help;
1199
+
1200
+ // $tooltip-padding: em-calc(8);
1201
+ // $tooltip-bg: #000;
1202
+ // $tooltip-font-size: em-calc(15);
1203
+ // $tooltip-font-weight: bold;
1204
+ // $tooltip-font-color: #fff;
1205
+ // $tooltip-line-height: 1.3;
1206
+ // $tooltip-close-font-size: em-calc(10);
1207
+ // $tooltip-close-font-weight: normal;
1208
+ // $tooltip-close-font-color: #888;
1209
+ // $tooltip-font-size-sml: em-calc(14);
1210
+ // $tooltip-radius: $global-radius;
1211
+ // $tooltip-pip-size: 5px;
1212
+
1213
+ //
1214
+ // Top Bar Variables
1215
+ //
1216
+
1217
+ // Background color for the top bar
1218
+
1219
+ // $topbar-bg-color: #111;
1220
+ // $topbar-bg: $topbar-bg-color;
1221
+
1222
+ // Height and margin
1223
+
1224
+ // $topbar-height: 45px;
1225
+ // $topbar-margin-bottom: 0;
1226
+
1227
+ // Control Input height for top bar
1228
+
1229
+ // $topbar-input-height: 2.45em;
1230
+
1231
+ // Controlling the styles for the title in the top bar
1232
+
1233
+ // $topbar-title-weight: bold;
1234
+ // $topbar-title-font-size: em-calc(17);
1235
+
1236
+ // Style the top bar dropdown elements
1237
+
1238
+ // $topbar-dropdown-bg: #222;
1239
+ // $topbar-dropdown-link-color: #fff;
1240
+ // // $topbar-dropdown-link-bg: lighten($topbar-bg-color, 5%);
1241
+ // $topbar-dropdown-toggle-size: 5px;
1242
+ // $topbar-dropdown-toggle-color: #fff;
1243
+ // $topbar-dropdown-toggle-alpha: 0.5;
1244
+
1245
+ // Set the link colors and styles for top-level nav
1246
+
1247
+ // $topbar-link-color: #fff;
1248
+ // $topbar-link-color-hover: #fff;
1249
+ // $topbar-link-color-active: #fff;
1250
+ // $topbar-link-weight: bold;
1251
+ // $topbar-link-font-size: em-calc(13);
1252
+ // $topbar-link-hover-lightness: -30%; // Darken by 30%
1253
+ // $topbar-link-bg-hover: darken($topbar-bg-color, 3%);
1254
+ // $topbar-link-bg-active: darken($topbar-bg-color, 3%);
1255
+
1256
+ // $topbar-dropdown-label-color: #555;
1257
+ // $topbar-dropdown-label-text-transform: uppercase;
1258
+ // $topbar-dropdown-label-font-weight: bold;
1259
+ // $topbar-dropdown-label-font-size: em-calc(10);
1260
+ // $topbar-dropdown-label-bg: lighten($topbar-bg-color, 5%);
1261
+
1262
+ // Top menu icon styles
1263
+
1264
+ // $topbar-menu-link-transform: uppercase;
1265
+ // $topbar-menu-link-font-size: em-calc(13);
1266
+ // $topbar-menu-link-weight: bold;
1267
+ // $topbar-menu-link-color: #fff;
1268
+ // $topbar-menu-icon-color: #fff;
1269
+ // $topbar-menu-link-color-toggled: #888;
1270
+ // $topbar-menu-icon-color-toggled: #888;
1271
+
1272
+ // Transitions and breakpoint styles
1273
+
1274
+ // $topbar-transition-speed: 300ms;
1275
+ // $topbar-breakpoint: 940px !default; // Change to 9999px for always mobile layout
1276
+ // $topbar-media-query: "only screen and (min-width: #{$topbar-breakpoint})";
1277
+
1278
+ // Divider Styles
1279
+
1280
+ // $topbar-divider-border-bottom: solid 1px lighten($topbar-bg-color, 10%);
1281
+ // $topbar-divider-border-top: solid 1px darken($topbar-bg-color, 10%);
1282
+
1283
+ // Sticky Class
1284
+
1285
+ // $topbar-sticky-class: ".sticky";
1286
+ // $topbar-arrows: true; //Set false to remove the triangle icon from the menu item