ext_sprockets 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (505) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +114 -0
  3. data/.ruby-version +1 -0
  4. data/Gemfile +21 -0
  5. data/Gemfile.lock +77 -0
  6. data/MIT-LICENSE +20 -0
  7. data/README.md +3 -0
  8. data/bin/yarn +12 -0
  9. data/ext_sprockets.gemspec +22 -0
  10. data/lib/ext_sprockets.rb +5 -0
  11. data/lib/ext_sprockets/engine.rb +11 -0
  12. data/lib/ext_sprockets/version.rb +3 -0
  13. data/node_modules/.yarn-integrity +60 -0
  14. data/node_modules/bootswatch/cerulean/_bootswatch.scss +131 -0
  15. data/node_modules/bootswatch/cerulean/_variables.scss +870 -0
  16. data/node_modules/bootswatch/cosmo/_bootswatch.scss +262 -0
  17. data/node_modules/bootswatch/cosmo/_variables.scss +870 -0
  18. data/node_modules/bootswatch/cyborg/_bootswatch.scss +243 -0
  19. data/node_modules/bootswatch/cyborg/_variables.scss +870 -0
  20. data/node_modules/bootswatch/darkly/_bootswatch.scss +351 -0
  21. data/node_modules/bootswatch/darkly/_variables.scss +870 -0
  22. data/node_modules/bootswatch/flatly/_bootswatch.scss +330 -0
  23. data/node_modules/bootswatch/flatly/_variables.scss +870 -0
  24. data/node_modules/bootswatch/journal/_bootswatch.scss +145 -0
  25. data/node_modules/bootswatch/journal/_variables.scss +870 -0
  26. data/node_modules/bootswatch/lumen/_bootswatch.scss +523 -0
  27. data/node_modules/bootswatch/lumen/_variables.scss +870 -0
  28. data/node_modules/bootswatch/package.json +26 -0
  29. data/node_modules/bootswatch/paper/_bootswatch.scss +620 -0
  30. data/node_modules/bootswatch/paper/_variables.scss +870 -0
  31. data/node_modules/bootswatch/readable/_bootswatch.scss +183 -0
  32. data/node_modules/bootswatch/readable/_variables.scss +870 -0
  33. data/node_modules/bootswatch/sandstone/_bootswatch.scss +196 -0
  34. data/node_modules/bootswatch/sandstone/_variables.scss +870 -0
  35. data/node_modules/bootswatch/simplex/_bootswatch.scss +170 -0
  36. data/node_modules/bootswatch/simplex/_variables.scss +870 -0
  37. data/node_modules/bootswatch/slate/_bootswatch.scss +448 -0
  38. data/node_modules/bootswatch/slate/_variables.scss +870 -0
  39. data/node_modules/bootswatch/spacelab/_bootswatch.scss +142 -0
  40. data/node_modules/bootswatch/spacelab/_variables.scss +870 -0
  41. data/node_modules/bootswatch/superhero/_bootswatch.scss +360 -0
  42. data/node_modules/bootswatch/superhero/_variables.scss +870 -0
  43. data/node_modules/bootswatch/united/_bootswatch.scss +56 -0
  44. data/node_modules/bootswatch/united/_variables.scss +870 -0
  45. data/node_modules/bootswatch/yeti/_bootswatch.scss +445 -0
  46. data/node_modules/bootswatch/yeti/_variables.scss +870 -0
  47. data/node_modules/chart.js/dist/Chart.bundle.js +18608 -0
  48. data/node_modules/chart.js/dist/Chart.js +14145 -0
  49. data/node_modules/chart.js/package.json +54 -0
  50. data/node_modules/chartkick/chartkick.js +1866 -0
  51. data/node_modules/chartkick/package.json +25 -0
  52. data/node_modules/eonasdan-bootstrap-datetimepicker/package.json +51 -0
  53. data/node_modules/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js +2636 -0
  54. data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss +344 -0
  55. data/node_modules/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss +16 -0
  56. data/node_modules/file-saver/FileSaver.js +188 -0
  57. data/node_modules/file-saver/package.json +28 -0
  58. data/node_modules/jquery-pjax/jquery.pjax.js +903 -0
  59. data/node_modules/jquery-pjax/package.json +18 -0
  60. data/node_modules/jquery-ui/package.json +74 -0
  61. data/node_modules/jquery-ui/themes/base/accordion.css +23 -0
  62. data/node_modules/jquery-ui/themes/base/all.css +12 -0
  63. data/node_modules/jquery-ui/themes/base/autocomplete.css +16 -0
  64. data/node_modules/jquery-ui/themes/base/base.css +30 -0
  65. data/node_modules/jquery-ui/themes/base/button.css +82 -0
  66. data/node_modules/jquery-ui/themes/base/checkboxradio.css +34 -0
  67. data/node_modules/jquery-ui/themes/base/controlgroup.css +65 -0
  68. data/node_modules/jquery-ui/themes/base/core.css +97 -0
  69. data/node_modules/jquery-ui/themes/base/datepicker.css +185 -0
  70. data/node_modules/jquery-ui/themes/base/dialog.css +101 -0
  71. data/node_modules/jquery-ui/themes/base/draggable.css +12 -0
  72. data/node_modules/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  73. data/node_modules/jquery-ui/themes/base/images/ui-icons_444444_256x240.png +0 -0
  74. data/node_modules/jquery-ui/themes/base/images/ui-icons_555555_256x240.png +0 -0
  75. data/node_modules/jquery-ui/themes/base/images/ui-icons_777620_256x240.png +0 -0
  76. data/node_modules/jquery-ui/themes/base/images/ui-icons_777777_256x240.png +0 -0
  77. data/node_modules/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png +0 -0
  78. data/node_modules/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png +0 -0
  79. data/node_modules/jquery-ui/themes/base/menu.css +64 -0
  80. data/node_modules/jquery-ui/themes/base/progressbar.css +28 -0
  81. data/node_modules/jquery-ui/themes/base/resizable.css +78 -0
  82. data/node_modules/jquery-ui/themes/base/selectable.css +17 -0
  83. data/node_modules/jquery-ui/themes/base/selectmenu.css +50 -0
  84. data/node_modules/jquery-ui/themes/base/slider.css +75 -0
  85. data/node_modules/jquery-ui/themes/base/sortable.css +12 -0
  86. data/node_modules/jquery-ui/themes/base/spinner.css +52 -0
  87. data/node_modules/jquery-ui/themes/base/tabs.css +51 -0
  88. data/node_modules/jquery-ui/themes/base/theme.css +443 -0
  89. data/node_modules/jquery-ui/themes/base/tooltip.css +19 -0
  90. data/node_modules/jquery-ui/ui/core.js +21 -0
  91. data/node_modules/jquery-ui/ui/data.js +39 -0
  92. data/node_modules/jquery-ui/ui/disable-selection.js +46 -0
  93. data/node_modules/jquery-ui/ui/effect.js +1635 -0
  94. data/node_modules/jquery-ui/ui/effects/effect-blind.js +70 -0
  95. data/node_modules/jquery-ui/ui/effects/effect-bounce.js +110 -0
  96. data/node_modules/jquery-ui/ui/effects/effect-clip.js +65 -0
  97. data/node_modules/jquery-ui/ui/effects/effect-drop.js +69 -0
  98. data/node_modules/jquery-ui/ui/effects/effect-explode.js +111 -0
  99. data/node_modules/jquery-ui/ui/effects/effect-fade.js +47 -0
  100. data/node_modules/jquery-ui/ui/effects/effect-fold.js +89 -0
  101. data/node_modules/jquery-ui/ui/effects/effect-highlight.js +57 -0
  102. data/node_modules/jquery-ui/ui/effects/effect-puff.js +42 -0
  103. data/node_modules/jquery-ui/ui/effects/effect-pulsate.js +64 -0
  104. data/node_modules/jquery-ui/ui/effects/effect-scale.js +56 -0
  105. data/node_modules/jquery-ui/ui/effects/effect-shake.js +74 -0
  106. data/node_modules/jquery-ui/ui/effects/effect-size.js +191 -0
  107. data/node_modules/jquery-ui/ui/effects/effect-slide.js +76 -0
  108. data/node_modules/jquery-ui/ui/effects/effect-transfer.js +40 -0
  109. data/node_modules/jquery-ui/ui/escape-selector.js +21 -0
  110. data/node_modules/jquery-ui/ui/focusable.js +84 -0
  111. data/node_modules/jquery-ui/ui/form-reset-mixin.js +77 -0
  112. data/node_modules/jquery-ui/ui/form.js +20 -0
  113. data/node_modules/jquery-ui/ui/i18n/datepicker-af.js +37 -0
  114. data/node_modules/jquery-ui/ui/i18n/datepicker-ar-DZ.js +39 -0
  115. data/node_modules/jquery-ui/ui/i18n/datepicker-ar.js +39 -0
  116. data/node_modules/jquery-ui/ui/i18n/datepicker-az.js +37 -0
  117. data/node_modules/jquery-ui/ui/i18n/datepicker-be.js +37 -0
  118. data/node_modules/jquery-ui/ui/i18n/datepicker-bg.js +38 -0
  119. data/node_modules/jquery-ui/ui/i18n/datepicker-bs.js +37 -0
  120. data/node_modules/jquery-ui/ui/i18n/datepicker-ca.js +37 -0
  121. data/node_modules/jquery-ui/ui/i18n/datepicker-cs.js +37 -0
  122. data/node_modules/jquery-ui/ui/i18n/datepicker-cy-GB.js +45 -0
  123. data/node_modules/jquery-ui/ui/i18n/datepicker-da.js +37 -0
  124. data/node_modules/jquery-ui/ui/i18n/datepicker-de.js +37 -0
  125. data/node_modules/jquery-ui/ui/i18n/datepicker-el.js +37 -0
  126. data/node_modules/jquery-ui/ui/i18n/datepicker-en-AU.js +37 -0
  127. data/node_modules/jquery-ui/ui/i18n/datepicker-en-GB.js +37 -0
  128. data/node_modules/jquery-ui/ui/i18n/datepicker-en-NZ.js +37 -0
  129. data/node_modules/jquery-ui/ui/i18n/datepicker-eo.js +37 -0
  130. data/node_modules/jquery-ui/ui/i18n/datepicker-es.js +37 -0
  131. data/node_modules/jquery-ui/ui/i18n/datepicker-et.js +45 -0
  132. data/node_modules/jquery-ui/ui/i18n/datepicker-eu.js +36 -0
  133. data/node_modules/jquery-ui/ui/i18n/datepicker-fa.js +73 -0
  134. data/node_modules/jquery-ui/ui/i18n/datepicker-fi.js +37 -0
  135. data/node_modules/jquery-ui/ui/i18n/datepicker-fo.js +45 -0
  136. data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CA.js +37 -0
  137. data/node_modules/jquery-ui/ui/i18n/datepicker-fr-CH.js +37 -0
  138. data/node_modules/jquery-ui/ui/i18n/datepicker-fr.js +39 -0
  139. data/node_modules/jquery-ui/ui/i18n/datepicker-gl.js +37 -0
  140. data/node_modules/jquery-ui/ui/i18n/datepicker-he.js +37 -0
  141. data/node_modules/jquery-ui/ui/i18n/datepicker-hi.js +37 -0
  142. data/node_modules/jquery-ui/ui/i18n/datepicker-hr.js +37 -0
  143. data/node_modules/jquery-ui/ui/i18n/datepicker-hu.js +36 -0
  144. data/node_modules/jquery-ui/ui/i18n/datepicker-hy.js +37 -0
  145. data/node_modules/jquery-ui/ui/i18n/datepicker-id.js +37 -0
  146. data/node_modules/jquery-ui/ui/i18n/datepicker-is.js +45 -0
  147. data/node_modules/jquery-ui/ui/i18n/datepicker-it-CH.js +37 -0
  148. data/node_modules/jquery-ui/ui/i18n/datepicker-it.js +37 -0
  149. data/node_modules/jquery-ui/ui/i18n/datepicker-ja.js +37 -0
  150. data/node_modules/jquery-ui/ui/i18n/datepicker-ka.js +48 -0
  151. data/node_modules/jquery-ui/ui/i18n/datepicker-kk.js +37 -0
  152. data/node_modules/jquery-ui/ui/i18n/datepicker-km.js +37 -0
  153. data/node_modules/jquery-ui/ui/i18n/datepicker-ko.js +37 -0
  154. data/node_modules/jquery-ui/ui/i18n/datepicker-ky.js +38 -0
  155. data/node_modules/jquery-ui/ui/i18n/datepicker-lb.js +45 -0
  156. data/node_modules/jquery-ui/ui/i18n/datepicker-lt.js +45 -0
  157. data/node_modules/jquery-ui/ui/i18n/datepicker-lv.js +45 -0
  158. data/node_modules/jquery-ui/ui/i18n/datepicker-mk.js +37 -0
  159. data/node_modules/jquery-ui/ui/i18n/datepicker-ml.js +37 -0
  160. data/node_modules/jquery-ui/ui/i18n/datepicker-ms.js +37 -0
  161. data/node_modules/jquery-ui/ui/i18n/datepicker-nb.js +49 -0
  162. data/node_modules/jquery-ui/ui/i18n/datepicker-nl-BE.js +37 -0
  163. data/node_modules/jquery-ui/ui/i18n/datepicker-nl.js +37 -0
  164. data/node_modules/jquery-ui/ui/i18n/datepicker-nn.js +49 -0
  165. data/node_modules/jquery-ui/ui/i18n/datepicker-no.js +50 -0
  166. data/node_modules/jquery-ui/ui/i18n/datepicker-pl.js +37 -0
  167. data/node_modules/jquery-ui/ui/i18n/datepicker-pt-BR.js +45 -0
  168. data/node_modules/jquery-ui/ui/i18n/datepicker-pt.js +44 -0
  169. data/node_modules/jquery-ui/ui/i18n/datepicker-rm.js +61 -0
  170. data/node_modules/jquery-ui/ui/i18n/datepicker-ro.js +40 -0
  171. data/node_modules/jquery-ui/ui/i18n/datepicker-ru.js +37 -0
  172. data/node_modules/jquery-ui/ui/i18n/datepicker-sk.js +37 -0
  173. data/node_modules/jquery-ui/ui/i18n/datepicker-sl.js +38 -0
  174. data/node_modules/jquery-ui/ui/i18n/datepicker-sq.js +37 -0
  175. data/node_modules/jquery-ui/ui/i18n/datepicker-sr-SR.js +37 -0
  176. data/node_modules/jquery-ui/ui/i18n/datepicker-sr.js +37 -0
  177. data/node_modules/jquery-ui/ui/i18n/datepicker-sv.js +37 -0
  178. data/node_modules/jquery-ui/ui/i18n/datepicker-ta.js +53 -0
  179. data/node_modules/jquery-ui/ui/i18n/datepicker-th.js +37 -0
  180. data/node_modules/jquery-ui/ui/i18n/datepicker-tj.js +37 -0
  181. data/node_modules/jquery-ui/ui/i18n/datepicker-tr.js +37 -0
  182. data/node_modules/jquery-ui/ui/i18n/datepicker-uk.js +38 -0
  183. data/node_modules/jquery-ui/ui/i18n/datepicker-vi.js +37 -0
  184. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-CN.js +37 -0
  185. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-HK.js +37 -0
  186. data/node_modules/jquery-ui/ui/i18n/datepicker-zh-TW.js +37 -0
  187. data/node_modules/jquery-ui/ui/ie.js +15 -0
  188. data/node_modules/jquery-ui/ui/jquery-1-7.js +89 -0
  189. data/node_modules/jquery-ui/ui/keycode.js +45 -0
  190. data/node_modules/jquery-ui/ui/labels.js +62 -0
  191. data/node_modules/jquery-ui/ui/plugin.js +44 -0
  192. data/node_modules/jquery-ui/ui/position.js +498 -0
  193. data/node_modules/jquery-ui/ui/safe-active-element.js +40 -0
  194. data/node_modules/jquery-ui/ui/safe-blur.js +21 -0
  195. data/node_modules/jquery-ui/ui/scroll-parent.js +45 -0
  196. data/node_modules/jquery-ui/ui/tabbable.js +35 -0
  197. data/node_modules/jquery-ui/ui/unique-id.js +49 -0
  198. data/node_modules/jquery-ui/ui/version.js +17 -0
  199. data/node_modules/jquery-ui/ui/widget.js +733 -0
  200. data/node_modules/jquery-ui/ui/widgets/accordion.js +613 -0
  201. data/node_modules/jquery-ui/ui/widgets/autocomplete.js +682 -0
  202. data/node_modules/jquery-ui/ui/widgets/button.js +386 -0
  203. data/node_modules/jquery-ui/ui/widgets/checkboxradio.js +286 -0
  204. data/node_modules/jquery-ui/ui/widgets/controlgroup.js +298 -0
  205. data/node_modules/jquery-ui/ui/widgets/datepicker.js +2120 -0
  206. data/node_modules/jquery-ui/ui/widgets/dialog.js +940 -0
  207. data/node_modules/jquery-ui/ui/widgets/draggable.js +1250 -0
  208. data/node_modules/jquery-ui/ui/widgets/droppable.js +497 -0
  209. data/node_modules/jquery-ui/ui/widgets/menu.js +673 -0
  210. data/node_modules/jquery-ui/ui/widgets/mouse.js +226 -0
  211. data/node_modules/jquery-ui/ui/widgets/progressbar.js +178 -0
  212. data/node_modules/jquery-ui/ui/widgets/resizable.js +1201 -0
  213. data/node_modules/jquery-ui/ui/widgets/selectable.js +310 -0
  214. data/node_modules/jquery-ui/ui/widgets/selectmenu.js +687 -0
  215. data/node_modules/jquery-ui/ui/widgets/slider.js +752 -0
  216. data/node_modules/jquery-ui/ui/widgets/sortable.js +1554 -0
  217. data/node_modules/jquery-ui/ui/widgets/spinner.js +575 -0
  218. data/node_modules/jquery-ui/ui/widgets/tabs.js +924 -0
  219. data/node_modules/jquery-ui/ui/widgets/tooltip.js +520 -0
  220. data/node_modules/jquery-ujs/package.json +26 -0
  221. data/node_modules/jquery-ujs/src/rails.js +555 -0
  222. data/node_modules/jquery/dist/jquery.js +10253 -0
  223. data/node_modules/jquery/dist/jquery.slim.js +8160 -0
  224. data/node_modules/jquery/package.json +97 -0
  225. data/node_modules/js-cookie/package.json +49 -0
  226. data/node_modules/js-cookie/src/js.cookie.js +165 -0
  227. data/node_modules/jstz/dist/jstz.js +1428 -0
  228. data/node_modules/jstz/package.json +57 -0
  229. data/node_modules/lodash/core.js +3836 -0
  230. data/node_modules/lodash/lodash.js +17084 -0
  231. data/node_modules/lodash/package.json +17 -0
  232. data/node_modules/moment-timezone/builds/moment-timezone-with-data-2012-2022.js +1204 -0
  233. data/node_modules/moment-timezone/builds/moment-timezone-with-data.js +1204 -0
  234. data/node_modules/moment-timezone/moment-timezone-utils.js +316 -0
  235. data/node_modules/moment-timezone/moment-timezone.js +605 -0
  236. data/node_modules/moment-timezone/package.json +50 -0
  237. data/node_modules/moment/locale/af.js +74 -0
  238. data/node_modules/moment/locale/ar-dz.js +60 -0
  239. data/node_modules/moment/locale/ar-kw.js +60 -0
  240. data/node_modules/moment/locale/ar-ly.js +127 -0
  241. data/node_modules/moment/locale/ar-ma.js +61 -0
  242. data/node_modules/moment/locale/ar-sa.js +106 -0
  243. data/node_modules/moment/locale/ar-tn.js +60 -0
  244. data/node_modules/moment/locale/ar.js +143 -0
  245. data/node_modules/moment/locale/az.js +106 -0
  246. data/node_modules/moment/locale/be.js +135 -0
  247. data/node_modules/moment/locale/bg.js +91 -0
  248. data/node_modules/moment/locale/bm.js +60 -0
  249. data/node_modules/moment/locale/bn.js +120 -0
  250. data/node_modules/moment/locale/bo.js +120 -0
  251. data/node_modules/moment/locale/br.js +109 -0
  252. data/node_modules/moment/locale/bs.js +153 -0
  253. data/node_modules/moment/locale/ca.js +89 -0
  254. data/node_modules/moment/locale/cs.js +180 -0
  255. data/node_modules/moment/locale/cv.js +64 -0
  256. data/node_modules/moment/locale/cy.js +82 -0
  257. data/node_modules/moment/locale/da.js +61 -0
  258. data/node_modules/moment/locale/de-at.js +80 -0
  259. data/node_modules/moment/locale/de-ch.js +79 -0
  260. data/node_modules/moment/locale/de.js +79 -0
  261. data/node_modules/moment/locale/dv.js +101 -0
  262. data/node_modules/moment/locale/el.js +101 -0
  263. data/node_modules/moment/locale/en-au.js +68 -0
  264. data/node_modules/moment/locale/en-ca.js +64 -0
  265. data/node_modules/moment/locale/en-gb.js +68 -0
  266. data/node_modules/moment/locale/en-ie.js +68 -0
  267. data/node_modules/moment/locale/en-nz.js +68 -0
  268. data/node_modules/moment/locale/eo.js +74 -0
  269. data/node_modules/moment/locale/es-do.js +92 -0
  270. data/node_modules/moment/locale/es-us.js +84 -0
  271. data/node_modules/moment/locale/es.js +93 -0
  272. data/node_modules/moment/locale/et.js +82 -0
  273. data/node_modules/moment/locale/eu.js +67 -0
  274. data/node_modules/moment/locale/fa.js +108 -0
  275. data/node_modules/moment/locale/fi.js +110 -0
  276. data/node_modules/moment/locale/fo.js +61 -0
  277. data/node_modules/moment/locale/fr-ca.js +75 -0
  278. data/node_modules/moment/locale/fr-ch.js +79 -0
  279. data/node_modules/moment/locale/fr.js +84 -0
  280. data/node_modules/moment/locale/fy.js +76 -0
  281. data/node_modules/moment/locale/gd.js +77 -0
  282. data/node_modules/moment/locale/gl.js +78 -0
  283. data/node_modules/moment/locale/gom-latn.js +124 -0
  284. data/node_modules/moment/locale/gu.js +125 -0
  285. data/node_modules/moment/locale/he.js +100 -0
  286. data/node_modules/moment/locale/hi.js +125 -0
  287. data/node_modules/moment/locale/hr.js +155 -0
  288. data/node_modules/moment/locale/hu.js +111 -0
  289. data/node_modules/moment/locale/hy-am.js +96 -0
  290. data/node_modules/moment/locale/id.js +84 -0
  291. data/node_modules/moment/locale/is.js +133 -0
  292. data/node_modules/moment/locale/it.js +71 -0
  293. data/node_modules/moment/locale/ja.js +81 -0
  294. data/node_modules/moment/locale/jv.js +84 -0
  295. data/node_modules/moment/locale/ka.js +90 -0
  296. data/node_modules/moment/locale/kk.js +88 -0
  297. data/node_modules/moment/locale/km.js +59 -0
  298. data/node_modules/moment/locale/kn.js +127 -0
  299. data/node_modules/moment/locale/ko.js +83 -0
  300. data/node_modules/moment/locale/ky.js +89 -0
  301. data/node_modules/moment/locale/lb.js +138 -0
  302. data/node_modules/moment/locale/lo.js +71 -0
  303. data/node_modules/moment/locale/lt.js +119 -0
  304. data/node_modules/moment/locale/lv.js +99 -0
  305. data/node_modules/moment/locale/me.js +113 -0
  306. data/node_modules/moment/locale/mi.js +65 -0
  307. data/node_modules/moment/locale/mk.js +91 -0
  308. data/node_modules/moment/locale/ml.js +82 -0
  309. data/node_modules/moment/locale/mr.js +162 -0
  310. data/node_modules/moment/locale/ms-my.js +84 -0
  311. data/node_modules/moment/locale/ms.js +83 -0
  312. data/node_modules/moment/locale/mt.js +61 -0
  313. data/node_modules/moment/locale/my.js +97 -0
  314. data/node_modules/moment/locale/nb.js +64 -0
  315. data/node_modules/moment/locale/ne.js +124 -0
  316. data/node_modules/moment/locale/nl-be.js +89 -0
  317. data/node_modules/moment/locale/nl.js +89 -0
  318. data/node_modules/moment/locale/nn.js +61 -0
  319. data/node_modules/moment/locale/pa-in.js +125 -0
  320. data/node_modules/moment/locale/pl.js +127 -0
  321. data/node_modules/moment/locale/pt-br.js +62 -0
  322. data/node_modules/moment/locale/pt.js +66 -0
  323. data/node_modules/moment/locale/ro.js +77 -0
  324. data/node_modules/moment/locale/ru.js +185 -0
  325. data/node_modules/moment/locale/sd.js +99 -0
  326. data/node_modules/moment/locale/se.js +62 -0
  327. data/node_modules/moment/locale/si.js +72 -0
  328. data/node_modules/moment/locale/sk.js +158 -0
  329. data/node_modules/moment/locale/sl.js +174 -0
  330. data/node_modules/moment/locale/sq.js +71 -0
  331. data/node_modules/moment/locale/sr-cyrl.js +112 -0
  332. data/node_modules/moment/locale/sr.js +112 -0
  333. data/node_modules/moment/locale/ss.js +90 -0
  334. data/node_modules/moment/locale/sv.js +70 -0
  335. data/node_modules/moment/locale/sw.js +60 -0
  336. data/node_modules/moment/locale/ta.js +131 -0
  337. data/node_modules/moment/locale/te.js +90 -0
  338. data/node_modules/moment/locale/tet.js +69 -0
  339. data/node_modules/moment/locale/th.js +68 -0
  340. data/node_modules/moment/locale/tl-ph.js +63 -0
  341. data/node_modules/moment/locale/tlh.js +123 -0
  342. data/node_modules/moment/locale/tr.js +91 -0
  343. data/node_modules/moment/locale/tzl.js +93 -0
  344. data/node_modules/moment/locale/tzm-latn.js +59 -0
  345. data/node_modules/moment/locale/tzm.js +59 -0
  346. data/node_modules/moment/locale/uk.js +153 -0
  347. data/node_modules/moment/locale/ur.js +100 -0
  348. data/node_modules/moment/locale/uz-latn.js +59 -0
  349. data/node_modules/moment/locale/uz.js +59 -0
  350. data/node_modules/moment/locale/vi.js +80 -0
  351. data/node_modules/moment/locale/x-pseudo.js +69 -0
  352. data/node_modules/moment/locale/yo.js +61 -0
  353. data/node_modules/moment/locale/zh-cn.js +112 -0
  354. data/node_modules/moment/locale/zh-hk.js +106 -0
  355. data/node_modules/moment/locale/zh-tw.js +105 -0
  356. data/node_modules/moment/min/locales.js +9769 -0
  357. data/node_modules/moment/min/moment-with-locales.js +14289 -0
  358. data/node_modules/moment/moment.js +4535 -0
  359. data/node_modules/moment/package.json +99 -0
  360. data/node_modules/nprogress/nprogress.css +74 -0
  361. data/node_modules/nprogress/nprogress.js +480 -0
  362. data/node_modules/nprogress/package.json +47 -0
  363. data/node_modules/nprogress/support/extras.css +4 -0
  364. data/node_modules/roboto-fontface/css/mixins.scss +36 -0
  365. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold-italic.scss +3 -0
  366. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-bold.scss +3 -0
  367. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light-italic.scss +3 -0
  368. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-light.scss +3 -0
  369. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular-italic.scss +3 -0
  370. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface-regular.scss +3 -0
  371. data/node_modules/roboto-fontface/css/roboto-condensed/sass/roboto-condensed-fontface.scss +6 -0
  372. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-bold.scss +3 -0
  373. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-light.scss +3 -0
  374. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-regular.scss +3 -0
  375. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface-thin.scss +3 -0
  376. data/node_modules/roboto-fontface/css/roboto-slab/sass/roboto-slab-fontface.scss +4 -0
  377. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black-italic.scss +3 -0
  378. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-black.scss +3 -0
  379. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold-italic.scss +3 -0
  380. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-bold.scss +3 -0
  381. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light-italic.scss +3 -0
  382. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-light.scss +3 -0
  383. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium-italic.scss +3 -0
  384. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-medium.scss +3 -0
  385. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular-italic.scss +3 -0
  386. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-regular.scss +3 -0
  387. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin-italic.scss +3 -0
  388. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface-thin.scss +3 -0
  389. data/node_modules/roboto-fontface/css/roboto/sass/roboto-fontface.scss +12 -0
  390. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.eot +0 -0
  391. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.svg +643 -0
  392. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.ttf +0 -0
  393. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff +0 -0
  394. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Bold.woff2 +0 -0
  395. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.eot +0 -0
  396. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.svg +643 -0
  397. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.ttf +0 -0
  398. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff +0 -0
  399. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-BoldItalic.woff2 +0 -0
  400. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.eot +0 -0
  401. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.svg +643 -0
  402. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.ttf +0 -0
  403. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff +0 -0
  404. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Light.woff2 +0 -0
  405. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.eot +0 -0
  406. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.svg +643 -0
  407. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.ttf +0 -0
  408. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff +0 -0
  409. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-LightItalic.woff2 +0 -0
  410. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.eot +0 -0
  411. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.svg +644 -0
  412. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.ttf +0 -0
  413. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff +0 -0
  414. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-Regular.woff2 +0 -0
  415. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.eot +0 -0
  416. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.svg +644 -0
  417. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.ttf +0 -0
  418. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff +0 -0
  419. data/node_modules/roboto-fontface/fonts/roboto-condensed/Roboto-Condensed-RegularItalic.woff2 +0 -0
  420. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.eot +0 -0
  421. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.svg +679 -0
  422. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.ttf +0 -0
  423. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff +0 -0
  424. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Bold.woff2 +0 -0
  425. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.eot +0 -0
  426. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.svg +678 -0
  427. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.ttf +0 -0
  428. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff +0 -0
  429. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Light.woff2 +0 -0
  430. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.eot +0 -0
  431. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.svg +678 -0
  432. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.ttf +0 -0
  433. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff +0 -0
  434. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Regular.woff2 +0 -0
  435. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.eot +0 -0
  436. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.svg +678 -0
  437. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.ttf +0 -0
  438. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff +0 -0
  439. data/node_modules/roboto-fontface/fonts/roboto-slab/Roboto-Slab-Thin.woff2 +0 -0
  440. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.eot +0 -0
  441. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.svg +10968 -0
  442. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.ttf +0 -0
  443. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff +0 -0
  444. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Black.woff2 +0 -0
  445. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.eot +0 -0
  446. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.svg +11086 -0
  447. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  448. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff +0 -0
  449. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BlackItalic.woff2 +0 -0
  450. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.eot +0 -0
  451. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.svg +11010 -0
  452. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.ttf +0 -0
  453. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff +0 -0
  454. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Bold.woff2 +0 -0
  455. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.eot +0 -0
  456. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.svg +11096 -0
  457. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  458. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff +0 -0
  459. data/node_modules/roboto-fontface/fonts/roboto/Roboto-BoldItalic.woff2 +0 -0
  460. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.eot +0 -0
  461. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.svg +10564 -0
  462. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.ttf +0 -0
  463. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff +0 -0
  464. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Light.woff2 +0 -0
  465. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.eot +0 -0
  466. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.svg +10646 -0
  467. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  468. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff +0 -0
  469. data/node_modules/roboto-fontface/fonts/roboto/Roboto-LightItalic.woff2 +0 -0
  470. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.eot +0 -0
  471. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.svg +10999 -0
  472. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.ttf +0 -0
  473. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff +0 -0
  474. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Medium.woff2 +0 -0
  475. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.eot +0 -0
  476. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.svg +11100 -0
  477. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  478. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff +0 -0
  479. data/node_modules/roboto-fontface/fonts/roboto/Roboto-MediumItalic.woff2 +0 -0
  480. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.eot +0 -0
  481. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.svg +10520 -0
  482. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.ttf +0 -0
  483. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff +0 -0
  484. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Regular.woff2 +0 -0
  485. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.eot +0 -0
  486. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.svg +10629 -0
  487. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.ttf +0 -0
  488. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff +0 -0
  489. data/node_modules/roboto-fontface/fonts/roboto/Roboto-RegularItalic.woff2 +0 -0
  490. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.eot +0 -0
  491. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.svg +10617 -0
  492. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.ttf +0 -0
  493. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff +0 -0
  494. data/node_modules/roboto-fontface/fonts/roboto/Roboto-Thin.woff2 +0 -0
  495. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.eot +0 -0
  496. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.svg +10726 -0
  497. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  498. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff +0 -0
  499. data/node_modules/roboto-fontface/fonts/roboto/Roboto-ThinItalic.woff2 +0 -0
  500. data/node_modules/roboto-fontface/package.json +28 -0
  501. data/node_modules/signature_pad/dist/signature_pad.js +610 -0
  502. data/node_modules/signature_pad/package.json +41 -0
  503. data/package.json +23 -0
  504. data/yarn.lock +118 -0
  505. metadata +575 -0
@@ -0,0 +1,330 @@
1
+ // Flatly 3.3.7
2
+ // Bootswatch
3
+ // -----------------------------------------------------
4
+
5
+ $web-font-path: "https://fonts.googleapis.com/css?family=Lato:400,700,400italic" !default;
6
+ @import url($web-font-path);
7
+
8
+ // Navbar =====================================================================
9
+
10
+ .navbar {
11
+ border-width: 0;
12
+
13
+ &-default {
14
+
15
+ .badge {
16
+ background-color: #fff;
17
+ color: $navbar-default-bg;
18
+ }
19
+ }
20
+
21
+ &-inverse {
22
+
23
+ .badge {
24
+ background-color: #fff;
25
+ color: $navbar-inverse-bg;
26
+ }
27
+ }
28
+
29
+ &-brand {
30
+ line-height: 1;
31
+ }
32
+ }
33
+
34
+ // Buttons ====================================================================
35
+
36
+ .btn {
37
+ border-width: 2px;
38
+ }
39
+
40
+ .btn:active {
41
+ @include box-shadow(none);
42
+ }
43
+
44
+ .btn-group.open .dropdown-toggle {
45
+ @include box-shadow(none);
46
+ }
47
+
48
+ // Typography =================================================================
49
+
50
+ .text-primary,
51
+ .text-primary:hover {
52
+ color: $brand-primary;
53
+ }
54
+
55
+ .text-success,
56
+ .text-success:hover {
57
+ color: $brand-success;
58
+ }
59
+
60
+ .text-danger,
61
+ .text-danger:hover {
62
+ color: $brand-danger;
63
+ }
64
+
65
+ .text-warning,
66
+ .text-warning:hover {
67
+ color: $brand-warning;
68
+ }
69
+
70
+ .text-info,
71
+ .text-info:hover {
72
+ color: $brand-info;
73
+ }
74
+
75
+ // Tables =====================================================================
76
+
77
+ table,
78
+ .table {
79
+
80
+ a:not(.btn) {
81
+ text-decoration: underline;
82
+ }
83
+
84
+ .dropdown-menu a {
85
+ text-decoration: none;
86
+ }
87
+
88
+ .success,
89
+ .warning,
90
+ .danger,
91
+ .info {
92
+ color: #fff;
93
+
94
+ > th > a,
95
+ > td > a,
96
+ > a {
97
+ color: #fff;
98
+ }
99
+ }
100
+
101
+ > thead > tr > th,
102
+ > tbody > tr > th,
103
+ > tfoot > tr > th,
104
+ > thead > tr > td,
105
+ > tbody > tr > td,
106
+ > tfoot > tr > td {
107
+ border: none;
108
+ }
109
+
110
+ &-bordered > thead > tr > th,
111
+ &-bordered > tbody > tr > th,
112
+ &-bordered > tfoot > tr > th,
113
+ &-bordered > thead > tr > td,
114
+ &-bordered > tbody > tr > td,
115
+ &-bordered > tfoot > tr > td {
116
+ border: 1px solid $table-border-color;
117
+ }
118
+ }
119
+
120
+ // Forms ======================================================================
121
+
122
+ .form-control,
123
+ input {
124
+ border-width: 2px;
125
+ @include box-shadow(none);
126
+
127
+ &:focus {
128
+ @include box-shadow(none);
129
+ }
130
+ }
131
+
132
+ .has-warning {
133
+ .help-block,
134
+ .control-label,
135
+ .radio,
136
+ .checkbox,
137
+ .radio-inline,
138
+ .checkbox-inline,
139
+ &.radio label,
140
+ &.checkbox label,
141
+ &.radio-inline label,
142
+ &.checkbox-inline label,
143
+ .form-control-feedback {
144
+ color: $brand-warning;
145
+ }
146
+
147
+ .form-control,
148
+ .form-control:focus {
149
+ border: 2px solid $brand-warning;
150
+ }
151
+
152
+ .input-group-addon {
153
+ border-color: $brand-warning;
154
+ }
155
+ }
156
+
157
+ .has-error {
158
+ .help-block,
159
+ .control-label,
160
+ .radio,
161
+ .checkbox,
162
+ .radio-inline,
163
+ .checkbox-inline,
164
+ &.radio label,
165
+ &.checkbox label,
166
+ &.radio-inline label,
167
+ &.checkbox-inline label,
168
+ .form-control-feedback {
169
+ color: $brand-danger;
170
+ }
171
+
172
+ .form-control,
173
+ .form-control:focus {
174
+ border: 2px solid $brand-danger;
175
+ }
176
+
177
+ .input-group-addon {
178
+ border-color: $brand-danger;
179
+ }
180
+ }
181
+
182
+ .has-success {
183
+ .help-block,
184
+ .control-label,
185
+ .radio,
186
+ .checkbox,
187
+ .radio-inline,
188
+ .checkbox-inline,
189
+ &.radio label,
190
+ &.checkbox label,
191
+ &.radio-inline label,
192
+ &.checkbox-inline label,
193
+ .form-control-feedback {
194
+ color: $brand-success;
195
+ }
196
+
197
+ .form-control,
198
+ .form-control:focus {
199
+ border: 2px solid $brand-success;
200
+ }
201
+
202
+ .input-group-addon {
203
+ border-color: $brand-success;
204
+ }
205
+ }
206
+
207
+ // Navs =======================================================================
208
+
209
+ .nav {
210
+ .open > a,
211
+ .open > a:hover,
212
+ .open > a:focus {
213
+ border-color: transparent;
214
+ }
215
+ }
216
+
217
+ .pager {
218
+ a,
219
+ a:hover {
220
+ color: #fff;
221
+ }
222
+
223
+ .disabled {
224
+ &>a,
225
+ &>a:hover,
226
+ &>a:focus,
227
+ &>span {
228
+ background-color: $pagination-disabled-bg;
229
+ }
230
+ }
231
+ }
232
+
233
+ // Indicators =================================================================
234
+
235
+ .close {
236
+ color: #fff;
237
+ text-decoration: none;
238
+ opacity: 0.4;
239
+
240
+ &:hover,
241
+ &:focus {
242
+ color: #fff;
243
+ opacity: 1;
244
+ }
245
+ }
246
+
247
+ .alert {
248
+
249
+ .alert-link {
250
+ color: #fff;
251
+ text-decoration: underline;
252
+ }
253
+ }
254
+
255
+ // Progress bars ==============================================================
256
+
257
+ .progress {
258
+ height: 10px;
259
+ @include box-shadow(none);
260
+ .progress-bar {
261
+ font-size: 10px;
262
+ line-height: 10px;
263
+ }
264
+ }
265
+
266
+ // Containers =================================================================
267
+
268
+ .well {
269
+ @include box-shadow(none);
270
+ }
271
+
272
+ a.list-group-item {
273
+
274
+ &.active,
275
+ &.active:hover,
276
+ &.active:focus {
277
+ border-color: $list-group-border;
278
+ }
279
+
280
+ &-success {
281
+ &.active {
282
+ background-color: $state-success-bg;
283
+ }
284
+
285
+ &.active:hover,
286
+ &.active:focus {
287
+ background-color: darken($state-success-bg, 5%);
288
+ }
289
+ }
290
+
291
+ &-warning {
292
+ &.active {
293
+ background-color: $state-warning-bg;
294
+ }
295
+
296
+ &.active:hover,
297
+ &.active:focus {
298
+ background-color: darken($state-warning-bg, 5%);
299
+ }
300
+ }
301
+
302
+ &-danger {
303
+ &.active {
304
+ background-color: $state-danger-bg;
305
+ }
306
+
307
+ &.active:hover,
308
+ &.active:focus {
309
+ background-color: darken($state-danger-bg, 5%);
310
+ }
311
+ }
312
+ }
313
+
314
+ .panel {
315
+ &-default {
316
+ .close {
317
+ color: $text-color;
318
+ }
319
+ }
320
+ }
321
+
322
+ .modal {
323
+ .close {
324
+ color: $text-color;
325
+ }
326
+ }
327
+
328
+ .popover {
329
+ color: $text-color;
330
+ }
@@ -0,0 +1,870 @@
1
+ $bootstrap-sass-asset-helper: false !default;
2
+ // Flatly 3.3.7
3
+ // Variables
4
+ // --------------------------------------------------
5
+
6
+
7
+ //== Colors
8
+ //
9
+ //## Gray and brand colors for use across Bootstrap.
10
+
11
+ $gray-base: #000 !default;
12
+ $gray-darker: lighten($gray-base, 13.5%) !default; // #222
13
+ $gray-dark: #7b8a8b !default; // #333
14
+ $gray: #95a5a6 !default; // #555
15
+ $gray-light: #b4bcc2 !default; // #999
16
+ $gray-lighter: #ecf0f1 !default; // #eee
17
+
18
+ $brand-primary: #2C3E50 !default;
19
+ $brand-success: #18BC9C !default;
20
+ $brand-info: #3498DB !default;
21
+ $brand-warning: #F39C12 !default;
22
+ $brand-danger: #E74C3C !default;
23
+
24
+
25
+ //== Scaffolding
26
+ //
27
+ //## Settings for some of the most global styles.
28
+
29
+ //** Background color for `<body>`.
30
+ $body-bg: #fff !default;
31
+ //** Global text color on `<body>`.
32
+ $text-color: $brand-primary !default;
33
+
34
+ //** Global textual link color.
35
+ $link-color: $brand-success !default;
36
+ //** Link hover color set via `darken()` function.
37
+ $link-hover-color: $link-color !default;
38
+ //** Link hover decoration.
39
+ $link-hover-decoration: underline !default;
40
+
41
+
42
+ //== Typography
43
+ //
44
+ //## Font, line-height, and color for body text, headings, and more.
45
+
46
+ $font-family-sans-serif: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif !default;
47
+ $font-family-serif: Georgia, "Times New Roman", Times, serif !default;
48
+ //** Default monospace fonts for `<code>`, `<kbd>`, and `<pre>`.
49
+ $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace !default;
50
+ $font-family-base: $font-family-sans-serif !default;
51
+
52
+ $font-size-base: 15px !default;
53
+ $font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
54
+ $font-size-small: ceil(($font-size-base * 0.85)) !default; // ~12px
55
+
56
+ $font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
57
+ $font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
58
+ $font-size-h3: ceil(($font-size-base * 1.7)) !default; // ~24px
59
+ $font-size-h4: ceil(($font-size-base * 1.25)) !default; // ~18px
60
+ $font-size-h5: $font-size-base !default;
61
+ $font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
62
+
63
+ //** Unit-less `line-height` for use in components like buttons.
64
+ $line-height-base: 1.428571429 !default; // 20/14
65
+ //** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
66
+ $line-height-computed: floor(($font-size-base * $line-height-base)) !default; // ~20px
67
+
68
+ //** By default, this inherits from the `<body>`.
69
+ $headings-font-family: $font-family-base !default;
70
+ $headings-font-weight: 400 !default;
71
+ $headings-line-height: 1.1 !default;
72
+ $headings-color: inherit !default;
73
+
74
+
75
+ //== Iconography
76
+ //
77
+ //## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
78
+
79
+ //** Load fonts from this directory.
80
+ $icon-font-path: if($bootstrap-sass-asset-helper, "bootstrap/", "../fonts/bootstrap/") !default;
81
+ //** File name for all font files.
82
+ $icon-font-name: "glyphicons-halflings-regular" !default;
83
+ //** Element ID within SVG icon file.
84
+ $icon-font-svg-id: "glyphicons_halflingsregular" !default;
85
+
86
+
87
+ //== Components
88
+ //
89
+ //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
90
+
91
+ $padding-base-vertical: 10px !default;
92
+ $padding-base-horizontal: 15px !default;
93
+
94
+ $padding-large-vertical: 18px !default;
95
+ $padding-large-horizontal: 27px !default;
96
+
97
+ $padding-small-vertical: 6px !default;
98
+ $padding-small-horizontal: 9px !default;
99
+
100
+ $padding-xs-vertical: 1px !default;
101
+ $padding-xs-horizontal: 5px !default;
102
+
103
+ $line-height-large: 1.3333333 !default; // extra decimals for Win 8.1 Chrome
104
+ $line-height-small: 1.5 !default;
105
+
106
+ $border-radius-base: 4px !default;
107
+ $border-radius-large: 6px !default;
108
+ $border-radius-small: 3px !default;
109
+
110
+ //** Global color for active items (e.g., navs or dropdowns).
111
+ $component-active-color: #fff !default;
112
+ //** Global background color for active items (e.g., navs or dropdowns).
113
+ $component-active-bg: $brand-primary !default;
114
+
115
+ //** Width of the `border` for generating carets that indicate dropdowns.
116
+ $caret-width-base: 4px !default;
117
+ //** Carets increase slightly in size for larger components.
118
+ $caret-width-large: 5px !default;
119
+
120
+
121
+ //== Tables
122
+ //
123
+ //## Customizes the `.table` component with basic values, each used across all table variations.
124
+
125
+ //** Padding for `<th>`s and `<td>`s.
126
+ $table-cell-padding: 8px !default;
127
+ //** Padding for cells in `.table-condensed`.
128
+ $table-condensed-cell-padding: 5px !default;
129
+
130
+ //** Default background color used for all tables.
131
+ $table-bg: transparent !default;
132
+ //** Background color used for `.table-striped`.
133
+ $table-bg-accent: #f9f9f9 !default;
134
+ //** Background color used for `.table-hover`.
135
+ $table-bg-hover: $gray-lighter !default;
136
+ $table-bg-active: $table-bg-hover !default;
137
+
138
+ //** Border color for table and cell borders.
139
+ $table-border-color: $gray-lighter !default;
140
+
141
+
142
+ //== Buttons
143
+ //
144
+ //## For each of Bootstrap's buttons, define text, background and border color.
145
+
146
+ $btn-font-weight: normal !default;
147
+
148
+ $btn-default-color: #fff !default;
149
+ $btn-default-bg: $gray !default;
150
+ $btn-default-border: $btn-default-bg !default;
151
+
152
+ $btn-primary-color: $btn-default-color !default;
153
+ $btn-primary-bg: $brand-primary !default;
154
+ $btn-primary-border: $btn-primary-bg !default;
155
+
156
+ $btn-success-color: $btn-default-color !default;
157
+ $btn-success-bg: $brand-success !default;
158
+ $btn-success-border: $btn-success-bg !default;
159
+
160
+ $btn-info-color: $btn-default-color !default;
161
+ $btn-info-bg: $brand-info !default;
162
+ $btn-info-border: $btn-info-bg !default;
163
+
164
+ $btn-warning-color: $btn-default-color !default;
165
+ $btn-warning-bg: $brand-warning !default;
166
+ $btn-warning-border: $btn-warning-bg !default;
167
+
168
+ $btn-danger-color: $btn-default-color !default;
169
+ $btn-danger-bg: $brand-danger !default;
170
+ $btn-danger-border: $btn-danger-bg !default;
171
+
172
+ $btn-link-disabled-color: $gray-light !default;
173
+
174
+ // Allows for customizing button radius independently from global border radius
175
+ $btn-border-radius-base: $border-radius-base !default;
176
+ $btn-border-radius-large: $border-radius-large !default;
177
+ $btn-border-radius-small: $border-radius-small !default;
178
+
179
+
180
+ //== Forms
181
+ //
182
+ //##
183
+
184
+ //** `<input>` background color
185
+ $input-bg: #fff !default;
186
+ //** `<input disabled>` background color
187
+ $input-bg-disabled: $gray-lighter !default;
188
+
189
+ //** Text color for `<input>`s
190
+ $input-color: $text-color !default;
191
+ //** `<input>` border color
192
+ $input-border: #dce4ec !default;
193
+
194
+ // TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
195
+ //** Default `.form-control` border radius
196
+ // This has no effect on `<select>`s in some browsers, due to the limited stylability of `<select>`s in CSS.
197
+ $input-border-radius: $border-radius-base !default;
198
+ //** Large `.form-control` border radius
199
+ $input-border-radius-large: $border-radius-large !default;
200
+ //** Small `.form-control` border radius
201
+ $input-border-radius-small: $border-radius-small !default;
202
+
203
+ //** Border color for inputs on focus
204
+ $input-border-focus: $brand-primary !default;
205
+
206
+ //** Placeholder text color
207
+ $input-color-placeholder: #acb6c0 !default;
208
+
209
+ //** Default `.form-control` height
210
+ $input-height-base: ($line-height-computed + ($padding-base-vertical * 2) + 4) !default;
211
+ //** Large `.form-control` height
212
+ $input-height-large: (ceil($font-size-large * $line-height-large) + ($padding-large-vertical * 2) + 4) !default;
213
+ //** Small `.form-control` height
214
+ $input-height-small: (floor($font-size-small * $line-height-small) + ($padding-small-vertical * 2) + 4) !default;
215
+
216
+ //** `.form-group` margin
217
+ $form-group-margin-bottom: 15px !default;
218
+
219
+ $legend-color: $text-color !default;
220
+ $legend-border-color: transparent !default;
221
+
222
+ //** Background color for textual input addons
223
+ $input-group-addon-bg: $gray-lighter !default;
224
+ //** Border color for textual input addons
225
+ $input-group-addon-border-color: $input-border !default;
226
+
227
+ //** Disabled cursor for form controls and buttons.
228
+ $cursor-disabled: not-allowed !default;
229
+
230
+
231
+ //== Dropdowns
232
+ //
233
+ //## Dropdown menu container and contents.
234
+
235
+ //** Background for the dropdown menu.
236
+ $dropdown-bg: #fff !default;
237
+ //** Dropdown menu `border-color`.
238
+ $dropdown-border: rgba(0,0,0,.15) !default;
239
+ //** Dropdown menu `border-color` **for IE8**.
240
+ $dropdown-fallback-border: #ccc !default;
241
+ //** Divider color for between dropdown items.
242
+ $dropdown-divider-bg: #e5e5e5 !default;
243
+
244
+ //** Dropdown link text color.
245
+ $dropdown-link-color: $gray-dark !default;
246
+ //** Hover color for dropdown links.
247
+ $dropdown-link-hover-color: #fff !default;
248
+ //** Hover background for dropdown links.
249
+ $dropdown-link-hover-bg: $component-active-bg !default;
250
+
251
+ //** Active dropdown menu item text color.
252
+ $dropdown-link-active-color: #fff !default;
253
+ //** Active dropdown menu item background color.
254
+ $dropdown-link-active-bg: $component-active-bg !default;
255
+
256
+ //** Disabled dropdown menu item background color.
257
+ $dropdown-link-disabled-color: $gray-light !default;
258
+
259
+ //** Text color for headers within dropdown menus.
260
+ $dropdown-header-color: $gray-light !default;
261
+
262
+ //** Deprecated `$dropdown-caret-color` as of v3.1.0
263
+ $dropdown-caret-color: #000 !default;
264
+
265
+
266
+ //-- Z-index master list
267
+ //
268
+ // Warning: Avoid customizing these values. They're used for a bird's eye view
269
+ // of components dependent on the z-axis and are designed to all work together.
270
+ //
271
+ // Note: These variables are not generated into the Customizer.
272
+
273
+ $zindex-navbar: 1000 !default;
274
+ $zindex-dropdown: 1000 !default;
275
+ $zindex-popover: 1060 !default;
276
+ $zindex-tooltip: 1070 !default;
277
+ $zindex-navbar-fixed: 1030 !default;
278
+ $zindex-modal-background: 1040 !default;
279
+ $zindex-modal: 1050 !default;
280
+
281
+
282
+ //== Media queries breakpoints
283
+ //
284
+ //## Define the breakpoints at which your layout will change, adapting to different screen sizes.
285
+
286
+ // Extra small screen / phone
287
+ //** Deprecated `$screen-xs` as of v3.0.1
288
+ $screen-xs: 480px !default;
289
+ //** Deprecated `$screen-xs-min` as of v3.2.0
290
+ $screen-xs-min: $screen-xs !default;
291
+ //** Deprecated `$screen-phone` as of v3.0.1
292
+ $screen-phone: $screen-xs-min !default;
293
+
294
+ // Small screen / tablet
295
+ //** Deprecated `$screen-sm` as of v3.0.1
296
+ $screen-sm: 768px !default;
297
+ $screen-sm-min: $screen-sm !default;
298
+ //** Deprecated `$screen-tablet` as of v3.0.1
299
+ $screen-tablet: $screen-sm-min !default;
300
+
301
+ // Medium screen / desktop
302
+ //** Deprecated `$screen-md` as of v3.0.1
303
+ $screen-md: 992px !default;
304
+ $screen-md-min: $screen-md !default;
305
+ //** Deprecated `$screen-desktop` as of v3.0.1
306
+ $screen-desktop: $screen-md-min !default;
307
+
308
+ // Large screen / wide desktop
309
+ //** Deprecated `$screen-lg` as of v3.0.1
310
+ $screen-lg: 1200px !default;
311
+ $screen-lg-min: $screen-lg !default;
312
+ //** Deprecated `$screen-lg-desktop` as of v3.0.1
313
+ $screen-lg-desktop: $screen-lg-min !default;
314
+
315
+ // So media queries don't overlap when required, provide a maximum
316
+ $screen-xs-max: ($screen-sm-min - 1) !default;
317
+ $screen-sm-max: ($screen-md-min - 1) !default;
318
+ $screen-md-max: ($screen-lg-min - 1) !default;
319
+
320
+
321
+ //== Grid system
322
+ //
323
+ //## Define your custom responsive grid.
324
+
325
+ //** Number of columns in the grid.
326
+ $grid-columns: 12 !default;
327
+ //** Padding between columns. Gets divided in half for the left and right.
328
+ $grid-gutter-width: 30px !default;
329
+ // Navbar collapse
330
+ //** Point at which the navbar becomes uncollapsed.
331
+ $grid-float-breakpoint: $screen-sm-min !default;
332
+ //** Point at which the navbar begins collapsing.
333
+ $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !default;
334
+
335
+
336
+ //== Container sizes
337
+ //
338
+ //## Define the maximum width of `.container` for different screen sizes.
339
+
340
+ // Small screen / tablet
341
+ $container-tablet: (720px + $grid-gutter-width) !default;
342
+ //** For `$screen-sm-min` and up.
343
+ $container-sm: $container-tablet !default;
344
+
345
+ // Medium screen / desktop
346
+ $container-desktop: (940px + $grid-gutter-width) !default;
347
+ //** For `$screen-md-min` and up.
348
+ $container-md: $container-desktop !default;
349
+
350
+ // Large screen / wide desktop
351
+ $container-large-desktop: (1140px + $grid-gutter-width) !default;
352
+ //** For `$screen-lg-min` and up.
353
+ $container-lg: $container-large-desktop !default;
354
+
355
+
356
+ //== Navbar
357
+ //
358
+ //##
359
+
360
+ // Basics of a navbar
361
+ $navbar-height: 60px !default;
362
+ $navbar-margin-bottom: $line-height-computed !default;
363
+ $navbar-border-radius: $border-radius-base !default;
364
+ $navbar-padding-horizontal: floor(($grid-gutter-width / 2)) !default;
365
+ $navbar-padding-vertical: (($navbar-height - $line-height-computed) / 2) !default;
366
+ $navbar-collapse-max-height: 340px !default;
367
+
368
+ $navbar-default-color: #fff !default;
369
+ $navbar-default-bg: $brand-primary !default;
370
+ $navbar-default-border: transparent !default;
371
+
372
+ // Navbar links
373
+ $navbar-default-link-color: #fff !default;
374
+ $navbar-default-link-hover-color: $brand-success !default;
375
+ $navbar-default-link-hover-bg: transparent !default;
376
+ $navbar-default-link-active-color: #fff !default;
377
+ $navbar-default-link-active-bg: darken($navbar-default-bg, 10%) !default;
378
+ $navbar-default-link-disabled-color: #ccc !default;
379
+ $navbar-default-link-disabled-bg: transparent !default;
380
+
381
+ // Navbar brand label
382
+ $navbar-default-brand-color: $navbar-default-link-color !default;
383
+ $navbar-default-brand-hover-color: $navbar-default-link-hover-color !default;
384
+ $navbar-default-brand-hover-bg: transparent !default;
385
+
386
+ // Navbar toggle
387
+ $navbar-default-toggle-hover-bg: darken($navbar-default-bg, 10%) !default;
388
+ $navbar-default-toggle-icon-bar-bg: #fff !default;
389
+ $navbar-default-toggle-border-color: darken($navbar-default-bg, 10%) !default;
390
+
391
+
392
+ //=== Inverted navbar
393
+ // Reset inverted navbar basics
394
+ $navbar-inverse-color: #fff !default;
395
+ $navbar-inverse-bg: $brand-success !default;
396
+ $navbar-inverse-border: transparent !default;
397
+
398
+ // Inverted navbar links
399
+ $navbar-inverse-link-color: #fff !default;
400
+ $navbar-inverse-link-hover-color: $brand-primary !default;
401
+ $navbar-inverse-link-hover-bg: transparent !default;
402
+ $navbar-inverse-link-active-color: #fff !default;
403
+ $navbar-inverse-link-active-bg: darken($navbar-inverse-bg, 5%) !default;
404
+ $navbar-inverse-link-disabled-color: #ccc !default;
405
+ $navbar-inverse-link-disabled-bg: transparent !default;
406
+
407
+ // Inverted navbar brand label
408
+ $navbar-inverse-brand-color: $navbar-inverse-link-color !default;
409
+ $navbar-inverse-brand-hover-color: $navbar-inverse-link-hover-color !default;
410
+ $navbar-inverse-brand-hover-bg: transparent !default;
411
+
412
+ // Inverted navbar toggle
413
+ $navbar-inverse-toggle-hover-bg: darken($navbar-inverse-bg, 10%) !default;
414
+ $navbar-inverse-toggle-icon-bar-bg: #fff !default;
415
+ $navbar-inverse-toggle-border-color: darken($navbar-inverse-bg, 10%) !default;
416
+
417
+
418
+ //== Navs
419
+ //
420
+ //##
421
+
422
+ //=== Shared nav styles
423
+ $nav-link-padding: 10px 15px !default;
424
+ $nav-link-hover-bg: $gray-lighter !default;
425
+
426
+ $nav-disabled-link-color: $gray-light !default;
427
+ $nav-disabled-link-hover-color: $gray-light !default;
428
+
429
+ //== Tabs
430
+ $nav-tabs-border-color: $gray-lighter !default;
431
+
432
+ $nav-tabs-link-hover-border-color: $gray-lighter !default;
433
+
434
+ $nav-tabs-active-link-hover-bg: $body-bg !default;
435
+ $nav-tabs-active-link-hover-color: $brand-primary !default;
436
+ $nav-tabs-active-link-hover-border-color: $gray-lighter !default;
437
+
438
+ $nav-tabs-justified-link-border-color: $gray-lighter !default;
439
+ $nav-tabs-justified-active-link-border-color: $body-bg !default;
440
+
441
+ //== Pills
442
+ $nav-pills-border-radius: $border-radius-base !default;
443
+ $nav-pills-active-link-hover-bg: $component-active-bg !default;
444
+ $nav-pills-active-link-hover-color: $component-active-color !default;
445
+
446
+
447
+ //== Pagination
448
+ //
449
+ //##
450
+
451
+ $pagination-color: #fff !default;
452
+ $pagination-bg: $brand-success !default;
453
+ $pagination-border: transparent !default;
454
+
455
+ $pagination-hover-color: #fff !default;
456
+ $pagination-hover-bg: darken($brand-success, 15%) !default;
457
+ $pagination-hover-border: transparent !default;
458
+
459
+ $pagination-active-color: #fff !default;
460
+ $pagination-active-bg: darken($brand-success, 15%) !default;
461
+ $pagination-active-border: transparent !default;
462
+
463
+ $pagination-disabled-color: $gray-lighter !default;
464
+ $pagination-disabled-bg: lighten($brand-success, 15%) !default;
465
+ $pagination-disabled-border: transparent !default;
466
+
467
+
468
+ //== Pager
469
+ //
470
+ //##
471
+
472
+ $pager-bg: $pagination-bg !default;
473
+ $pager-border: $pagination-border !default;
474
+ $pager-border-radius: 15px !default;
475
+
476
+ $pager-hover-bg: $pagination-hover-bg !default;
477
+
478
+ $pager-active-bg: $pagination-active-bg !default;
479
+ $pager-active-color: $pagination-active-color !default;
480
+
481
+ $pager-disabled-color: #fff !default;
482
+
483
+
484
+ //== Jumbotron
485
+ //
486
+ //##
487
+
488
+ $jumbotron-padding: 30px !default;
489
+ $jumbotron-color: inherit !default;
490
+ $jumbotron-bg: $gray-lighter !default;
491
+ $jumbotron-heading-color: inherit !default;
492
+ $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
493
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
494
+
495
+
496
+ //== Form states and alerts
497
+ //
498
+ //## Define colors for form feedback states and, by default, alerts.
499
+
500
+ $state-success-text: #fff !default;
501
+ $state-success-bg: $brand-success !default;
502
+ $state-success-border: $brand-success !default;
503
+
504
+ $state-info-text: #fff !default;
505
+ $state-info-bg: $brand-info !default;
506
+ $state-info-border: $brand-info !default;
507
+
508
+ $state-warning-text: #fff !default;
509
+ $state-warning-bg: $brand-warning !default;
510
+ $state-warning-border: $brand-warning !default;
511
+
512
+ $state-danger-text: #fff !default;
513
+ $state-danger-bg: $brand-danger !default;
514
+ $state-danger-border: $brand-danger !default;
515
+
516
+
517
+ //== Tooltips
518
+ //
519
+ //##
520
+
521
+ //** Tooltip max width
522
+ $tooltip-max-width: 200px !default;
523
+ //** Tooltip text color
524
+ $tooltip-color: #fff !default;
525
+ //** Tooltip background color
526
+ $tooltip-bg: #000 !default;
527
+ $tooltip-opacity: .9 !default;
528
+
529
+ //** Tooltip arrow width
530
+ $tooltip-arrow-width: 5px !default;
531
+ //** Tooltip arrow color
532
+ $tooltip-arrow-color: $tooltip-bg !default;
533
+
534
+
535
+ //== Popovers
536
+ //
537
+ //##
538
+
539
+ //** Popover body background color
540
+ $popover-bg: #fff !default;
541
+ //** Popover maximum width
542
+ $popover-max-width: 276px !default;
543
+ //** Popover border color
544
+ $popover-border-color: rgba(0,0,0,.2) !default;
545
+ //** Popover fallback border color
546
+ $popover-fallback-border-color: #ccc !default;
547
+
548
+ //** Popover title background color
549
+ $popover-title-bg: darken($popover-bg, 3%) !default;
550
+
551
+ //** Popover arrow width
552
+ $popover-arrow-width: 10px !default;
553
+ //** Popover arrow color
554
+ $popover-arrow-color: $popover-bg !default;
555
+
556
+ //** Popover outer arrow width
557
+ $popover-arrow-outer-width: ($popover-arrow-width + 1) !default;
558
+ //** Popover outer arrow color
559
+ $popover-arrow-outer-color: fadein($popover-border-color, 5%) !default;
560
+ //** Popover outer arrow fallback color
561
+ $popover-arrow-outer-fallback-color: darken($popover-fallback-border-color, 20%) !default;
562
+
563
+
564
+ //== Labels
565
+ //
566
+ //##
567
+
568
+ //** Default label background color
569
+ $label-default-bg: $btn-default-bg !default;
570
+ //** Primary label background color
571
+ $label-primary-bg: $brand-primary !default;
572
+ //** Success label background color
573
+ $label-success-bg: $brand-success !default;
574
+ //** Info label background color
575
+ $label-info-bg: $brand-info !default;
576
+ //** Warning label background color
577
+ $label-warning-bg: $brand-warning !default;
578
+ //** Danger label background color
579
+ $label-danger-bg: $brand-danger !default;
580
+
581
+ //** Default label text color
582
+ $label-color: #fff !default;
583
+ //** Default text color of a linked label
584
+ $label-link-hover-color: #fff !default;
585
+
586
+
587
+ //== Modals
588
+ //
589
+ //##
590
+
591
+ //** Padding applied to the modal body
592
+ $modal-inner-padding: 20px !default;
593
+
594
+ //** Padding applied to the modal title
595
+ $modal-title-padding: 15px !default;
596
+ //** Modal title line-height
597
+ $modal-title-line-height: $line-height-base !default;
598
+
599
+ //** Background color of modal content area
600
+ $modal-content-bg: #fff !default;
601
+ //** Modal content border color
602
+ $modal-content-border-color: rgba(0,0,0,.2) !default;
603
+ //** Modal content border color **for IE8**
604
+ $modal-content-fallback-border-color: #999 !default;
605
+
606
+ //** Modal backdrop background color
607
+ $modal-backdrop-bg: #000 !default;
608
+ //** Modal backdrop opacity
609
+ $modal-backdrop-opacity: .5 !default;
610
+ //** Modal header border color
611
+ $modal-header-border-color: #e5e5e5 !default;
612
+ //** Modal footer border color
613
+ $modal-footer-border-color: $modal-header-border-color !default;
614
+
615
+ $modal-lg: 900px !default;
616
+ $modal-md: 600px !default;
617
+ $modal-sm: 300px !default;
618
+
619
+
620
+ //== Alerts
621
+ //
622
+ //## Define alert colors, border radius, and padding.
623
+
624
+ $alert-padding: 15px !default;
625
+ $alert-border-radius: $border-radius-base !default;
626
+ $alert-link-font-weight: bold !default;
627
+
628
+ $alert-success-bg: $state-success-bg !default;
629
+ $alert-success-text: $state-success-text !default;
630
+ $alert-success-border: $state-success-border !default;
631
+
632
+ $alert-info-bg: $state-info-bg !default;
633
+ $alert-info-text: $state-info-text !default;
634
+ $alert-info-border: $state-info-border !default;
635
+
636
+ $alert-warning-bg: $state-warning-bg !default;
637
+ $alert-warning-text: $state-warning-text !default;
638
+ $alert-warning-border: $state-warning-border !default;
639
+
640
+ $alert-danger-bg: $state-danger-bg !default;
641
+ $alert-danger-text: $state-danger-text !default;
642
+ $alert-danger-border: $state-danger-border !default;
643
+
644
+
645
+ //== Progress bars
646
+ //
647
+ //##
648
+
649
+ //** Background color of the whole progress component
650
+ $progress-bg: $gray-lighter !default;
651
+ //** Progress bar text color
652
+ $progress-bar-color: #fff !default;
653
+ //** Variable for setting rounded corners on progress bar.
654
+ $progress-border-radius: $border-radius-base !default;
655
+
656
+ //** Default progress bar color
657
+ $progress-bar-bg: $brand-primary !default;
658
+ //** Success progress bar color
659
+ $progress-bar-success-bg: $brand-success !default;
660
+ //** Warning progress bar color
661
+ $progress-bar-warning-bg: $brand-warning !default;
662
+ //** Danger progress bar color
663
+ $progress-bar-danger-bg: $brand-danger !default;
664
+ //** Info progress bar color
665
+ $progress-bar-info-bg: $brand-info !default;
666
+
667
+
668
+ //== List group
669
+ //
670
+ //##
671
+
672
+ //** Background color on `.list-group-item`
673
+ $list-group-bg: #fff !default;
674
+ //** `.list-group-item` border color
675
+ $list-group-border: $gray-lighter !default;
676
+ //** List group border radius
677
+ $list-group-border-radius: $border-radius-base !default;
678
+
679
+ //** Background color of single list items on hover
680
+ $list-group-hover-bg: $gray-lighter !default;
681
+ //** Text color of active list items
682
+ $list-group-active-color: $component-active-color !default;
683
+ //** Background color of active list items
684
+ $list-group-active-bg: $component-active-bg !default;
685
+ //** Border color of active list elements
686
+ $list-group-active-border: $list-group-active-bg !default;
687
+ //** Text color for content within active list items
688
+ $list-group-active-text-color: lighten($list-group-active-bg, 40%) !default;
689
+
690
+ //** Text color of disabled list items
691
+ $list-group-disabled-color: $gray-light !default;
692
+ //** Background color of disabled list items
693
+ $list-group-disabled-bg: $gray-lighter !default;
694
+ //** Text color for content within disabled list items
695
+ $list-group-disabled-text-color: $list-group-disabled-color !default;
696
+
697
+ $list-group-link-color: #555 !default;
698
+ $list-group-link-hover-color: $list-group-link-color !default;
699
+ $list-group-link-heading-color: #333 !default;
700
+
701
+
702
+ //== Panels
703
+ //
704
+ //##
705
+
706
+ $panel-bg: #fff !default;
707
+ $panel-body-padding: 15px !default;
708
+ $panel-heading-padding: 10px 15px !default;
709
+ $panel-footer-padding: $panel-heading-padding !default;
710
+ $panel-border-radius: $border-radius-base !default;
711
+
712
+ //** Border color for elements within panels
713
+ $panel-inner-border: $gray-lighter !default;
714
+ $panel-footer-bg: $gray-lighter !default;
715
+
716
+ $panel-default-text: $text-color !default;
717
+ $panel-default-border: $gray-lighter !default;
718
+ $panel-default-heading-bg: $gray-lighter !default;
719
+
720
+ $panel-primary-text: #fff !default;
721
+ $panel-primary-border: $brand-primary !default;
722
+ $panel-primary-heading-bg: $brand-primary !default;
723
+
724
+ $panel-success-text: $state-success-text !default;
725
+ $panel-success-border: $state-success-border !default;
726
+ $panel-success-heading-bg: $state-success-bg !default;
727
+
728
+ $panel-info-text: $state-info-text !default;
729
+ $panel-info-border: $state-info-border !default;
730
+ $panel-info-heading-bg: $state-info-bg !default;
731
+
732
+ $panel-warning-text: $state-warning-text !default;
733
+ $panel-warning-border: $state-warning-border !default;
734
+ $panel-warning-heading-bg: $state-warning-bg !default;
735
+
736
+ $panel-danger-text: $state-danger-text !default;
737
+ $panel-danger-border: $state-danger-border !default;
738
+ $panel-danger-heading-bg: $state-danger-bg !default;
739
+
740
+
741
+ //== Thumbnails
742
+ //
743
+ //##
744
+
745
+ //** Padding around the thumbnail image
746
+ $thumbnail-padding: 4px !default;
747
+ //** Thumbnail background color
748
+ $thumbnail-bg: $body-bg !default;
749
+ //** Thumbnail border color
750
+ $thumbnail-border: $gray-lighter !default;
751
+ //** Thumbnail border radius
752
+ $thumbnail-border-radius: $border-radius-base !default;
753
+
754
+ //** Custom text color for thumbnail captions
755
+ $thumbnail-caption-color: $text-color !default;
756
+ //** Padding around the thumbnail caption
757
+ $thumbnail-caption-padding: 9px !default;
758
+
759
+
760
+ //== Wells
761
+ //
762
+ //##
763
+
764
+ $well-bg: $gray-lighter !default;
765
+ $well-border: transparent !default;
766
+
767
+
768
+ //== Badges
769
+ //
770
+ //##
771
+
772
+ $badge-color: #fff !default;
773
+ //** Linked badge text color on hover
774
+ $badge-link-hover-color: #fff !default;
775
+ $badge-bg: $brand-primary !default;
776
+
777
+ //** Badge text color in active nav link
778
+ $badge-active-color: $brand-primary !default;
779
+ //** Badge background color in active nav link
780
+ $badge-active-bg: #fff !default;
781
+
782
+ $badge-font-weight: bold !default;
783
+ $badge-line-height: 1 !default;
784
+ $badge-border-radius: 10px !default;
785
+
786
+
787
+ //== Breadcrumbs
788
+ //
789
+ //##
790
+
791
+ $breadcrumb-padding-vertical: 8px !default;
792
+ $breadcrumb-padding-horizontal: 15px !default;
793
+ //** Breadcrumb background color
794
+ $breadcrumb-bg: $gray-lighter !default;
795
+ //** Breadcrumb text color
796
+ $breadcrumb-color: #ccc !default;
797
+ //** Text color of current page in the breadcrumb
798
+ $breadcrumb-active-color: $gray !default;
799
+ //** Textual separator for between breadcrumb elements
800
+ $breadcrumb-separator: "/" !default;
801
+
802
+
803
+ //== Carousel
804
+ //
805
+ //##
806
+
807
+ $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
808
+
809
+ $carousel-control-color: #fff !default;
810
+ $carousel-control-width: 15% !default;
811
+ $carousel-control-opacity: .5 !default;
812
+ $carousel-control-font-size: 20px !default;
813
+
814
+ $carousel-indicator-active-bg: #fff !default;
815
+ $carousel-indicator-border-color: #fff !default;
816
+
817
+ $carousel-caption-color: #fff !default;
818
+
819
+
820
+ //== Close
821
+ //
822
+ //##
823
+
824
+ $close-font-weight: bold !default;
825
+ $close-color: #000 !default;
826
+ $close-text-shadow: none !default;
827
+
828
+
829
+ //== Code
830
+ //
831
+ //##
832
+
833
+ $code-color: #c7254e !default;
834
+ $code-bg: #f9f2f4 !default;
835
+
836
+ $kbd-color: #fff !default;
837
+ $kbd-bg: #333 !default;
838
+
839
+ $pre-bg: $gray-lighter !default;
840
+ $pre-color: $gray-dark !default;
841
+ $pre-border-color: #ccc !default;
842
+ $pre-scrollable-max-height: 340px !default;
843
+
844
+
845
+ //== Type
846
+ //
847
+ //##
848
+
849
+ //** Horizontal offset for forms and lists.
850
+ $component-offset-horizontal: 180px !default;
851
+ //** Text muted color
852
+ $text-muted: $gray-light !default;
853
+ //** Abbreviations and acronyms border color
854
+ $abbr-border-color: $gray-light !default;
855
+ //** Headings small color
856
+ $headings-small-color: $gray-light !default;
857
+ //** Blockquote small color
858
+ $blockquote-small-color: $gray-light !default;
859
+ //** Blockquote font size
860
+ $blockquote-font-size: ($font-size-base * 1.25) !default;
861
+ //** Blockquote border color
862
+ $blockquote-border-color: $gray-lighter !default;
863
+ //** Page header border color
864
+ $page-header-border-color: transparent !default;
865
+ //** Width of horizontal description list titles
866
+ $dl-horizontal-offset: $component-offset-horizontal !default;
867
+ //** Point at which .dl-horizontal becomes horizontal
868
+ $dl-horizontal-breakpoint: $grid-float-breakpoint !default;
869
+ //** Horizontal line color.
870
+ $hr-border: $gray-lighter !default;