jekyll-theme-clean-blog 4.0.5 → 4.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +94 -85
  4. data/_includes/footer.html +21 -1
  5. data/_includes/google-analytics.html +10 -0
  6. data/_includes/navbar.html +1 -1
  7. data/_includes/read_time.html +1 -1
  8. data/_layouts/default.html +9 -7
  9. data/_layouts/home.html +3 -2
  10. data/_layouts/page.html +18 -18
  11. data/_layouts/post.html +4 -5
  12. data/assets/vendor/bootstrap/css/bootstrap.css +790 -399
  13. data/assets/vendor/bootstrap/css/bootstrap.css.map +1 -1
  14. data/assets/vendor/bootstrap/css/bootstrap.min.css +4 -4
  15. data/assets/vendor/bootstrap/css/bootstrap.min.css.map +1 -1
  16. data/assets/vendor/bootstrap/js/bootstrap.bundle.js +1111 -896
  17. data/assets/vendor/bootstrap/js/bootstrap.bundle.js.map +1 -1
  18. data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js +3 -3
  19. data/assets/vendor/bootstrap/js/bootstrap.bundle.min.js.map +1 -1
  20. data/assets/vendor/bootstrap/js/bootstrap.js +1043 -872
  21. data/assets/vendor/bootstrap/js/bootstrap.js.map +1 -1
  22. data/assets/vendor/bootstrap/js/bootstrap.min.js +3 -3
  23. data/assets/vendor/bootstrap/js/bootstrap.min.js.map +1 -1
  24. data/assets/vendor/fontawesome-free/css/all.css +278 -12
  25. data/assets/vendor/fontawesome-free/css/all.min.css +2 -2
  26. data/assets/vendor/fontawesome-free/css/brands.css +8 -3
  27. data/assets/vendor/fontawesome-free/css/brands.min.css +5 -1
  28. data/assets/vendor/fontawesome-free/css/fontawesome.css +275 -6
  29. data/assets/vendor/fontawesome-free/css/fontawesome.min.css +5 -1
  30. data/assets/vendor/fontawesome-free/css/regular.css +5 -1
  31. data/assets/vendor/fontawesome-free/css/regular.min.css +5 -1
  32. data/assets/vendor/fontawesome-free/css/solid.css +5 -1
  33. data/assets/vendor/fontawesome-free/css/solid.min.css +5 -1
  34. data/assets/vendor/fontawesome-free/css/svg-with-js.css +29 -0
  35. data/assets/vendor/fontawesome-free/css/svg-with-js.min.css +5 -1
  36. data/assets/vendor/fontawesome-free/css/v4-shims.css +19 -9
  37. data/assets/vendor/fontawesome-free/css/v4-shims.min.css +5 -1
  38. data/assets/vendor/fontawesome-free/js/all.js +410 -224
  39. data/assets/vendor/fontawesome-free/js/all.min.js +5 -1
  40. data/assets/vendor/fontawesome-free/js/brands.js +97 -65
  41. data/assets/vendor/fontawesome-free/js/brands.min.js +5 -1
  42. data/assets/vendor/fontawesome-free/js/conflict-detection.js +998 -0
  43. data/assets/vendor/fontawesome-free/js/conflict-detection.min.js +5 -0
  44. data/assets/vendor/fontawesome-free/js/fontawesome.js +181 -83
  45. data/assets/vendor/fontawesome-free/js/fontawesome.min.js +5 -1
  46. data/assets/vendor/fontawesome-free/js/regular.js +5 -1
  47. data/assets/vendor/fontawesome-free/js/regular.min.js +5 -1
  48. data/assets/vendor/fontawesome-free/js/solid.js +139 -75
  49. data/assets/vendor/fontawesome-free/js/solid.min.js +5 -1
  50. data/assets/vendor/fontawesome-free/js/v4-shims.js +5 -1
  51. data/assets/vendor/fontawesome-free/js/v4-shims.min.js +5 -1
  52. data/assets/vendor/fontawesome-free/less/_core.less +1 -1
  53. data/assets/vendor/fontawesome-free/less/_icons.less +90 -2
  54. data/assets/vendor/fontawesome-free/less/_list.less +1 -1
  55. data/assets/vendor/fontawesome-free/less/_mixins.less +0 -1
  56. data/assets/vendor/fontawesome-free/less/_shims.less +13 -9
  57. data/assets/vendor/fontawesome-free/less/_variables.less +101 -11
  58. data/assets/vendor/fontawesome-free/less/brands.less +6 -1
  59. data/assets/vendor/fontawesome-free/less/fontawesome.less +4 -0
  60. data/assets/vendor/fontawesome-free/less/regular.less +4 -0
  61. data/assets/vendor/fontawesome-free/less/solid.less +4 -0
  62. data/assets/vendor/fontawesome-free/less/v4-shims.less +4 -0
  63. data/assets/vendor/fontawesome-free/metadata/categories.yml +2562 -0
  64. data/assets/vendor/fontawesome-free/metadata/icons.yml +21485 -0
  65. data/assets/vendor/fontawesome-free/metadata/shims.yml +298 -0
  66. data/assets/vendor/fontawesome-free/metadata/sponsors.yml +688 -0
  67. data/assets/vendor/fontawesome-free/package.json +31 -53
  68. data/assets/vendor/fontawesome-free/scss/_core.scss +1 -0
  69. data/assets/vendor/fontawesome-free/scss/_icons.scss +90 -2
  70. data/assets/vendor/fontawesome-free/scss/_mixins.scss +0 -1
  71. data/assets/vendor/fontawesome-free/scss/_shims.scss +13 -9
  72. data/assets/vendor/fontawesome-free/scss/_variables.scss +101 -11
  73. data/assets/vendor/fontawesome-free/scss/brands.scss +6 -1
  74. data/assets/vendor/fontawesome-free/scss/fontawesome.scss +4 -0
  75. data/assets/vendor/fontawesome-free/scss/regular.scss +4 -0
  76. data/assets/vendor/fontawesome-free/scss/solid.scss +4 -0
  77. data/assets/vendor/fontawesome-free/scss/v4-shims.scss +4 -0
  78. data/assets/vendor/fontawesome-free/sprites/brands.svg +213 -540
  79. data/assets/vendor/fontawesome-free/sprites/regular.svg +5 -153
  80. data/assets/vendor/fontawesome-free/sprites/solid.svg +273 -1025
  81. data/assets/vendor/fontawesome-free/svgs/brands/acquisitions-incorporated.svg +1 -1
  82. data/assets/vendor/fontawesome-free/svgs/brands/adobe.svg +1 -1
  83. data/assets/vendor/fontawesome-free/svgs/brands/airbnb.svg +1 -0
  84. data/assets/vendor/fontawesome-free/svgs/brands/amazon-pay.svg +1 -1
  85. data/assets/vendor/fontawesome-free/svgs/brands/android.svg +1 -1
  86. data/assets/vendor/fontawesome-free/svgs/brands/angular.svg +1 -1
  87. data/assets/vendor/fontawesome-free/svgs/brands/apple.svg +1 -1
  88. data/assets/vendor/fontawesome-free/svgs/brands/artstation.svg +1 -1
  89. data/assets/vendor/fontawesome-free/svgs/brands/battle-net.svg +1 -0
  90. data/assets/vendor/fontawesome-free/svgs/brands/bitbucket.svg +1 -1
  91. data/assets/vendor/fontawesome-free/svgs/brands/bootstrap.svg +1 -0
  92. data/assets/vendor/fontawesome-free/svgs/brands/buffer.svg +1 -0
  93. data/assets/vendor/fontawesome-free/svgs/brands/buy-n-large.svg +1 -0
  94. data/assets/vendor/fontawesome-free/svgs/brands/canadian-maple-leaf.svg +1 -1
  95. data/assets/vendor/fontawesome-free/svgs/brands/centos.svg +1 -1
  96. data/assets/vendor/fontawesome-free/svgs/brands/chromecast.svg +1 -0
  97. data/assets/vendor/fontawesome-free/svgs/brands/cotton-bureau.svg +1 -0
  98. data/assets/vendor/fontawesome-free/svgs/brands/critical-role.svg +1 -1
  99. data/assets/vendor/fontawesome-free/svgs/brands/dailymotion.svg +1 -0
  100. data/assets/vendor/fontawesome-free/svgs/brands/diaspora.svg +1 -1
  101. data/assets/vendor/fontawesome-free/svgs/brands/edge.svg +1 -1
  102. data/assets/vendor/fontawesome-free/svgs/brands/evernote.svg +1 -0
  103. data/assets/vendor/fontawesome-free/svgs/brands/facebook-f.svg +1 -1
  104. data/assets/vendor/fontawesome-free/svgs/brands/facebook-messenger.svg +1 -1
  105. data/assets/vendor/fontawesome-free/svgs/brands/facebook-square.svg +1 -1
  106. data/assets/vendor/fontawesome-free/svgs/brands/facebook.svg +1 -1
  107. data/assets/vendor/fontawesome-free/svgs/brands/fedora.svg +1 -1
  108. data/assets/vendor/fontawesome-free/svgs/brands/figma.svg +1 -1
  109. data/assets/vendor/fontawesome-free/svgs/brands/firefox-browser.svg +1 -0
  110. data/assets/vendor/fontawesome-free/svgs/brands/firefox.svg +1 -1
  111. data/assets/vendor/fontawesome-free/svgs/brands/free-code-camp.svg +1 -1
  112. data/assets/vendor/fontawesome-free/svgs/brands/fulcrum.svg +1 -1
  113. data/assets/vendor/fontawesome-free/svgs/brands/git-alt.svg +1 -0
  114. data/assets/vendor/fontawesome-free/svgs/brands/git-square.svg +1 -1
  115. data/assets/vendor/fontawesome-free/svgs/brands/git.svg +1 -1
  116. data/assets/vendor/fontawesome-free/svgs/brands/hackerrank.svg +1 -1
  117. data/assets/vendor/fontawesome-free/svgs/brands/hornbill.svg +1 -1
  118. data/assets/vendor/fontawesome-free/svgs/brands/houzz.svg +1 -1
  119. data/assets/vendor/fontawesome-free/svgs/brands/ideal.svg +1 -0
  120. data/assets/vendor/fontawesome-free/svgs/brands/instagram-square.svg +1 -0
  121. data/assets/vendor/fontawesome-free/svgs/brands/itch-io.svg +1 -0
  122. data/assets/vendor/fontawesome-free/svgs/brands/java.svg +1 -1
  123. data/assets/vendor/fontawesome-free/svgs/brands/kaggle.svg +1 -1
  124. data/assets/vendor/fontawesome-free/svgs/brands/keybase.svg +1 -1
  125. data/assets/vendor/fontawesome-free/svgs/brands/laravel.svg +1 -1
  126. data/assets/vendor/fontawesome-free/svgs/brands/linkedin-in.svg +1 -1
  127. data/assets/vendor/fontawesome-free/svgs/brands/mailchimp.svg +1 -1
  128. data/assets/vendor/fontawesome-free/svgs/brands/mandalorian.svg +1 -1
  129. data/assets/vendor/fontawesome-free/svgs/brands/mastodon.svg +1 -1
  130. data/assets/vendor/fontawesome-free/svgs/brands/mdb.svg +1 -0
  131. data/assets/vendor/fontawesome-free/svgs/brands/microblog.svg +1 -0
  132. data/assets/vendor/fontawesome-free/svgs/brands/mixer.svg +1 -0
  133. data/assets/vendor/fontawesome-free/svgs/brands/neos.svg +1 -1
  134. data/assets/vendor/fontawesome-free/svgs/brands/nimblr.svg +1 -1
  135. data/assets/vendor/fontawesome-free/svgs/brands/orcid.svg +1 -0
  136. data/assets/vendor/fontawesome-free/svgs/brands/osi.svg +1 -1
  137. data/assets/vendor/fontawesome-free/svgs/brands/phoenix-squadron.svg +1 -1
  138. data/assets/vendor/fontawesome-free/svgs/brands/pied-piper-square.svg +1 -0
  139. data/assets/vendor/fontawesome-free/svgs/brands/pied-piper.svg +1 -1
  140. data/assets/vendor/fontawesome-free/svgs/brands/quinscape.svg +1 -1
  141. data/assets/vendor/fontawesome-free/svgs/brands/reacteurope.svg +1 -1
  142. data/assets/vendor/fontawesome-free/svgs/brands/redhat.svg +1 -1
  143. data/assets/vendor/fontawesome-free/svgs/brands/rev.svg +1 -1
  144. data/assets/vendor/fontawesome-free/svgs/brands/rocketchat.svg +1 -1
  145. data/assets/vendor/fontawesome-free/svgs/brands/safari.svg +1 -1
  146. data/assets/vendor/fontawesome-free/svgs/brands/salesforce.svg +1 -0
  147. data/assets/vendor/fontawesome-free/svgs/brands/sass.svg +1 -1
  148. data/assets/vendor/fontawesome-free/svgs/brands/shopify.svg +1 -0
  149. data/assets/vendor/fontawesome-free/svgs/brands/shopware.svg +1 -1
  150. data/assets/vendor/fontawesome-free/svgs/brands/sketch.svg +1 -1
  151. data/assets/vendor/fontawesome-free/svgs/brands/sourcetree.svg +1 -1
  152. data/assets/vendor/fontawesome-free/svgs/brands/speakap.svg +1 -1
  153. data/assets/vendor/fontawesome-free/svgs/brands/speaker-deck.svg +1 -0
  154. data/assets/vendor/fontawesome-free/svgs/brands/stackpath.svg +1 -0
  155. data/assets/vendor/fontawesome-free/svgs/brands/strava.svg +1 -1
  156. data/assets/vendor/fontawesome-free/svgs/brands/stripe-s.svg +1 -1
  157. data/assets/vendor/fontawesome-free/svgs/brands/suse.svg +1 -1
  158. data/assets/vendor/fontawesome-free/svgs/brands/swift.svg +1 -0
  159. data/assets/vendor/fontawesome-free/svgs/brands/symfony.svg +1 -0
  160. data/assets/vendor/fontawesome-free/svgs/brands/teamspeak.svg +1 -1
  161. data/assets/vendor/fontawesome-free/svgs/brands/the-red-yeti.svg +1 -1
  162. data/assets/vendor/fontawesome-free/svgs/brands/themeco.svg +1 -1
  163. data/assets/vendor/fontawesome-free/svgs/brands/think-peaks.svg +1 -1
  164. data/assets/vendor/fontawesome-free/svgs/brands/twitch.svg +1 -1
  165. data/assets/vendor/fontawesome-free/svgs/brands/typo3.svg +1 -1
  166. data/assets/vendor/fontawesome-free/svgs/brands/umbraco.svg +1 -0
  167. data/assets/vendor/fontawesome-free/svgs/brands/unity.svg +1 -0
  168. data/assets/vendor/fontawesome-free/svgs/brands/ups.svg +1 -1
  169. data/assets/vendor/fontawesome-free/svgs/brands/usps.svg +1 -1
  170. data/assets/vendor/fontawesome-free/svgs/brands/waze.svg +1 -0
  171. data/assets/vendor/fontawesome-free/svgs/brands/wolf-pack-battalion.svg +1 -1
  172. data/assets/vendor/fontawesome-free/svgs/brands/yammer.svg +1 -0
  173. data/assets/vendor/fontawesome-free/svgs/brands/yelp.svg +1 -1
  174. data/assets/vendor/fontawesome-free/svgs/regular/hand-spock.svg +1 -1
  175. data/assets/vendor/fontawesome-free/svgs/solid/align-center.svg +1 -1
  176. data/assets/vendor/fontawesome-free/svgs/solid/align-justify.svg +1 -1
  177. data/assets/vendor/fontawesome-free/svgs/solid/align-left.svg +1 -1
  178. data/assets/vendor/fontawesome-free/svgs/solid/align-right.svg +1 -1
  179. data/assets/vendor/fontawesome-free/svgs/solid/atom.svg +1 -1
  180. data/assets/vendor/fontawesome-free/svgs/solid/bahai.svg +1 -0
  181. data/assets/vendor/fontawesome-free/svgs/solid/balance-scale-left.svg +1 -0
  182. data/assets/vendor/fontawesome-free/svgs/solid/balance-scale-right.svg +1 -0
  183. data/assets/vendor/fontawesome-free/svgs/solid/bath.svg +1 -1
  184. data/assets/vendor/fontawesome-free/svgs/solid/biking.svg +1 -0
  185. data/assets/vendor/fontawesome-free/svgs/solid/bold.svg +1 -1
  186. data/assets/vendor/fontawesome-free/svgs/solid/border-all.svg +1 -0
  187. data/assets/vendor/fontawesome-free/svgs/solid/border-none.svg +1 -0
  188. data/assets/vendor/fontawesome-free/svgs/solid/border-style.svg +1 -0
  189. data/assets/vendor/fontawesome-free/svgs/solid/box-tissue.svg +1 -0
  190. data/assets/vendor/fontawesome-free/svgs/solid/brain.svg +1 -1
  191. data/assets/vendor/fontawesome-free/svgs/solid/caravan.svg +1 -0
  192. data/assets/vendor/fontawesome-free/svgs/solid/check-double.svg +1 -1
  193. data/assets/vendor/fontawesome-free/svgs/solid/chess-bishop.svg +1 -1
  194. data/assets/vendor/fontawesome-free/svgs/solid/chess-board.svg +1 -1
  195. data/assets/vendor/fontawesome-free/svgs/solid/chess-king.svg +1 -1
  196. data/assets/vendor/fontawesome-free/svgs/solid/chess-knight.svg +1 -1
  197. data/assets/vendor/fontawesome-free/svgs/solid/chess-pawn.svg +1 -1
  198. data/assets/vendor/fontawesome-free/svgs/solid/chess-queen.svg +1 -1
  199. data/assets/vendor/fontawesome-free/svgs/solid/chess-rook.svg +1 -1
  200. data/assets/vendor/fontawesome-free/svgs/solid/chess.svg +1 -1
  201. data/assets/vendor/fontawesome-free/svgs/solid/clock.svg +1 -1
  202. data/assets/vendor/fontawesome-free/svgs/solid/compress-alt.svg +1 -0
  203. data/assets/vendor/fontawesome-free/svgs/solid/disease.svg +1 -0
  204. data/assets/vendor/fontawesome-free/svgs/solid/dog.svg +1 -1
  205. data/assets/vendor/fontawesome-free/svgs/solid/drum.svg +1 -1
  206. data/assets/vendor/fontawesome-free/svgs/solid/expand-alt.svg +1 -0
  207. data/assets/vendor/fontawesome-free/svgs/solid/expand-arrows-alt.svg +1 -1
  208. data/assets/vendor/fontawesome-free/svgs/solid/external-link-alt.svg +1 -1
  209. data/assets/vendor/fontawesome-free/svgs/solid/fan.svg +1 -0
  210. data/assets/vendor/fontawesome-free/svgs/solid/faucet.svg +1 -0
  211. data/assets/vendor/fontawesome-free/svgs/solid/fax.svg +1 -1
  212. data/assets/vendor/fontawesome-free/svgs/solid/folder-plus.svg +1 -1
  213. data/assets/vendor/fontawesome-free/svgs/solid/font.svg +1 -1
  214. data/assets/vendor/fontawesome-free/svgs/solid/gamepad.svg +1 -1
  215. data/assets/vendor/fontawesome-free/svgs/solid/guitar.svg +1 -1
  216. data/assets/vendor/fontawesome-free/svgs/solid/hand-holding-medical.svg +1 -0
  217. data/assets/vendor/fontawesome-free/svgs/solid/hand-holding-usd.svg +1 -1
  218. data/assets/vendor/fontawesome-free/svgs/solid/hand-holding-water.svg +1 -0
  219. data/assets/vendor/fontawesome-free/svgs/solid/hand-sparkles.svg +1 -0
  220. data/assets/vendor/fontawesome-free/svgs/solid/hand-spock.svg +1 -1
  221. data/assets/vendor/fontawesome-free/svgs/solid/hands-wash.svg +1 -0
  222. data/assets/vendor/fontawesome-free/svgs/solid/handshake-alt-slash.svg +1 -0
  223. data/assets/vendor/fontawesome-free/svgs/solid/handshake-slash.svg +1 -0
  224. data/assets/vendor/fontawesome-free/svgs/solid/hat-cowboy-side.svg +1 -0
  225. data/assets/vendor/fontawesome-free/svgs/solid/hat-cowboy.svg +1 -0
  226. data/assets/vendor/fontawesome-free/svgs/solid/head-side-cough-slash.svg +1 -0
  227. data/assets/vendor/fontawesome-free/svgs/solid/head-side-cough.svg +1 -0
  228. data/assets/vendor/fontawesome-free/svgs/solid/head-side-mask.svg +1 -0
  229. data/assets/vendor/fontawesome-free/svgs/solid/head-side-virus.svg +1 -0
  230. data/assets/vendor/fontawesome-free/svgs/solid/heading.svg +1 -1
  231. data/assets/vendor/fontawesome-free/svgs/solid/hospital-user.svg +1 -0
  232. data/assets/vendor/fontawesome-free/svgs/solid/house-user.svg +1 -0
  233. data/assets/vendor/fontawesome-free/svgs/solid/icons.svg +1 -0
  234. data/assets/vendor/fontawesome-free/svgs/solid/indent.svg +1 -1
  235. data/assets/vendor/fontawesome-free/svgs/solid/italic.svg +1 -1
  236. data/assets/vendor/fontawesome-free/svgs/solid/jedi.svg +1 -1
  237. data/assets/vendor/fontawesome-free/svgs/solid/journal-whills.svg +1 -1
  238. data/assets/vendor/fontawesome-free/svgs/solid/laptop-house.svg +1 -0
  239. data/assets/vendor/fontawesome-free/svgs/solid/list-ol.svg +1 -1
  240. data/assets/vendor/fontawesome-free/svgs/solid/list-ul.svg +1 -1
  241. data/assets/vendor/fontawesome-free/svgs/solid/list.svg +1 -1
  242. data/assets/vendor/fontawesome-free/svgs/solid/lungs-virus.svg +1 -0
  243. data/assets/vendor/fontawesome-free/svgs/solid/lungs.svg +1 -0
  244. data/assets/vendor/fontawesome-free/svgs/solid/magnet.svg +1 -1
  245. data/assets/vendor/fontawesome-free/svgs/solid/meteor.svg +1 -1
  246. data/assets/vendor/fontawesome-free/svgs/solid/mouse.svg +1 -0
  247. data/assets/vendor/fontawesome-free/svgs/solid/music.svg +1 -1
  248. data/assets/vendor/fontawesome-free/svgs/solid/outdent.svg +1 -1
  249. data/assets/vendor/fontawesome-free/svgs/solid/paragraph.svg +1 -1
  250. data/assets/vendor/fontawesome-free/svgs/solid/people-arrows.svg +1 -0
  251. data/assets/vendor/fontawesome-free/svgs/solid/phone-alt.svg +1 -0
  252. data/assets/vendor/fontawesome-free/svgs/solid/phone-square-alt.svg +1 -0
  253. data/assets/vendor/fontawesome-free/svgs/solid/photo-video.svg +1 -0
  254. data/assets/vendor/fontawesome-free/svgs/solid/plane-slash.svg +1 -0
  255. data/assets/vendor/fontawesome-free/svgs/solid/plug.svg +1 -1
  256. data/assets/vendor/fontawesome-free/svgs/solid/pump-medical.svg +1 -0
  257. data/assets/vendor/fontawesome-free/svgs/solid/pump-soap.svg +1 -0
  258. data/assets/vendor/fontawesome-free/svgs/solid/radiation-alt.svg +1 -1
  259. data/assets/vendor/fontawesome-free/svgs/solid/radiation.svg +1 -1
  260. data/assets/vendor/fontawesome-free/svgs/solid/record-vinyl.svg +1 -0
  261. data/assets/vendor/fontawesome-free/svgs/solid/redo.svg +1 -1
  262. data/assets/vendor/fontawesome-free/svgs/solid/remove-format.svg +1 -0
  263. data/assets/vendor/fontawesome-free/svgs/solid/robot.svg +1 -1
  264. data/assets/vendor/fontawesome-free/svgs/solid/rocket.svg +1 -1
  265. data/assets/vendor/fontawesome-free/svgs/solid/satellite-dish.svg +1 -1
  266. data/assets/vendor/fontawesome-free/svgs/solid/satellite.svg +1 -1
  267. data/assets/vendor/fontawesome-free/svgs/solid/shapes.svg +1 -1
  268. data/assets/vendor/fontawesome-free/svgs/solid/shield-virus.svg +1 -0
  269. data/assets/vendor/fontawesome-free/svgs/solid/shower.svg +1 -1
  270. data/assets/vendor/fontawesome-free/svgs/solid/sim-card.svg +1 -1
  271. data/assets/vendor/fontawesome-free/svgs/solid/soap.svg +1 -0
  272. data/assets/vendor/fontawesome-free/svgs/solid/sort-alpha-down-alt.svg +1 -0
  273. data/assets/vendor/fontawesome-free/svgs/solid/sort-alpha-down.svg +1 -1
  274. data/assets/vendor/fontawesome-free/svgs/solid/sort-alpha-up-alt.svg +1 -0
  275. data/assets/vendor/fontawesome-free/svgs/solid/sort-alpha-up.svg +1 -1
  276. data/assets/vendor/fontawesome-free/svgs/solid/sort-amount-down-alt.svg +1 -0
  277. data/assets/vendor/fontawesome-free/svgs/solid/sort-amount-down.svg +1 -1
  278. data/assets/vendor/fontawesome-free/svgs/solid/sort-amount-up-alt.svg +1 -0
  279. data/assets/vendor/fontawesome-free/svgs/solid/sort-amount-up.svg +1 -1
  280. data/assets/vendor/fontawesome-free/svgs/solid/sort-numeric-down-alt.svg +1 -0
  281. data/assets/vendor/fontawesome-free/svgs/solid/sort-numeric-down.svg +1 -1
  282. data/assets/vendor/fontawesome-free/svgs/solid/sort-numeric-up-alt.svg +1 -0
  283. data/assets/vendor/fontawesome-free/svgs/solid/sort-numeric-up.svg +1 -1
  284. data/assets/vendor/fontawesome-free/svgs/solid/spell-check.svg +1 -0
  285. data/assets/vendor/fontawesome-free/svgs/solid/stopwatch-20.svg +1 -0
  286. data/assets/vendor/fontawesome-free/svgs/solid/store-alt-slash.svg +1 -0
  287. data/assets/vendor/fontawesome-free/svgs/solid/store-slash.svg +1 -0
  288. data/assets/vendor/fontawesome-free/svgs/solid/strikethrough.svg +1 -1
  289. data/assets/vendor/fontawesome-free/svgs/solid/subscript.svg +1 -1
  290. data/assets/vendor/fontawesome-free/svgs/solid/superscript.svg +1 -1
  291. data/assets/vendor/fontawesome-free/svgs/solid/swatchbook.svg +1 -1
  292. data/assets/vendor/fontawesome-free/svgs/solid/sync.svg +1 -1
  293. data/assets/vendor/fontawesome-free/svgs/solid/tasks.svg +1 -1
  294. data/assets/vendor/fontawesome-free/svgs/solid/text-height.svg +1 -1
  295. data/assets/vendor/fontawesome-free/svgs/solid/text-width.svg +1 -1
  296. data/assets/vendor/fontawesome-free/svgs/solid/toilet-paper-slash.svg +1 -0
  297. data/assets/vendor/fontawesome-free/svgs/solid/torah.svg +1 -1
  298. data/assets/vendor/fontawesome-free/svgs/solid/trailer.svg +1 -0
  299. data/assets/vendor/fontawesome-free/svgs/solid/tv.svg +1 -1
  300. data/assets/vendor/fontawesome-free/svgs/solid/underline.svg +1 -1
  301. data/assets/vendor/fontawesome-free/svgs/solid/user-lock.svg +1 -1
  302. data/assets/vendor/fontawesome-free/svgs/solid/user-nurse.svg +1 -1
  303. data/assets/vendor/fontawesome-free/svgs/solid/virus-slash.svg +1 -0
  304. data/assets/vendor/fontawesome-free/svgs/solid/virus.svg +1 -0
  305. data/assets/vendor/fontawesome-free/svgs/solid/viruses.svg +1 -0
  306. data/assets/vendor/fontawesome-free/svgs/solid/voicemail.svg +1 -0
  307. data/assets/vendor/fontawesome-free/svgs/solid/volleyball-ball.svg +1 -1
  308. data/assets/vendor/fontawesome-free/svgs/solid/volume-off.svg +1 -1
  309. data/assets/vendor/fontawesome-free/svgs/solid/wave-square.svg +1 -0
  310. data/assets/vendor/fontawesome-free/webfonts/fa-brands-400.eot +0 -0
  311. data/assets/vendor/fontawesome-free/webfonts/fa-brands-400.svg +966 -692
  312. data/assets/vendor/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  313. data/assets/vendor/fontawesome-free/webfonts/fa-brands-400.woff +0 -0
  314. data/assets/vendor/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  315. data/assets/vendor/fontawesome-free/webfonts/fa-regular-400.eot +0 -0
  316. data/assets/vendor/fontawesome-free/webfonts/fa-regular-400.svg +22 -18
  317. data/assets/vendor/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  318. data/assets/vendor/fontawesome-free/webfonts/fa-regular-400.woff +0 -0
  319. data/assets/vendor/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  320. data/assets/vendor/fontawesome-free/webfonts/fa-solid-900.eot +0 -0
  321. data/assets/vendor/fontawesome-free/webfonts/fa-solid-900.svg +852 -430
  322. data/assets/vendor/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  323. data/assets/vendor/fontawesome-free/webfonts/fa-solid-900.woff +0 -0
  324. data/assets/vendor/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  325. data/assets/vendor/jquery/jquery.js +1150 -642
  326. data/assets/vendor/jquery/jquery.min.js +2 -2
  327. data/assets/vendor/jquery/jquery.min.map +1 -1
  328. data/assets/vendor/jquery/jquery.slim.js +1116 -608
  329. data/assets/vendor/jquery/jquery.slim.min.js +2 -2
  330. data/assets/vendor/jquery/jquery.slim.min.map +1 -1
  331. data/assets/vendor/startbootstrap-clean-blog/js/clean-blog.min.js +3 -3
  332. data/assets/vendor/startbootstrap-clean-blog/scss/_contact.scss +0 -2
  333. metadata +103 -6
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba3b747edb857e5b9166449578ecc52a573a276c0b2c27cd2eff4c3f1509a645
4
- data.tar.gz: 1e3dc71d890304dd9828e4f7ed605d2143027583545e058859a74576012b3ec9
3
+ metadata.gz: 97329a4c1604491b0ca28d6a6bf187fa239bb40aeeeebf28591ceb0de55d2cff
4
+ data.tar.gz: 0e9d3357ff9cda90b548342062abcd161d99adddbc28e494dad47380dcde45ec
5
5
  SHA512:
6
- metadata.gz: 7762fde2ba840693899eaa28714dad4610008ee7ae36cac5977ddddab49bd44e37c04a6ff2add6cebf40101f1f397c1eba428f7d7e37a1b3b0e8bcf96174135e
7
- data.tar.gz: 050c991d8c5ecc472abcd879a0112af0ce373f5fea29dc676256c5df29bfe81c5ef59f671e9d70f2e8a33830aa34c60de62982191e8d81a712ab00ec8008f544
6
+ metadata.gz: ae34b2f4ccb3f3e02cfe46149342f634eb6917f7f594f7f7b652b845ffaa45e14b99fa2aa57492afd7d02c5f1046785521cfa8e436568a2b15aa10ecfe77e232
7
+ data.tar.gz: 1fd53e9c00a423b35c61bbf16088922faf9d291f6dbd1d1923222d9306f481bcfd68bcaf4d6ae6225917a3d1d383385f95cbac77d306f50a7a4058cb8aab51ee
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2013-2019 Blackrock Digital LLC
3
+ Copyright (c) 2013-2020 Start Bootstrap LLC
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -1,103 +1,111 @@
1
- # [Start Bootstrap - Clean Blog Jekyll](https://startbootstrap.com/template-overviews/clean-blog-jekyll/) - Official Jekyll Version
1
+ # [Start Bootstrap - Clean Blog Jekyll](https://startbootstrap.com/themes/clean-blog-jekyll/) - Official Jekyll Version
2
2
 
3
- [Clean Blog Jekyll](http://startbootstrap.com/template-overviews/clean-blog-jekyll/) is a stylish, responsive blog theme for [Bootstrap](http://getbootstrap.com/) created by [Start Bootstrap](http://startbootstrap.com/). This theme features a blog homepage, about page, contact page, and an example post page along with a working contact form powered by [Formspree](https://formspree.io/).
3
+ [Clean Blog Jekyll](https://startbootstrap.com/themes/clean-blog-jekyll/) is a stylish, responsive blog theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/). This theme features a blog homepage, about page, contact page, and an example post page along with a working contact form powered by [Formspree](https://formspree.io/).
4
4
 
5
5
  This repository holds the official Jekyll version of the Clean Blog theme on Start Bootstrap!
6
6
 
7
7
  ## Preview
8
8
 
9
- [![Clean Blog (Jekyll) Preview](https://startbootstrap.com/assets/img/screenshots/themes/clean-blog-jekyll.png)](http://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/)
9
+ [![Clean Blog (Jekyll) Preview](https://startbootstrap.com/assets/img/screenshots/themes/clean-blog-jekyll.png)](http://StartBootstrap.github.io/startbootstrap-clean-blog-jekyll/)
10
10
 
11
- **[View Live Preview](http://blackrockdigital.github.io/startbootstrap-clean-blog-jekyll/)**
11
+ **[View Live Preview](http://StartBootstrap.github.io/startbootstrap-clean-blog-jekyll/)**
12
12
 
13
13
  ## Installation & Setup
14
14
 
15
- ### Using RubyGems:
15
+ ### Using RubyGems
16
16
 
17
17
  When installing the theme using RubyGems, demo images, posts, and pages are not included. Follow the instructions below for complete setup.
18
18
 
19
19
  1. (Optional) Create a new Jekyll site: `jekyll new my-site`
20
20
  2. Replace the current theme in your `Gemfile` with `gem "jekyll-theme-clean-blog"`.
21
- 3. Install the theme: `bundle install`
21
+ 3. Install the theme (run the command inside your site directory): `bundle install`
22
22
  4. Replace the current theme in your `_config.yml` file with `theme: jekyll-theme-clean-blog`.
23
23
  5. Build your site: `bundle exec jekyll serve`
24
24
 
25
25
  Assuming there are no errors and the site is building properly, follow these steps next:
26
26
 
27
- 1. Create the following pages if they do not exist already (or change the extension of exisitig markdown files from `.md` to `.html`):
28
- - `index.html` - set to `layout: home`
29
- - `about.html` - set to `layout: page`
30
- - `contact.html` - set to `layout: page`
31
- - `posts/index.html` - set to `layout: page` (you will also need to create a `posts` directory)
27
+ 1. Create the following pages if they do not exist already (or change the extension of existing markdown files from `.md` to `.html`):
28
+
29
+ * `index.html` - set to `layout: home`
30
+ * `about.html` - set to `layout: page`
31
+ * `contact.html` - set to `layout: page`
32
+ * `posts/index.html` - set to `layout: page` (you will also need to create a `posts` directory)
33
+
32
34
  2. Configure the `index.html` front matter. Example:
33
- ```
34
- ---
35
- layout: home
36
- background: '/PATH_TO_IMAGE'
37
- ---
38
- ```
35
+
36
+ ```markdown
37
+ ---
38
+ layout: home
39
+ background: '/PATH_TO_IMAGE'
40
+ ---
41
+ ```
42
+
39
43
  3. Configure the `about.html`, `contact.html`, and `posts/index.html` front matter. Example:
40
- ```
41
- ---
42
- layout: page
43
- title: Page Title
44
- description: This is the page description.
45
- background: '/PATH_TO_IMAGE'
46
- ---
47
- ```
44
+
45
+ ```markdown
46
+ ---
47
+ layout: page
48
+ title: Page Title
49
+ description: This is the page description.
50
+ background: '/PATH_TO_IMAGE'
51
+ ---
52
+ ```
53
+
48
54
  4. For each post in the `_posts` directory, update the front matter. Example:
49
- ```
50
- ---
51
- layout: post
52
- title: "Post Title"
53
- subtitle: "This is the post subtitle."
54
- date: YYYY-MM-DD HH:MM:SS
55
- background: '/PATH_TO_IMAGE'
56
- ---
57
- ```
58
-
59
- For reference, look at the [demo repository](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll) to see how the files are set up.
55
+
56
+ ```markdown
57
+ ---
58
+ layout: post
59
+ title: "Post Title"
60
+ subtitle: "This is the post subtitle."
61
+ date: YYYY-MM-DD HH:MM:SS
62
+ background: '/PATH_TO_IMAGE'
63
+ ---
64
+ ```
65
+
66
+ For reference, look at the [demo repository](https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll) to see how the files are set up.
60
67
 
61
68
  5. Add the form to the `contact.html` page. Add the following code to your `contact.html` page:
62
- ```
63
- <form name="sentMessage" id="contactForm" novalidate>
64
- <div class="control-group">
65
- <div class="form-group floating-label-form-group controls">
66
- <label>Name</label>
67
- <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
68
- <p class="help-block text-danger"></p>
69
- </div>
70
- </div>
71
- <div class="control-group">
72
- <div class="form-group floating-label-form-group controls">
73
- <label>Email Address</label>
74
- <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
75
- <p class="help-block text-danger"></p>
76
- </div>
77
- </div>
78
- <div class="control-group">
79
- <div class="form-group col-xs-12 floating-label-form-group controls">
80
- <label>Phone Number</label>
81
- <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
82
- <p class="help-block text-danger"></p>
83
- </div>
84
- </div>
85
- <div class="control-group">
86
- <div class="form-group floating-label-form-group controls">
87
- <label>Message</label>
88
- <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
89
- <p class="help-block text-danger"></p>
90
- </div>
91
- </div>
92
- <br>
93
- <div id="success"></div>
94
- <div class="form-group">
95
- <button type="submit" class="btn btn-primary" id="sendMessageButton">Send</button>
96
- </div>
97
- </form>
98
- ```
99
-
100
- Make sure you have the `email` setting in your `_config.yml` file set to a working email address! Once this is set, fill out the form and then check your email, verify the email address using the link sent to you by Formspree, and then the form will be working!
69
+
70
+ ```html
71
+ <form name="sentMessage" id="contactForm" novalidate>
72
+ <div class="control-group">
73
+ <div class="form-group floating-label-form-group controls">
74
+ <label>Name</label>
75
+ <input type="text" class="form-control" placeholder="Name" id="name" required data-validation-required-message="Please enter your name.">
76
+ <p class="help-block text-danger"></p>
77
+ </div>
78
+ </div>
79
+ <div class="control-group">
80
+ <div class="form-group floating-label-form-group controls">
81
+ <label>Email Address</label>
82
+ <input type="email" class="form-control" placeholder="Email Address" id="email" required data-validation-required-message="Please enter your email address.">
83
+ <p class="help-block text-danger"></p>
84
+ </div>
85
+ </div>
86
+ <div class="control-group">
87
+ <div class="form-group col-xs-12 floating-label-form-group controls">
88
+ <label>Phone Number</label>
89
+ <input type="tel" class="form-control" placeholder="Phone Number" id="phone" required data-validation-required-message="Please enter your phone number.">
90
+ <p class="help-block text-danger"></p>
91
+ </div>
92
+ </div>
93
+ <div class="control-group">
94
+ <div class="form-group floating-label-form-group controls">
95
+ <label>Message</label>
96
+ <textarea rows="5" class="form-control" placeholder="Message" id="message" required data-validation-required-message="Please enter a message."></textarea>
97
+ <p class="help-block text-danger"></p>
98
+ </div>
99
+ </div>
100
+ <br>
101
+ <div id="success"></div>
102
+ <div class="form-group">
103
+ <button type="submit" class="btn btn-primary" id="sendMessageButton">Send</button>
104
+ </div>
105
+ </form>
106
+ ```
107
+
108
+ Make sure you have the `email` setting in your `_config.yml` file set to a working email address! Once this is set, fill out the form and then check your email, verify the email address using the link sent to you by Formspree, and then the form will be working!
101
109
 
102
110
  6. Build your site: `bundle exec jekyll serve`
103
111
 
@@ -105,7 +113,7 @@ Make sure you have the `email` setting in your `_config.yml` file set to a worki
105
113
 
106
114
  When using the core files, the demo images, posts, and pages are all included with the download. After following the instructions below, you can then go and change the content of the pages and posts.
107
115
 
108
- 1. [Download](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/archive/master.zip) or Clone the repository.
116
+ 1. [Download](https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll/archive/master.zip) or Clone the repository.
109
117
  2. Update the following configuration settings in your `_config.yml` file:
110
118
  - `baseurl`
111
119
  - `url`
@@ -117,27 +125,28 @@ When using the core files, the demo images, posts, and pages are all included wi
117
125
  - `facebook_username` (Optional)
118
126
  - `github_username` (Optional)
119
127
  - `linkedin_username` (Optional)
128
+ - `instagram_username` (Optional)
120
129
  3. Build your site: `bundle exec jekyll serve`
121
130
 
122
131
  ## Bugs and Issues
123
132
 
124
- Have a bug or an issue with this template? [Open a new issue](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/issues) here on GitHub!
133
+ Have a bug or an issue with this template? [Open a new issue](https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll/issues) here on GitHub!
125
134
 
126
135
  ## About
127
136
 
128
137
  Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.
129
138
 
130
- * https://startbootstrap.com
131
- * https://twitter.com/SBootstrap
139
+ * <https://startbootstrap.com>
140
+ * <https://twitter.com/SBootstrap>
132
141
 
133
- Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**, Owner of [Blackrock Digital](http://blackrockdigital.io/).
142
+ Start Bootstrap was created by and is maintained by **[David Miller](http://davidmiller.io/)**.
134
143
 
135
- * http://davidmiller.io
136
- * https://twitter.com/davidmillerskt
137
- * https://github.com/davidtmiller
144
+ * <http://davidmiller.io>
145
+ * <https://twitter.com/davidmillerskt>
146
+ * <https://github.com/davidtmiller>
138
147
 
139
- Start Bootstrap is based on the [Bootstrap](http://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
148
+ Start Bootstrap is based on the [Bootstrap](https://getbootstrap.com/) framework created by [Mark Otto](https://twitter.com/mdo) and [Jacob Thorton](https://twitter.com/fat).
140
149
 
141
150
  ## Copyright and License
142
151
 
143
- Copyright 2013-2019 Blackrock Digital LLC. Code released under the [MIT](https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/blob/gh-pages/LICENSE) license.
152
+ Copyright 2013-2020 Start Bootstrap LLC. Code released under the [MIT](https://github.com/StartBootstrap/startbootstrap-clean-blog-jekyll/blob/gh-pages/LICENSE) license.
@@ -7,9 +7,19 @@
7
7
  <div class="row">
8
8
  <div class="col-lg-8 col-md-10 mx-auto">
9
9
  <ul class="list-inline text-center">
10
+ {% if site.email %}
11
+ <li class="list-inline-item">
12
+ <a href="mailto:{{ site.email | encode_email }}">
13
+ <span class="fa-stack fa-lg">
14
+ <i class="fas fa-circle fa-stack-2x"></i>
15
+ <i class="far fa-envelope fa-stack-1x fa-inverse"></i>
16
+ </span>
17
+ </a>
18
+ </li>
19
+ {% endif %}
10
20
  {% if site.twitter_username %}
11
21
  <li class="list-inline-item">
12
- <a href="https://www.twitter.com/{{ site.twitter_username }}">
22
+ <a href="https://twitter.com/{{ site.twitter_username }}">
13
23
  <span class="fa-stack fa-lg">
14
24
  <i class="fas fa-circle fa-stack-2x"></i>
15
25
  <i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
@@ -47,6 +57,16 @@
47
57
  </a>
48
58
  </li>
49
59
  {% endif %}
60
+ {% if site.instagram_username %}
61
+ <li class="list-inline-item">
62
+ <a href="https://instagram.com/{{ site.instagram_username }}">
63
+ <span class="fa-stack fa-lg">
64
+ <i class="fas fa-circle fa-stack-2x"></i>
65
+ <i class="fab fa-instagram fa-stack-1x fa-inverse"></i>
66
+ </span>
67
+ </a>
68
+ </li>
69
+ {% endif %}
50
70
  </ul>
51
71
  <p class="copyright text-muted">Copyright &copy; {{ site.author }} {{ 'now' | date: "%Y" }}</p>
52
72
  </div>
@@ -0,0 +1,10 @@
1
+ <!-- Global site tag (gtag.js) - Google Analytics -->
2
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
3
+ <script>
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+
8
+ gtag('config', '{{ site.google_analytics }}');
9
+ </script>
10
+
@@ -15,7 +15,7 @@
15
15
  <a class="nav-link" href="{{"/about" | relative_url }}">About</a>
16
16
  </li>
17
17
  <li class="nav-item">
18
- <a class="nav-link" href="{{"/posts" | relative_url }}">Posts</a>
18
+ <a class="nav-link" href="{{ "/posts" | relative_url }}">Posts</a>
19
19
  </li>
20
20
  <li class="nav-item">
21
21
  <a class="nav-link" href="{{"/contact" | relative_url }}">Contact</a>
@@ -1,3 +1,3 @@
1
1
  <span class="reading-time" title="Estimated read time">
2
2
  {% assign words = include.content | number_of_words %}
3
- {% if words < 270 %} {{ words }} 1 min {% else %} {{ words | divided_by:135 }} mins {% endif %} read </span>
3
+ {% if words < 270 %} 1 min {% else %} {{ words | divided_by:135 }} mins {% endif %} read </span>
@@ -2,18 +2,20 @@
2
2
 
3
3
  <html>
4
4
 
5
- {% include head.html %}
5
+ {% include head.html %}
6
6
 
7
- <body>
7
+ <body>
8
8
 
9
- {% include navbar.html %}
9
+ {% include navbar.html %}
10
10
 
11
- {{ content }}
11
+ {{ content }}
12
12
 
13
- {% include footer.html %}
13
+ {% include footer.html %}
14
14
 
15
- {% include scripts.html %}
15
+ {% include scripts.html %}
16
16
 
17
- </body>
17
+ {% include google-analytics.html %}
18
+
19
+ </body>
18
20
 
19
21
  </html>
@@ -48,7 +48,8 @@ layout: default
48
48
  {{ site.author }}
49
49
  {% endif %}
50
50
  on
51
- {{ post.date | date: '%B %d, %Y' }} &middot; {% include read_time.html content=post.content %}</p>
51
+ {{ post.date | date: '%B %d, %Y' }} &middot; {% include read_time.html content=post.content %}
52
+ </p>
52
53
  </article>
53
54
 
54
55
  <hr>
@@ -62,4 +63,4 @@ layout: default
62
63
 
63
64
  </div>
64
65
  </div>
65
- </div>
66
+ </div>
@@ -5,30 +5,30 @@ layout: default
5
5
  <!-- Page Header -->
6
6
  {% if page.background %}
7
7
  <header class="masthead" style="background-image: url('{{ page.background | prepend: site.baseurl | replace: '//', '/' }}')">
8
- {% else %}
9
- <header class="masthead">
10
- {% endif %}
11
- <div class="overlay"></div>
12
- <div class="container">
13
- <div class="row">
14
- <div class="col-lg-8 col-md-10 mx-auto">
15
- <div class="page-heading">
16
- <h1>{{ page.title }}</h1>
17
- {% if page.description %}
8
+ {% else %}
9
+ <header class="masthead">
10
+ {% endif %}
11
+ <div class="overlay"></div>
12
+ <div class="container">
13
+ <div class="row">
14
+ <div class="col-lg-8 col-md-10 mx-auto">
15
+ <div class="page-heading">
16
+ <h1>{{ page.title }}</h1>
17
+ {% if page.description %}
18
18
  <span class="subheading">{{ page.description }}</span>
19
- {% endif %}
19
+ {% endif %}
20
+ </div>
20
21
  </div>
21
22
  </div>
22
23
  </div>
23
- </div>
24
- </header>
24
+ </header>
25
25
 
26
- <div class="container">
27
- <div class="row">
28
- <div class="col-lg-8 col-md-10 mx-auto">
26
+ <div class="container">
27
+ <div class="row">
28
+ <div class="col-lg-8 col-md-10 mx-auto">
29
29
 
30
- {{ content }}
30
+ {{ content }}
31
31
 
32
+ </div>
32
33
  </div>
33
34
  </div>
34
- </div>
@@ -20,7 +20,8 @@ layout: default
20
20
  <span class="meta">Posted by
21
21
  <a href="#">{% if page.author %}{{ page.author }}{% else %}{{ site.author }}{% endif %}</a>
22
22
  on {{ page.date | date: '%B %d, %Y' }} &middot; {% include read_time.html
23
- content=page.content %}</span>
23
+ content=page.content %}
24
+ </span>
24
25
  </div>
25
26
  </div>
26
27
  </div>
@@ -38,13 +39,11 @@ layout: default
38
39
  <div class="clearfix">
39
40
 
40
41
  {% if page.previous.url %}
41
- <a class="btn btn-primary float-left" href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}"
42
- data-toggle="tooltip" data-placement="top" title="{{ page.previous.title }}">&larr; Previous<span class="d-none d-md-inline">
42
+ <a class="btn btn-primary float-left" href="{{ page.previous.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.previous.title }}">&larr; Previous<span class="d-none d-md-inline">
43
43
  Post</span></a>
44
44
  {% endif %}
45
45
  {% if page.next.url %}
46
- <a class="btn btn-primary float-right" href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}"
47
- data-toggle="tooltip" data-placement="top" title="{{ page.next.title }}">Next<span class="d-none d-md-inline">
46
+ <a class="btn btn-primary float-right" href="{{ page.next.url | prepend: site.baseurl | replace: '//', '/' }}" data-toggle="tooltip" data-placement="top" title="{{ page.next.title }}">Next<span class="d-none d-md-inline">
48
47
  Post</span> &rarr;</a>
49
48
  {% endif %}
50
49
 
@@ -1,7 +1,7 @@
1
1
  /*!
2
- * Bootstrap v4.2.1 (https://getbootstrap.com/)
3
- * Copyright 2011-2018 The Bootstrap Authors
4
- * Copyright 2011-2018 Twitter, Inc.
2
+ * Bootstrap v4.5.0 (https://getbootstrap.com/)
3
+ * Copyright 2011-2020 The Bootstrap Authors
4
+ * Copyright 2011-2020 Twitter, Inc.
5
5
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6
6
  */
7
7
  :root {
@@ -63,7 +63,7 @@ body {
63
63
  background-color: #fff;
64
64
  }
65
65
 
66
- [tabindex="-1"]:focus {
66
+ [tabindex="-1"]:focus:not(:focus-visible) {
67
67
  outline: 0 !important;
68
68
  }
69
69
 
@@ -90,6 +90,7 @@ abbr[data-original-title] {
90
90
  text-decoration: underline dotted;
91
91
  cursor: help;
92
92
  border-bottom: 0;
93
+ -webkit-text-decoration-skip-ink: none;
93
94
  text-decoration-skip-ink: none;
94
95
  }
95
96
 
@@ -162,20 +163,16 @@ a:hover {
162
163
  text-decoration: underline;
163
164
  }
164
165
 
165
- a:not([href]):not([tabindex]) {
166
+ a:not([href]) {
166
167
  color: inherit;
167
168
  text-decoration: none;
168
169
  }
169
170
 
170
- a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
171
+ a:not([href]):hover {
171
172
  color: inherit;
172
173
  text-decoration: none;
173
174
  }
174
175
 
175
- a:not([href]):not([tabindex]):focus {
176
- outline: 0;
177
- }
178
-
179
176
  pre,
180
177
  code,
181
178
  kbd,
@@ -188,6 +185,7 @@ pre {
188
185
  margin-top: 0;
189
186
  margin-bottom: 1rem;
190
187
  overflow: auto;
188
+ -ms-overflow-style: scrollbar;
191
189
  }
192
190
 
193
191
  figure {
@@ -255,6 +253,14 @@ select {
255
253
  text-transform: none;
256
254
  }
257
255
 
256
+ [role="button"] {
257
+ cursor: pointer;
258
+ }
259
+
260
+ select {
261
+ word-wrap: normal;
262
+ }
263
+
258
264
  button,
259
265
  [type="button"],
260
266
  [type="reset"],
@@ -262,6 +268,13 @@ button,
262
268
  -webkit-appearance: button;
263
269
  }
264
270
 
271
+ button:not(:disabled),
272
+ [type="button"]:not(:disabled),
273
+ [type="reset"]:not(:disabled),
274
+ [type="submit"]:not(:disabled) {
275
+ cursor: pointer;
276
+ }
277
+
265
278
  button::-moz-focus-inner,
266
279
  [type="button"]::-moz-focus-inner,
267
280
  [type="reset"]::-moz-focus-inner,
@@ -276,13 +289,6 @@ input[type="checkbox"] {
276
289
  padding: 0;
277
290
  }
278
291
 
279
- input[type="date"],
280
- input[type="time"],
281
- input[type="datetime-local"],
282
- input[type="month"] {
283
- -webkit-appearance: listbox;
284
- }
285
-
286
292
  textarea {
287
293
  overflow: auto;
288
294
  resize: vertical;
@@ -350,10 +356,8 @@ template {
350
356
  h1, h2, h3, h4, h5, h6,
351
357
  .h1, .h2, .h3, .h4, .h5, .h6 {
352
358
  margin-bottom: 0.5rem;
353
- font-family: inherit;
354
359
  font-weight: 500;
355
360
  line-height: 1.2;
356
- color: inherit;
357
361
  }
358
362
 
359
363
  h1, .h1 {
@@ -497,7 +501,7 @@ mark,
497
501
  code {
498
502
  font-size: 87.5%;
499
503
  color: #e83e8c;
500
- word-break: break-word;
504
+ word-wrap: break-word;
501
505
  }
502
506
 
503
507
  a > code {
@@ -567,7 +571,7 @@ pre code {
567
571
  }
568
572
  }
569
573
 
570
- .container-fluid {
574
+ .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
571
575
  width: 100%;
572
576
  padding-right: 15px;
573
577
  padding-left: 15px;
@@ -575,6 +579,30 @@ pre code {
575
579
  margin-left: auto;
576
580
  }
577
581
 
582
+ @media (min-width: 576px) {
583
+ .container, .container-sm {
584
+ max-width: 540px;
585
+ }
586
+ }
587
+
588
+ @media (min-width: 768px) {
589
+ .container, .container-sm, .container-md {
590
+ max-width: 720px;
591
+ }
592
+ }
593
+
594
+ @media (min-width: 992px) {
595
+ .container, .container-sm, .container-md, .container-lg {
596
+ max-width: 960px;
597
+ }
598
+ }
599
+
600
+ @media (min-width: 1200px) {
601
+ .container, .container-sm, .container-md, .container-lg, .container-xl {
602
+ max-width: 1140px;
603
+ }
604
+ }
605
+
578
606
  .row {
579
607
  display: -ms-flexbox;
580
608
  display: flex;
@@ -612,9 +640,46 @@ pre code {
612
640
  flex-basis: 0;
613
641
  -ms-flex-positive: 1;
614
642
  flex-grow: 1;
643
+ min-width: 0;
615
644
  max-width: 100%;
616
645
  }
617
646
 
647
+ .row-cols-1 > * {
648
+ -ms-flex: 0 0 100%;
649
+ flex: 0 0 100%;
650
+ max-width: 100%;
651
+ }
652
+
653
+ .row-cols-2 > * {
654
+ -ms-flex: 0 0 50%;
655
+ flex: 0 0 50%;
656
+ max-width: 50%;
657
+ }
658
+
659
+ .row-cols-3 > * {
660
+ -ms-flex: 0 0 33.333333%;
661
+ flex: 0 0 33.333333%;
662
+ max-width: 33.333333%;
663
+ }
664
+
665
+ .row-cols-4 > * {
666
+ -ms-flex: 0 0 25%;
667
+ flex: 0 0 25%;
668
+ max-width: 25%;
669
+ }
670
+
671
+ .row-cols-5 > * {
672
+ -ms-flex: 0 0 20%;
673
+ flex: 0 0 20%;
674
+ max-width: 20%;
675
+ }
676
+
677
+ .row-cols-6 > * {
678
+ -ms-flex: 0 0 16.666667%;
679
+ flex: 0 0 16.666667%;
680
+ max-width: 16.666667%;
681
+ }
682
+
618
683
  .col-auto {
619
684
  -ms-flex: 0 0 auto;
620
685
  flex: 0 0 auto;
@@ -819,8 +884,39 @@ pre code {
819
884
  flex-basis: 0;
820
885
  -ms-flex-positive: 1;
821
886
  flex-grow: 1;
887
+ min-width: 0;
822
888
  max-width: 100%;
823
889
  }
890
+ .row-cols-sm-1 > * {
891
+ -ms-flex: 0 0 100%;
892
+ flex: 0 0 100%;
893
+ max-width: 100%;
894
+ }
895
+ .row-cols-sm-2 > * {
896
+ -ms-flex: 0 0 50%;
897
+ flex: 0 0 50%;
898
+ max-width: 50%;
899
+ }
900
+ .row-cols-sm-3 > * {
901
+ -ms-flex: 0 0 33.333333%;
902
+ flex: 0 0 33.333333%;
903
+ max-width: 33.333333%;
904
+ }
905
+ .row-cols-sm-4 > * {
906
+ -ms-flex: 0 0 25%;
907
+ flex: 0 0 25%;
908
+ max-width: 25%;
909
+ }
910
+ .row-cols-sm-5 > * {
911
+ -ms-flex: 0 0 20%;
912
+ flex: 0 0 20%;
913
+ max-width: 20%;
914
+ }
915
+ .row-cols-sm-6 > * {
916
+ -ms-flex: 0 0 16.666667%;
917
+ flex: 0 0 16.666667%;
918
+ max-width: 16.666667%;
919
+ }
824
920
  .col-sm-auto {
825
921
  -ms-flex: 0 0 auto;
826
922
  flex: 0 0 auto;
@@ -991,8 +1087,39 @@ pre code {
991
1087
  flex-basis: 0;
992
1088
  -ms-flex-positive: 1;
993
1089
  flex-grow: 1;
1090
+ min-width: 0;
1091
+ max-width: 100%;
1092
+ }
1093
+ .row-cols-md-1 > * {
1094
+ -ms-flex: 0 0 100%;
1095
+ flex: 0 0 100%;
994
1096
  max-width: 100%;
995
1097
  }
1098
+ .row-cols-md-2 > * {
1099
+ -ms-flex: 0 0 50%;
1100
+ flex: 0 0 50%;
1101
+ max-width: 50%;
1102
+ }
1103
+ .row-cols-md-3 > * {
1104
+ -ms-flex: 0 0 33.333333%;
1105
+ flex: 0 0 33.333333%;
1106
+ max-width: 33.333333%;
1107
+ }
1108
+ .row-cols-md-4 > * {
1109
+ -ms-flex: 0 0 25%;
1110
+ flex: 0 0 25%;
1111
+ max-width: 25%;
1112
+ }
1113
+ .row-cols-md-5 > * {
1114
+ -ms-flex: 0 0 20%;
1115
+ flex: 0 0 20%;
1116
+ max-width: 20%;
1117
+ }
1118
+ .row-cols-md-6 > * {
1119
+ -ms-flex: 0 0 16.666667%;
1120
+ flex: 0 0 16.666667%;
1121
+ max-width: 16.666667%;
1122
+ }
996
1123
  .col-md-auto {
997
1124
  -ms-flex: 0 0 auto;
998
1125
  flex: 0 0 auto;
@@ -1163,8 +1290,39 @@ pre code {
1163
1290
  flex-basis: 0;
1164
1291
  -ms-flex-positive: 1;
1165
1292
  flex-grow: 1;
1293
+ min-width: 0;
1166
1294
  max-width: 100%;
1167
1295
  }
1296
+ .row-cols-lg-1 > * {
1297
+ -ms-flex: 0 0 100%;
1298
+ flex: 0 0 100%;
1299
+ max-width: 100%;
1300
+ }
1301
+ .row-cols-lg-2 > * {
1302
+ -ms-flex: 0 0 50%;
1303
+ flex: 0 0 50%;
1304
+ max-width: 50%;
1305
+ }
1306
+ .row-cols-lg-3 > * {
1307
+ -ms-flex: 0 0 33.333333%;
1308
+ flex: 0 0 33.333333%;
1309
+ max-width: 33.333333%;
1310
+ }
1311
+ .row-cols-lg-4 > * {
1312
+ -ms-flex: 0 0 25%;
1313
+ flex: 0 0 25%;
1314
+ max-width: 25%;
1315
+ }
1316
+ .row-cols-lg-5 > * {
1317
+ -ms-flex: 0 0 20%;
1318
+ flex: 0 0 20%;
1319
+ max-width: 20%;
1320
+ }
1321
+ .row-cols-lg-6 > * {
1322
+ -ms-flex: 0 0 16.666667%;
1323
+ flex: 0 0 16.666667%;
1324
+ max-width: 16.666667%;
1325
+ }
1168
1326
  .col-lg-auto {
1169
1327
  -ms-flex: 0 0 auto;
1170
1328
  flex: 0 0 auto;
@@ -1335,8 +1493,39 @@ pre code {
1335
1493
  flex-basis: 0;
1336
1494
  -ms-flex-positive: 1;
1337
1495
  flex-grow: 1;
1496
+ min-width: 0;
1338
1497
  max-width: 100%;
1339
1498
  }
1499
+ .row-cols-xl-1 > * {
1500
+ -ms-flex: 0 0 100%;
1501
+ flex: 0 0 100%;
1502
+ max-width: 100%;
1503
+ }
1504
+ .row-cols-xl-2 > * {
1505
+ -ms-flex: 0 0 50%;
1506
+ flex: 0 0 50%;
1507
+ max-width: 50%;
1508
+ }
1509
+ .row-cols-xl-3 > * {
1510
+ -ms-flex: 0 0 33.333333%;
1511
+ flex: 0 0 33.333333%;
1512
+ max-width: 33.333333%;
1513
+ }
1514
+ .row-cols-xl-4 > * {
1515
+ -ms-flex: 0 0 25%;
1516
+ flex: 0 0 25%;
1517
+ max-width: 25%;
1518
+ }
1519
+ .row-cols-xl-5 > * {
1520
+ -ms-flex: 0 0 20%;
1521
+ flex: 0 0 20%;
1522
+ max-width: 20%;
1523
+ }
1524
+ .row-cols-xl-6 > * {
1525
+ -ms-flex: 0 0 16.666667%;
1526
+ flex: 0 0 16.666667%;
1527
+ max-width: 16.666667%;
1528
+ }
1340
1529
  .col-xl-auto {
1341
1530
  -ms-flex: 0 0 auto;
1342
1531
  flex: 0 0 auto;
@@ -1504,7 +1693,7 @@ pre code {
1504
1693
  .table {
1505
1694
  width: 100%;
1506
1695
  margin-bottom: 1rem;
1507
- background-color: transparent;
1696
+ color: #212529;
1508
1697
  }
1509
1698
 
1510
1699
  .table th,
@@ -1523,10 +1712,6 @@ pre code {
1523
1712
  border-top: 2px solid #dee2e6;
1524
1713
  }
1525
1714
 
1526
- .table .table {
1527
- background-color: #fff;
1528
- }
1529
-
1530
1715
  .table-sm th,
1531
1716
  .table-sm td {
1532
1717
  padding: 0.3rem;
@@ -1558,6 +1743,7 @@ pre code {
1558
1743
  }
1559
1744
 
1560
1745
  .table-hover tbody tr:hover {
1746
+ color: #212529;
1561
1747
  background-color: rgba(0, 0, 0, 0.075);
1562
1748
  }
1563
1749
 
@@ -1754,8 +1940,8 @@ pre code {
1754
1940
 
1755
1941
  .table .thead-dark th {
1756
1942
  color: #fff;
1757
- background-color: #212529;
1758
- border-color: #32383e;
1943
+ background-color: #343a40;
1944
+ border-color: #454d55;
1759
1945
  }
1760
1946
 
1761
1947
  .table .thead-light th {
@@ -1766,13 +1952,13 @@ pre code {
1766
1952
 
1767
1953
  .table-dark {
1768
1954
  color: #fff;
1769
- background-color: #212529;
1955
+ background-color: #343a40;
1770
1956
  }
1771
1957
 
1772
1958
  .table-dark th,
1773
1959
  .table-dark td,
1774
1960
  .table-dark thead th {
1775
- border-color: #32383e;
1961
+ border-color: #454d55;
1776
1962
  }
1777
1963
 
1778
1964
  .table-dark.table-bordered {
@@ -1784,6 +1970,7 @@ pre code {
1784
1970
  }
1785
1971
 
1786
1972
  .table-dark.table-hover tbody tr:hover {
1973
+ color: #fff;
1787
1974
  background-color: rgba(255, 255, 255, 0.075);
1788
1975
  }
1789
1976
 
@@ -1793,7 +1980,6 @@ pre code {
1793
1980
  width: 100%;
1794
1981
  overflow-x: auto;
1795
1982
  -webkit-overflow-scrolling: touch;
1796
- -ms-overflow-style: -ms-autohiding-scrollbar;
1797
1983
  }
1798
1984
  .table-responsive-sm > .table-bordered {
1799
1985
  border: 0;
@@ -1806,7 +1992,6 @@ pre code {
1806
1992
  width: 100%;
1807
1993
  overflow-x: auto;
1808
1994
  -webkit-overflow-scrolling: touch;
1809
- -ms-overflow-style: -ms-autohiding-scrollbar;
1810
1995
  }
1811
1996
  .table-responsive-md > .table-bordered {
1812
1997
  border: 0;
@@ -1819,7 +2004,6 @@ pre code {
1819
2004
  width: 100%;
1820
2005
  overflow-x: auto;
1821
2006
  -webkit-overflow-scrolling: touch;
1822
- -ms-overflow-style: -ms-autohiding-scrollbar;
1823
2007
  }
1824
2008
  .table-responsive-lg > .table-bordered {
1825
2009
  border: 0;
@@ -1832,7 +2016,6 @@ pre code {
1832
2016
  width: 100%;
1833
2017
  overflow-x: auto;
1834
2018
  -webkit-overflow-scrolling: touch;
1835
- -ms-overflow-style: -ms-autohiding-scrollbar;
1836
2019
  }
1837
2020
  .table-responsive-xl > .table-bordered {
1838
2021
  border: 0;
@@ -1844,7 +2027,6 @@ pre code {
1844
2027
  width: 100%;
1845
2028
  overflow-x: auto;
1846
2029
  -webkit-overflow-scrolling: touch;
1847
- -ms-overflow-style: -ms-autohiding-scrollbar;
1848
2030
  }
1849
2031
 
1850
2032
  .table-responsive > .table-bordered {
@@ -1854,7 +2036,7 @@ pre code {
1854
2036
  .form-control {
1855
2037
  display: block;
1856
2038
  width: 100%;
1857
- height: calc(2.25rem + 2px);
2039
+ height: calc(1.5em + 0.75rem + 2px);
1858
2040
  padding: 0.375rem 0.75rem;
1859
2041
  font-size: 1rem;
1860
2042
  font-weight: 400;
@@ -1867,7 +2049,7 @@ pre code {
1867
2049
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
1868
2050
  }
1869
2051
 
1870
- @media screen and (prefers-reduced-motion: reduce) {
2052
+ @media (prefers-reduced-motion: reduce) {
1871
2053
  .form-control {
1872
2054
  transition: none;
1873
2055
  }
@@ -1878,6 +2060,11 @@ pre code {
1878
2060
  border: 0;
1879
2061
  }
1880
2062
 
2063
+ .form-control:-moz-focusring {
2064
+ color: transparent;
2065
+ text-shadow: 0 0 0 #495057;
2066
+ }
2067
+
1881
2068
  .form-control:focus {
1882
2069
  color: #495057;
1883
2070
  background-color: #fff;
@@ -1916,6 +2103,15 @@ pre code {
1916
2103
  opacity: 1;
1917
2104
  }
1918
2105
 
2106
+ input[type="date"].form-control,
2107
+ input[type="time"].form-control,
2108
+ input[type="datetime-local"].form-control,
2109
+ input[type="month"].form-control {
2110
+ -webkit-appearance: none;
2111
+ -moz-appearance: none;
2112
+ appearance: none;
2113
+ }
2114
+
1919
2115
  select.form-control:focus::-ms-value {
1920
2116
  color: #495057;
1921
2117
  background-color: #fff;
@@ -1952,9 +2148,9 @@ select.form-control:focus::-ms-value {
1952
2148
  .form-control-plaintext {
1953
2149
  display: block;
1954
2150
  width: 100%;
1955
- padding-top: 0.375rem;
1956
- padding-bottom: 0.375rem;
2151
+ padding: 0.375rem 0;
1957
2152
  margin-bottom: 0;
2153
+ font-size: 1rem;
1958
2154
  line-height: 1.5;
1959
2155
  color: #212529;
1960
2156
  background-color: transparent;
@@ -1968,7 +2164,7 @@ select.form-control:focus::-ms-value {
1968
2164
  }
1969
2165
 
1970
2166
  .form-control-sm {
1971
- height: calc(1.8125rem + 2px);
2167
+ height: calc(1.5em + 0.5rem + 2px);
1972
2168
  padding: 0.25rem 0.5rem;
1973
2169
  font-size: 0.875rem;
1974
2170
  line-height: 1.5;
@@ -1976,7 +2172,7 @@ select.form-control:focus::-ms-value {
1976
2172
  }
1977
2173
 
1978
2174
  .form-control-lg {
1979
- height: calc(2.875rem + 2px);
2175
+ height: calc(1.5em + 1rem + 2px);
1980
2176
  padding: 0.5rem 1rem;
1981
2177
  font-size: 1.25rem;
1982
2178
  line-height: 1.5;
@@ -2027,6 +2223,7 @@ textarea.form-control {
2027
2223
  margin-left: -1.25rem;
2028
2224
  }
2029
2225
 
2226
+ .form-check-input[disabled] ~ .form-check-label,
2030
2227
  .form-check-input:disabled ~ .form-check-label {
2031
2228
  color: #6c757d;
2032
2229
  }
@@ -2074,13 +2271,20 @@ textarea.form-control {
2074
2271
  border-radius: 0.25rem;
2075
2272
  }
2076
2273
 
2274
+ .was-validated :valid ~ .valid-feedback,
2275
+ .was-validated :valid ~ .valid-tooltip,
2276
+ .is-valid ~ .valid-feedback,
2277
+ .is-valid ~ .valid-tooltip {
2278
+ display: block;
2279
+ }
2280
+
2077
2281
  .was-validated .form-control:valid, .form-control.is-valid {
2078
2282
  border-color: #28a745;
2079
- padding-right: 2.25rem;
2283
+ padding-right: calc(1.5em + 0.75rem);
2284
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2080
2285
  background-repeat: no-repeat;
2081
- background-position: center right calc(2.25rem / 4);
2082
- background-size: calc(2.25rem / 2) calc(2.25rem / 2);
2083
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2286
+ background-position: right calc(0.375em + 0.1875rem) center;
2287
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2084
2288
  }
2085
2289
 
2086
2290
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
@@ -2088,21 +2292,15 @@ textarea.form-control {
2088
2292
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
2089
2293
  }
2090
2294
 
2091
- .was-validated .form-control:valid ~ .valid-feedback,
2092
- .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
2093
- .form-control.is-valid ~ .valid-tooltip {
2094
- display: block;
2095
- }
2096
-
2097
2295
  .was-validated textarea.form-control:valid, textarea.form-control.is-valid {
2098
- padding-right: 2.25rem;
2099
- background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
2296
+ padding-right: calc(1.5em + 0.75rem);
2297
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
2100
2298
  }
2101
2299
 
2102
2300
  .was-validated .custom-select:valid, .custom-select.is-valid {
2103
2301
  border-color: #28a745;
2104
- padding-right: 3.4375rem;
2105
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem;
2302
+ padding-right: calc(0.75em + 2.3125rem);
2303
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2106
2304
  }
2107
2305
 
2108
2306
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
@@ -2110,18 +2308,6 @@ textarea.form-control {
2110
2308
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
2111
2309
  }
2112
2310
 
2113
- .was-validated .custom-select:valid ~ .valid-feedback,
2114
- .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
2115
- .custom-select.is-valid ~ .valid-tooltip {
2116
- display: block;
2117
- }
2118
-
2119
- .was-validated .form-control-file:valid ~ .valid-feedback,
2120
- .was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
2121
- .form-control-file.is-valid ~ .valid-tooltip {
2122
- display: block;
2123
- }
2124
-
2125
2311
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
2126
2312
  color: #28a745;
2127
2313
  }
@@ -2140,12 +2326,6 @@ textarea.form-control {
2140
2326
  border-color: #28a745;
2141
2327
  }
2142
2328
 
2143
- .was-validated .custom-control-input:valid ~ .valid-feedback,
2144
- .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
2145
- .custom-control-input.is-valid ~ .valid-tooltip {
2146
- display: block;
2147
- }
2148
-
2149
2329
  .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
2150
2330
  border-color: #34ce57;
2151
2331
  background-color: #34ce57;
@@ -2163,12 +2343,6 @@ textarea.form-control {
2163
2343
  border-color: #28a745;
2164
2344
  }
2165
2345
 
2166
- .was-validated .custom-file-input:valid ~ .valid-feedback,
2167
- .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
2168
- .custom-file-input.is-valid ~ .valid-tooltip {
2169
- display: block;
2170
- }
2171
-
2172
2346
  .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
2173
2347
  border-color: #28a745;
2174
2348
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
@@ -2197,13 +2371,20 @@ textarea.form-control {
2197
2371
  border-radius: 0.25rem;
2198
2372
  }
2199
2373
 
2374
+ .was-validated :invalid ~ .invalid-feedback,
2375
+ .was-validated :invalid ~ .invalid-tooltip,
2376
+ .is-invalid ~ .invalid-feedback,
2377
+ .is-invalid ~ .invalid-tooltip {
2378
+ display: block;
2379
+ }
2380
+
2200
2381
  .was-validated .form-control:invalid, .form-control.is-invalid {
2201
2382
  border-color: #dc3545;
2202
- padding-right: 2.25rem;
2383
+ padding-right: calc(1.5em + 0.75rem);
2384
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
2203
2385
  background-repeat: no-repeat;
2204
- background-position: center right calc(2.25rem / 4);
2205
- background-size: calc(2.25rem / 2) calc(2.25rem / 2);
2206
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
2386
+ background-position: right calc(0.375em + 0.1875rem) center;
2387
+ background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2207
2388
  }
2208
2389
 
2209
2390
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
@@ -2211,21 +2392,15 @@ textarea.form-control {
2211
2392
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2212
2393
  }
2213
2394
 
2214
- .was-validated .form-control:invalid ~ .invalid-feedback,
2215
- .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
2216
- .form-control.is-invalid ~ .invalid-tooltip {
2217
- display: block;
2218
- }
2219
-
2220
2395
  .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
2221
- padding-right: 2.25rem;
2222
- background-position: top calc(2.25rem / 4) right calc(2.25rem / 4);
2396
+ padding-right: calc(1.5em + 0.75rem);
2397
+ background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
2223
2398
  }
2224
2399
 
2225
2400
  .was-validated .custom-select:invalid, .custom-select.is-invalid {
2226
2401
  border-color: #dc3545;
2227
- padding-right: 3.4375rem;
2228
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem;
2402
+ padding-right: calc(0.75em + 2.3125rem);
2403
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
2229
2404
  }
2230
2405
 
2231
2406
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
@@ -2233,18 +2408,6 @@ textarea.form-control {
2233
2408
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
2234
2409
  }
2235
2410
 
2236
- .was-validated .custom-select:invalid ~ .invalid-feedback,
2237
- .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
2238
- .custom-select.is-invalid ~ .invalid-tooltip {
2239
- display: block;
2240
- }
2241
-
2242
- .was-validated .form-control-file:invalid ~ .invalid-feedback,
2243
- .was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
2244
- .form-control-file.is-invalid ~ .invalid-tooltip {
2245
- display: block;
2246
- }
2247
-
2248
2411
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
2249
2412
  color: #dc3545;
2250
2413
  }
@@ -2263,12 +2426,6 @@ textarea.form-control {
2263
2426
  border-color: #dc3545;
2264
2427
  }
2265
2428
 
2266
- .was-validated .custom-control-input:invalid ~ .invalid-feedback,
2267
- .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
2268
- .custom-control-input.is-invalid ~ .invalid-tooltip {
2269
- display: block;
2270
- }
2271
-
2272
2429
  .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
2273
2430
  border-color: #e4606d;
2274
2431
  background-color: #e4606d;
@@ -2286,12 +2443,6 @@ textarea.form-control {
2286
2443
  border-color: #dc3545;
2287
2444
  }
2288
2445
 
2289
- .was-validated .custom-file-input:invalid ~ .invalid-feedback,
2290
- .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
2291
- .custom-file-input.is-invalid ~ .invalid-tooltip {
2292
- display: block;
2293
- }
2294
-
2295
2446
  .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
2296
2447
  border-color: #dc3545;
2297
2448
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
@@ -2355,6 +2506,8 @@ textarea.form-control {
2355
2506
  }
2356
2507
  .form-inline .form-check-input {
2357
2508
  position: relative;
2509
+ -ms-flex-negative: 0;
2510
+ flex-shrink: 0;
2358
2511
  margin-top: 0;
2359
2512
  margin-right: 0.25rem;
2360
2513
  margin-left: 0;
@@ -2389,7 +2542,7 @@ textarea.form-control {
2389
2542
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
2390
2543
  }
2391
2544
 
2392
- @media screen and (prefers-reduced-motion: reduce) {
2545
+ @media (prefers-reduced-motion: reduce) {
2393
2546
  .btn {
2394
2547
  transition: none;
2395
2548
  }
@@ -2431,6 +2584,9 @@ fieldset:disabled a.btn {
2431
2584
  }
2432
2585
 
2433
2586
  .btn-primary:focus, .btn-primary.focus {
2587
+ color: #fff;
2588
+ background-color: #0069d9;
2589
+ border-color: #0062cc;
2434
2590
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
2435
2591
  }
2436
2592
 
@@ -2465,6 +2621,9 @@ fieldset:disabled a.btn {
2465
2621
  }
2466
2622
 
2467
2623
  .btn-secondary:focus, .btn-secondary.focus {
2624
+ color: #fff;
2625
+ background-color: #5a6268;
2626
+ border-color: #545b62;
2468
2627
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
2469
2628
  }
2470
2629
 
@@ -2499,6 +2658,9 @@ fieldset:disabled a.btn {
2499
2658
  }
2500
2659
 
2501
2660
  .btn-success:focus, .btn-success.focus {
2661
+ color: #fff;
2662
+ background-color: #218838;
2663
+ border-color: #1e7e34;
2502
2664
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
2503
2665
  }
2504
2666
 
@@ -2533,6 +2695,9 @@ fieldset:disabled a.btn {
2533
2695
  }
2534
2696
 
2535
2697
  .btn-info:focus, .btn-info.focus {
2698
+ color: #fff;
2699
+ background-color: #138496;
2700
+ border-color: #117a8b;
2536
2701
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
2537
2702
  }
2538
2703
 
@@ -2567,6 +2732,9 @@ fieldset:disabled a.btn {
2567
2732
  }
2568
2733
 
2569
2734
  .btn-warning:focus, .btn-warning.focus {
2735
+ color: #212529;
2736
+ background-color: #e0a800;
2737
+ border-color: #d39e00;
2570
2738
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
2571
2739
  }
2572
2740
 
@@ -2601,6 +2769,9 @@ fieldset:disabled a.btn {
2601
2769
  }
2602
2770
 
2603
2771
  .btn-danger:focus, .btn-danger.focus {
2772
+ color: #fff;
2773
+ background-color: #c82333;
2774
+ border-color: #bd2130;
2604
2775
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
2605
2776
  }
2606
2777
 
@@ -2635,6 +2806,9 @@ fieldset:disabled a.btn {
2635
2806
  }
2636
2807
 
2637
2808
  .btn-light:focus, .btn-light.focus {
2809
+ color: #212529;
2810
+ background-color: #e2e6ea;
2811
+ border-color: #dae0e5;
2638
2812
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
2639
2813
  }
2640
2814
 
@@ -2669,6 +2843,9 @@ fieldset:disabled a.btn {
2669
2843
  }
2670
2844
 
2671
2845
  .btn-dark:focus, .btn-dark.focus {
2846
+ color: #fff;
2847
+ background-color: #23272b;
2848
+ border-color: #1d2124;
2672
2849
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
2673
2850
  }
2674
2851
 
@@ -2949,6 +3126,7 @@ fieldset:disabled a.btn {
2949
3126
  .btn-link {
2950
3127
  font-weight: 400;
2951
3128
  color: #007bff;
3129
+ text-decoration: none;
2952
3130
  }
2953
3131
 
2954
3132
  .btn-link:hover {
@@ -2958,7 +3136,6 @@ fieldset:disabled a.btn {
2958
3136
 
2959
3137
  .btn-link:focus, .btn-link.focus {
2960
3138
  text-decoration: underline;
2961
- box-shadow: none;
2962
3139
  }
2963
3140
 
2964
3141
  .btn-link:disabled, .btn-link.disabled {
@@ -2999,7 +3176,7 @@ input[type="button"].btn-block {
2999
3176
  transition: opacity 0.15s linear;
3000
3177
  }
3001
3178
 
3002
- @media screen and (prefers-reduced-motion: reduce) {
3179
+ @media (prefers-reduced-motion: reduce) {
3003
3180
  .fade {
3004
3181
  transition: none;
3005
3182
  }
@@ -3020,7 +3197,7 @@ input[type="button"].btn-block {
3020
3197
  transition: height 0.35s ease;
3021
3198
  }
3022
3199
 
3023
- @media screen and (prefers-reduced-motion: reduce) {
3200
+ @media (prefers-reduced-motion: reduce) {
3024
3201
  .collapsing {
3025
3202
  transition: none;
3026
3203
  }
@@ -3033,6 +3210,10 @@ input[type="button"].btn-block {
3033
3210
  position: relative;
3034
3211
  }
3035
3212
 
3213
+ .dropdown-toggle {
3214
+ white-space: nowrap;
3215
+ }
3216
+
3036
3217
  .dropdown-toggle::after {
3037
3218
  display: inline-block;
3038
3219
  margin-left: 0.255em;
@@ -3068,49 +3249,25 @@ input[type="button"].btn-block {
3068
3249
  border-radius: 0.25rem;
3069
3250
  }
3070
3251
 
3071
- .dropdown-menu-right {
3072
- right: 0;
3073
- left: auto;
3074
- }
3075
-
3076
- @media (min-width: 576px) {
3077
- .dropdown-menu-sm-right {
3078
- right: 0;
3079
- left: auto;
3080
- }
3081
- }
3082
-
3083
- @media (min-width: 768px) {
3084
- .dropdown-menu-md-right {
3085
- right: 0;
3086
- left: auto;
3087
- }
3088
- }
3089
-
3090
- @media (min-width: 992px) {
3091
- .dropdown-menu-lg-right {
3092
- right: 0;
3093
- left: auto;
3094
- }
3095
- }
3096
-
3097
- @media (min-width: 1200px) {
3098
- .dropdown-menu-xl-right {
3099
- right: 0;
3100
- left: auto;
3101
- }
3102
- }
3103
-
3104
3252
  .dropdown-menu-left {
3105
3253
  right: auto;
3106
3254
  left: 0;
3107
3255
  }
3108
3256
 
3257
+ .dropdown-menu-right {
3258
+ right: 0;
3259
+ left: auto;
3260
+ }
3261
+
3109
3262
  @media (min-width: 576px) {
3110
3263
  .dropdown-menu-sm-left {
3111
3264
  right: auto;
3112
3265
  left: 0;
3113
3266
  }
3267
+ .dropdown-menu-sm-right {
3268
+ right: 0;
3269
+ left: auto;
3270
+ }
3114
3271
  }
3115
3272
 
3116
3273
  @media (min-width: 768px) {
@@ -3118,6 +3275,10 @@ input[type="button"].btn-block {
3118
3275
  right: auto;
3119
3276
  left: 0;
3120
3277
  }
3278
+ .dropdown-menu-md-right {
3279
+ right: 0;
3280
+ left: auto;
3281
+ }
3121
3282
  }
3122
3283
 
3123
3284
  @media (min-width: 992px) {
@@ -3125,6 +3286,10 @@ input[type="button"].btn-block {
3125
3286
  right: auto;
3126
3287
  left: 0;
3127
3288
  }
3289
+ .dropdown-menu-lg-right {
3290
+ right: 0;
3291
+ left: auto;
3292
+ }
3128
3293
  }
3129
3294
 
3130
3295
  @media (min-width: 1200px) {
@@ -3132,6 +3297,10 @@ input[type="button"].btn-block {
3132
3297
  right: auto;
3133
3298
  left: 0;
3134
3299
  }
3300
+ .dropdown-menu-xl-right {
3301
+ right: 0;
3302
+ left: auto;
3303
+ }
3135
3304
  }
3136
3305
 
3137
3306
  .dropup .dropdown-menu {
@@ -3245,16 +3414,6 @@ input[type="button"].btn-block {
3245
3414
  border: 0;
3246
3415
  }
3247
3416
 
3248
- .dropdown-item:first-child {
3249
- border-top-left-radius: calc(0.25rem - 1px);
3250
- border-top-right-radius: calc(0.25rem - 1px);
3251
- }
3252
-
3253
- .dropdown-item:last-child {
3254
- border-bottom-right-radius: calc(0.25rem - 1px);
3255
- border-bottom-left-radius: calc(0.25rem - 1px);
3256
- }
3257
-
3258
3417
  .dropdown-item:hover, .dropdown-item:focus {
3259
3418
  color: #16181b;
3260
3419
  text-decoration: none;
@@ -3438,6 +3597,7 @@ input[type="button"].btn-block {
3438
3597
  -ms-flex: 1 1 auto;
3439
3598
  flex: 1 1 auto;
3440
3599
  width: 1%;
3600
+ min-width: 0;
3441
3601
  margin-bottom: 0;
3442
3602
  }
3443
3603
 
@@ -3557,7 +3717,7 @@ input[type="button"].btn-block {
3557
3717
 
3558
3718
  .input-group-lg > .form-control:not(textarea),
3559
3719
  .input-group-lg > .custom-select {
3560
- height: calc(2.875rem + 2px);
3720
+ height: calc(1.5em + 1rem + 2px);
3561
3721
  }
3562
3722
 
3563
3723
  .input-group-lg > .form-control,
@@ -3574,7 +3734,7 @@ input[type="button"].btn-block {
3574
3734
 
3575
3735
  .input-group-sm > .form-control:not(textarea),
3576
3736
  .input-group-sm > .custom-select {
3577
- height: calc(1.8125rem + 2px);
3737
+ height: calc(1.5em + 0.5rem + 2px);
3578
3738
  }
3579
3739
 
3580
3740
  .input-group-sm > .form-control,
@@ -3629,7 +3789,10 @@ input[type="button"].btn-block {
3629
3789
 
3630
3790
  .custom-control-input {
3631
3791
  position: absolute;
3792
+ left: 0;
3632
3793
  z-index: -1;
3794
+ width: 1rem;
3795
+ height: 1.25rem;
3633
3796
  opacity: 0;
3634
3797
  }
3635
3798
 
@@ -3653,11 +3816,11 @@ input[type="button"].btn-block {
3653
3816
  border-color: #b3d7ff;
3654
3817
  }
3655
3818
 
3656
- .custom-control-input:disabled ~ .custom-control-label {
3819
+ .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
3657
3820
  color: #6c757d;
3658
3821
  }
3659
3822
 
3660
- .custom-control-input:disabled ~ .custom-control-label::before {
3823
+ .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
3661
3824
  background-color: #e9ecef;
3662
3825
  }
3663
3826
 
@@ -3688,9 +3851,7 @@ input[type="button"].btn-block {
3688
3851
  width: 1rem;
3689
3852
  height: 1rem;
3690
3853
  content: "";
3691
- background-repeat: no-repeat;
3692
- background-position: center center;
3693
- background-size: 50% 50%;
3854
+ background: no-repeat 50% / 50% 50%;
3694
3855
  }
3695
3856
 
3696
3857
  .custom-checkbox .custom-control-label::before {
@@ -3698,7 +3859,7 @@ input[type="button"].btn-block {
3698
3859
  }
3699
3860
 
3700
3861
  .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
3701
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
3862
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
3702
3863
  }
3703
3864
 
3704
3865
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
@@ -3707,7 +3868,7 @@ input[type="button"].btn-block {
3707
3868
  }
3708
3869
 
3709
3870
  .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
3710
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
3871
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
3711
3872
  }
3712
3873
 
3713
3874
  .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
@@ -3723,7 +3884,7 @@ input[type="button"].btn-block {
3723
3884
  }
3724
3885
 
3725
3886
  .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
3726
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
3887
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
3727
3888
  }
3728
3889
 
3729
3890
  .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
@@ -3753,7 +3914,7 @@ input[type="button"].btn-block {
3753
3914
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
3754
3915
  }
3755
3916
 
3756
- @media screen and (prefers-reduced-motion: reduce) {
3917
+ @media (prefers-reduced-motion: reduce) {
3757
3918
  .custom-switch .custom-control-label::after {
3758
3919
  transition: none;
3759
3920
  }
@@ -3772,14 +3933,14 @@ input[type="button"].btn-block {
3772
3933
  .custom-select {
3773
3934
  display: inline-block;
3774
3935
  width: 100%;
3775
- height: calc(2.25rem + 2px);
3936
+ height: calc(1.5em + 0.75rem + 2px);
3776
3937
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
3938
+ font-size: 1rem;
3777
3939
  font-weight: 400;
3778
3940
  line-height: 1.5;
3779
3941
  color: #495057;
3780
3942
  vertical-align: middle;
3781
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
3782
- background-color: #fff;
3943
+ background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
3783
3944
  border: 1px solid #ced4da;
3784
3945
  border-radius: 0.25rem;
3785
3946
  -webkit-appearance: none;
@@ -3790,7 +3951,7 @@ input[type="button"].btn-block {
3790
3951
  .custom-select:focus {
3791
3952
  border-color: #80bdff;
3792
3953
  outline: 0;
3793
- box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
3954
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
3794
3955
  }
3795
3956
 
3796
3957
  .custom-select:focus::-ms-value {
@@ -3810,11 +3971,16 @@ input[type="button"].btn-block {
3810
3971
  }
3811
3972
 
3812
3973
  .custom-select::-ms-expand {
3813
- opacity: 0;
3974
+ display: none;
3975
+ }
3976
+
3977
+ .custom-select:-moz-focusring {
3978
+ color: transparent;
3979
+ text-shadow: 0 0 0 #495057;
3814
3980
  }
3815
3981
 
3816
3982
  .custom-select-sm {
3817
- height: calc(1.8125rem + 2px);
3983
+ height: calc(1.5em + 0.5rem + 2px);
3818
3984
  padding-top: 0.25rem;
3819
3985
  padding-bottom: 0.25rem;
3820
3986
  padding-left: 0.5rem;
@@ -3822,7 +3988,7 @@ input[type="button"].btn-block {
3822
3988
  }
3823
3989
 
3824
3990
  .custom-select-lg {
3825
- height: calc(2.875rem + 2px);
3991
+ height: calc(1.5em + 1rem + 2px);
3826
3992
  padding-top: 0.5rem;
3827
3993
  padding-bottom: 0.5rem;
3828
3994
  padding-left: 1rem;
@@ -3833,7 +3999,7 @@ input[type="button"].btn-block {
3833
3999
  position: relative;
3834
4000
  display: inline-block;
3835
4001
  width: 100%;
3836
- height: calc(2.25rem + 2px);
4002
+ height: calc(1.5em + 0.75rem + 2px);
3837
4003
  margin-bottom: 0;
3838
4004
  }
3839
4005
 
@@ -3841,7 +4007,7 @@ input[type="button"].btn-block {
3841
4007
  position: relative;
3842
4008
  z-index: 2;
3843
4009
  width: 100%;
3844
- height: calc(2.25rem + 2px);
4010
+ height: calc(1.5em + 0.75rem + 2px);
3845
4011
  margin: 0;
3846
4012
  opacity: 0;
3847
4013
  }
@@ -3851,6 +4017,7 @@ input[type="button"].btn-block {
3851
4017
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
3852
4018
  }
3853
4019
 
4020
+ .custom-file-input[disabled] ~ .custom-file-label,
3854
4021
  .custom-file-input:disabled ~ .custom-file-label {
3855
4022
  background-color: #e9ecef;
3856
4023
  }
@@ -3869,7 +4036,7 @@ input[type="button"].btn-block {
3869
4036
  right: 0;
3870
4037
  left: 0;
3871
4038
  z-index: 1;
3872
- height: calc(2.25rem + 2px);
4039
+ height: calc(1.5em + 0.75rem + 2px);
3873
4040
  padding: 0.375rem 0.75rem;
3874
4041
  font-weight: 400;
3875
4042
  line-height: 1.5;
@@ -3886,7 +4053,7 @@ input[type="button"].btn-block {
3886
4053
  bottom: 0;
3887
4054
  z-index: 3;
3888
4055
  display: block;
3889
- height: 2.25rem;
4056
+ height: calc(1.5em + 0.75rem);
3890
4057
  padding: 0.375rem 0.75rem;
3891
4058
  line-height: 1.5;
3892
4059
  color: #495057;
@@ -3898,7 +4065,7 @@ input[type="button"].btn-block {
3898
4065
 
3899
4066
  .custom-range {
3900
4067
  width: 100%;
3901
- height: calc(1rem + 0.4rem);
4068
+ height: 1.4rem;
3902
4069
  padding: 0;
3903
4070
  background-color: transparent;
3904
4071
  -webkit-appearance: none;
@@ -3933,13 +4100,15 @@ input[type="button"].btn-block {
3933
4100
  background-color: #007bff;
3934
4101
  border: 0;
3935
4102
  border-radius: 1rem;
4103
+ -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3936
4104
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3937
4105
  -webkit-appearance: none;
3938
4106
  appearance: none;
3939
4107
  }
3940
4108
 
3941
- @media screen and (prefers-reduced-motion: reduce) {
4109
+ @media (prefers-reduced-motion: reduce) {
3942
4110
  .custom-range::-webkit-slider-thumb {
4111
+ -webkit-transition: none;
3943
4112
  transition: none;
3944
4113
  }
3945
4114
  }
@@ -3964,13 +4133,15 @@ input[type="button"].btn-block {
3964
4133
  background-color: #007bff;
3965
4134
  border: 0;
3966
4135
  border-radius: 1rem;
4136
+ -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3967
4137
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
3968
4138
  -moz-appearance: none;
3969
4139
  appearance: none;
3970
4140
  }
3971
4141
 
3972
- @media screen and (prefers-reduced-motion: reduce) {
4142
+ @media (prefers-reduced-motion: reduce) {
3973
4143
  .custom-range::-moz-range-thumb {
4144
+ -moz-transition: none;
3974
4145
  transition: none;
3975
4146
  }
3976
4147
  }
@@ -3998,12 +4169,14 @@ input[type="button"].btn-block {
3998
4169
  background-color: #007bff;
3999
4170
  border: 0;
4000
4171
  border-radius: 1rem;
4172
+ -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4001
4173
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4002
4174
  appearance: none;
4003
4175
  }
4004
4176
 
4005
- @media screen and (prefers-reduced-motion: reduce) {
4177
+ @media (prefers-reduced-motion: reduce) {
4006
4178
  .custom-range::-ms-thumb {
4179
+ -ms-transition: none;
4007
4180
  transition: none;
4008
4181
  }
4009
4182
  }
@@ -4059,7 +4232,7 @@ input[type="button"].btn-block {
4059
4232
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
4060
4233
  }
4061
4234
 
4062
- @media screen and (prefers-reduced-motion: reduce) {
4235
+ @media (prefers-reduced-motion: reduce) {
4063
4236
  .custom-control-label::before,
4064
4237
  .custom-file-label,
4065
4238
  .custom-select {
@@ -4174,8 +4347,8 @@ input[type="button"].btn-block {
4174
4347
  padding: 0.5rem 1rem;
4175
4348
  }
4176
4349
 
4177
- .navbar > .container,
4178
- .navbar > .container-fluid {
4350
+ .navbar .container,
4351
+ .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
4179
4352
  display: -ms-flexbox;
4180
4353
  display: flex;
4181
4354
  -ms-flex-wrap: wrap;
@@ -4248,10 +4421,6 @@ input[type="button"].btn-block {
4248
4421
  text-decoration: none;
4249
4422
  }
4250
4423
 
4251
- .navbar-toggler:not(:disabled):not(.disabled) {
4252
- cursor: pointer;
4253
- }
4254
-
4255
4424
  .navbar-toggler-icon {
4256
4425
  display: inline-block;
4257
4426
  width: 1.5em;
@@ -4264,7 +4433,7 @@ input[type="button"].btn-block {
4264
4433
 
4265
4434
  @media (max-width: 575.98px) {
4266
4435
  .navbar-expand-sm > .container,
4267
- .navbar-expand-sm > .container-fluid {
4436
+ .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
4268
4437
  padding-right: 0;
4269
4438
  padding-left: 0;
4270
4439
  }
@@ -4289,7 +4458,7 @@ input[type="button"].btn-block {
4289
4458
  padding-left: 0.5rem;
4290
4459
  }
4291
4460
  .navbar-expand-sm > .container,
4292
- .navbar-expand-sm > .container-fluid {
4461
+ .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
4293
4462
  -ms-flex-wrap: nowrap;
4294
4463
  flex-wrap: nowrap;
4295
4464
  }
@@ -4306,7 +4475,7 @@ input[type="button"].btn-block {
4306
4475
 
4307
4476
  @media (max-width: 767.98px) {
4308
4477
  .navbar-expand-md > .container,
4309
- .navbar-expand-md > .container-fluid {
4478
+ .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
4310
4479
  padding-right: 0;
4311
4480
  padding-left: 0;
4312
4481
  }
@@ -4331,7 +4500,7 @@ input[type="button"].btn-block {
4331
4500
  padding-left: 0.5rem;
4332
4501
  }
4333
4502
  .navbar-expand-md > .container,
4334
- .navbar-expand-md > .container-fluid {
4503
+ .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
4335
4504
  -ms-flex-wrap: nowrap;
4336
4505
  flex-wrap: nowrap;
4337
4506
  }
@@ -4348,7 +4517,7 @@ input[type="button"].btn-block {
4348
4517
 
4349
4518
  @media (max-width: 991.98px) {
4350
4519
  .navbar-expand-lg > .container,
4351
- .navbar-expand-lg > .container-fluid {
4520
+ .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
4352
4521
  padding-right: 0;
4353
4522
  padding-left: 0;
4354
4523
  }
@@ -4373,7 +4542,7 @@ input[type="button"].btn-block {
4373
4542
  padding-left: 0.5rem;
4374
4543
  }
4375
4544
  .navbar-expand-lg > .container,
4376
- .navbar-expand-lg > .container-fluid {
4545
+ .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
4377
4546
  -ms-flex-wrap: nowrap;
4378
4547
  flex-wrap: nowrap;
4379
4548
  }
@@ -4390,7 +4559,7 @@ input[type="button"].btn-block {
4390
4559
 
4391
4560
  @media (max-width: 1199.98px) {
4392
4561
  .navbar-expand-xl > .container,
4393
- .navbar-expand-xl > .container-fluid {
4562
+ .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
4394
4563
  padding-right: 0;
4395
4564
  padding-left: 0;
4396
4565
  }
@@ -4415,7 +4584,7 @@ input[type="button"].btn-block {
4415
4584
  padding-left: 0.5rem;
4416
4585
  }
4417
4586
  .navbar-expand-xl > .container,
4418
- .navbar-expand-xl > .container-fluid {
4587
+ .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
4419
4588
  -ms-flex-wrap: nowrap;
4420
4589
  flex-wrap: nowrap;
4421
4590
  }
@@ -4438,7 +4607,7 @@ input[type="button"].btn-block {
4438
4607
  }
4439
4608
 
4440
4609
  .navbar-expand > .container,
4441
- .navbar-expand > .container-fluid {
4610
+ .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
4442
4611
  padding-right: 0;
4443
4612
  padding-left: 0;
4444
4613
  }
@@ -4458,7 +4627,7 @@ input[type="button"].btn-block {
4458
4627
  }
4459
4628
 
4460
4629
  .navbar-expand > .container,
4461
- .navbar-expand > .container-fluid {
4630
+ .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
4462
4631
  -ms-flex-wrap: nowrap;
4463
4632
  flex-wrap: nowrap;
4464
4633
  }
@@ -4507,7 +4676,7 @@ input[type="button"].btn-block {
4507
4676
  }
4508
4677
 
4509
4678
  .navbar-light .navbar-toggler-icon {
4510
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4679
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4511
4680
  }
4512
4681
 
4513
4682
  .navbar-light .navbar-text {
@@ -4555,7 +4724,7 @@ input[type="button"].btn-block {
4555
4724
  }
4556
4725
 
4557
4726
  .navbar-dark .navbar-toggler-icon {
4558
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4727
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
4559
4728
  }
4560
4729
 
4561
4730
  .navbar-dark .navbar-text {
@@ -4589,19 +4758,27 @@ input[type="button"].btn-block {
4589
4758
  margin-left: 0;
4590
4759
  }
4591
4760
 
4592
- .card > .list-group:first-child .list-group-item:first-child {
4593
- border-top-left-radius: 0.25rem;
4594
- border-top-right-radius: 0.25rem;
4761
+ .card > .list-group {
4762
+ border-top: inherit;
4763
+ border-bottom: inherit;
4595
4764
  }
4596
4765
 
4597
- .card > .list-group:last-child .list-group-item:last-child {
4598
- border-bottom-right-radius: 0.25rem;
4599
- border-bottom-left-radius: 0.25rem;
4766
+ .card > .list-group:first-child {
4767
+ border-top-width: 0;
4768
+ border-top-left-radius: calc(0.25rem - 1px);
4769
+ border-top-right-radius: calc(0.25rem - 1px);
4770
+ }
4771
+
4772
+ .card > .list-group:last-child {
4773
+ border-bottom-width: 0;
4774
+ border-bottom-right-radius: calc(0.25rem - 1px);
4775
+ border-bottom-left-radius: calc(0.25rem - 1px);
4600
4776
  }
4601
4777
 
4602
4778
  .card-body {
4603
4779
  -ms-flex: 1 1 auto;
4604
4780
  flex: 1 1 auto;
4781
+ min-height: 1px;
4605
4782
  padding: 1.25rem;
4606
4783
  }
4607
4784
 
@@ -4629,7 +4806,6 @@ input[type="button"].btn-block {
4629
4806
  .card-header {
4630
4807
  padding: 0.75rem 1.25rem;
4631
4808
  margin-bottom: 0;
4632
- color: inherit;
4633
4809
  background-color: rgba(0, 0, 0, 0.03);
4634
4810
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
4635
4811
  }
@@ -4673,67 +4849,56 @@ input[type="button"].btn-block {
4673
4849
  padding: 1.25rem;
4674
4850
  }
4675
4851
 
4676
- .card-img {
4852
+ .card-img,
4853
+ .card-img-top,
4854
+ .card-img-bottom {
4855
+ -ms-flex-negative: 0;
4856
+ flex-shrink: 0;
4677
4857
  width: 100%;
4678
- border-radius: calc(0.25rem - 1px);
4679
4858
  }
4680
4859
 
4860
+ .card-img,
4681
4861
  .card-img-top {
4682
- width: 100%;
4683
4862
  border-top-left-radius: calc(0.25rem - 1px);
4684
4863
  border-top-right-radius: calc(0.25rem - 1px);
4685
4864
  }
4686
4865
 
4866
+ .card-img,
4687
4867
  .card-img-bottom {
4688
- width: 100%;
4689
4868
  border-bottom-right-radius: calc(0.25rem - 1px);
4690
4869
  border-bottom-left-radius: calc(0.25rem - 1px);
4691
4870
  }
4692
4871
 
4693
- .card-deck {
4694
- display: -ms-flexbox;
4695
- display: flex;
4696
- -ms-flex-direction: column;
4697
- flex-direction: column;
4698
- }
4699
-
4700
4872
  .card-deck .card {
4701
4873
  margin-bottom: 15px;
4702
4874
  }
4703
4875
 
4704
4876
  @media (min-width: 576px) {
4705
4877
  .card-deck {
4878
+ display: -ms-flexbox;
4879
+ display: flex;
4706
4880
  -ms-flex-flow: row wrap;
4707
4881
  flex-flow: row wrap;
4708
4882
  margin-right: -15px;
4709
4883
  margin-left: -15px;
4710
4884
  }
4711
4885
  .card-deck .card {
4712
- display: -ms-flexbox;
4713
- display: flex;
4714
4886
  -ms-flex: 1 0 0%;
4715
4887
  flex: 1 0 0%;
4716
- -ms-flex-direction: column;
4717
- flex-direction: column;
4718
4888
  margin-right: 15px;
4719
4889
  margin-bottom: 0;
4720
4890
  margin-left: 15px;
4721
4891
  }
4722
4892
  }
4723
4893
 
4724
- .card-group {
4725
- display: -ms-flexbox;
4726
- display: flex;
4727
- -ms-flex-direction: column;
4728
- flex-direction: column;
4729
- }
4730
-
4731
4894
  .card-group > .card {
4732
4895
  margin-bottom: 15px;
4733
4896
  }
4734
4897
 
4735
4898
  @media (min-width: 576px) {
4736
4899
  .card-group {
4900
+ display: -ms-flexbox;
4901
+ display: flex;
4737
4902
  -ms-flex-flow: row wrap;
4738
4903
  flex-flow: row wrap;
4739
4904
  }
@@ -4746,52 +4911,30 @@ input[type="button"].btn-block {
4746
4911
  margin-left: 0;
4747
4912
  border-left: 0;
4748
4913
  }
4749
- .card-group > .card:first-child {
4914
+ .card-group > .card:not(:last-child) {
4750
4915
  border-top-right-radius: 0;
4751
4916
  border-bottom-right-radius: 0;
4752
4917
  }
4753
- .card-group > .card:first-child .card-img-top,
4754
- .card-group > .card:first-child .card-header {
4918
+ .card-group > .card:not(:last-child) .card-img-top,
4919
+ .card-group > .card:not(:last-child) .card-header {
4755
4920
  border-top-right-radius: 0;
4756
4921
  }
4757
- .card-group > .card:first-child .card-img-bottom,
4758
- .card-group > .card:first-child .card-footer {
4922
+ .card-group > .card:not(:last-child) .card-img-bottom,
4923
+ .card-group > .card:not(:last-child) .card-footer {
4759
4924
  border-bottom-right-radius: 0;
4760
4925
  }
4761
- .card-group > .card:last-child {
4926
+ .card-group > .card:not(:first-child) {
4762
4927
  border-top-left-radius: 0;
4763
4928
  border-bottom-left-radius: 0;
4764
4929
  }
4765
- .card-group > .card:last-child .card-img-top,
4766
- .card-group > .card:last-child .card-header {
4930
+ .card-group > .card:not(:first-child) .card-img-top,
4931
+ .card-group > .card:not(:first-child) .card-header {
4767
4932
  border-top-left-radius: 0;
4768
4933
  }
4769
- .card-group > .card:last-child .card-img-bottom,
4770
- .card-group > .card:last-child .card-footer {
4934
+ .card-group > .card:not(:first-child) .card-img-bottom,
4935
+ .card-group > .card:not(:first-child) .card-footer {
4771
4936
  border-bottom-left-radius: 0;
4772
4937
  }
4773
- .card-group > .card:only-child {
4774
- border-radius: 0.25rem;
4775
- }
4776
- .card-group > .card:only-child .card-img-top,
4777
- .card-group > .card:only-child .card-header {
4778
- border-top-left-radius: 0.25rem;
4779
- border-top-right-radius: 0.25rem;
4780
- }
4781
- .card-group > .card:only-child .card-img-bottom,
4782
- .card-group > .card:only-child .card-footer {
4783
- border-bottom-right-radius: 0.25rem;
4784
- border-bottom-left-radius: 0.25rem;
4785
- }
4786
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
4787
- border-radius: 0;
4788
- }
4789
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
4790
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
4791
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
4792
- .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
4793
- border-radius: 0;
4794
- }
4795
4938
  }
4796
4939
 
4797
4940
  .card-columns .card {
@@ -4815,31 +4958,23 @@ input[type="button"].btn-block {
4815
4958
  }
4816
4959
  }
4817
4960
 
4818
- .accordion .card {
4961
+ .accordion > .card {
4819
4962
  overflow: hidden;
4820
4963
  }
4821
4964
 
4822
- .accordion .card:not(:first-of-type) .card-header:first-child {
4823
- border-radius: 0;
4824
- }
4825
-
4826
- .accordion .card:not(:first-of-type):not(:last-of-type) {
4827
- border-bottom: 0;
4828
- border-radius: 0;
4829
- }
4830
-
4831
- .accordion .card:first-of-type {
4965
+ .accordion > .card:not(:last-of-type) {
4832
4966
  border-bottom: 0;
4833
4967
  border-bottom-right-radius: 0;
4834
4968
  border-bottom-left-radius: 0;
4835
4969
  }
4836
4970
 
4837
- .accordion .card:last-of-type {
4971
+ .accordion > .card:not(:first-of-type) {
4838
4972
  border-top-left-radius: 0;
4839
4973
  border-top-right-radius: 0;
4840
4974
  }
4841
4975
 
4842
- .accordion .card .card-header {
4976
+ .accordion > .card > .card-header {
4977
+ border-radius: 0;
4843
4978
  margin-bottom: -1px;
4844
4979
  }
4845
4980
 
@@ -4855,6 +4990,11 @@ input[type="button"].btn-block {
4855
4990
  border-radius: 0.25rem;
4856
4991
  }
4857
4992
 
4993
+ .breadcrumb-item {
4994
+ display: -ms-flexbox;
4995
+ display: flex;
4996
+ }
4997
+
4858
4998
  .breadcrumb-item + .breadcrumb-item {
4859
4999
  padding-left: 0.5rem;
4860
5000
  }
@@ -4906,15 +5046,11 @@ input[type="button"].btn-block {
4906
5046
  }
4907
5047
 
4908
5048
  .page-link:focus {
4909
- z-index: 2;
5049
+ z-index: 3;
4910
5050
  outline: 0;
4911
5051
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
4912
5052
  }
4913
5053
 
4914
- .page-link:not(:disabled):not(.disabled) {
4915
- cursor: pointer;
4916
- }
4917
-
4918
5054
  .page-item:first-child .page-link {
4919
5055
  margin-left: 0;
4920
5056
  border-top-left-radius: 0.25rem;
@@ -4927,7 +5063,7 @@ input[type="button"].btn-block {
4927
5063
  }
4928
5064
 
4929
5065
  .page-item.active .page-link {
4930
- z-index: 1;
5066
+ z-index: 3;
4931
5067
  color: #fff;
4932
5068
  background-color: #007bff;
4933
5069
  border-color: #007bff;
@@ -4983,6 +5119,13 @@ input[type="button"].btn-block {
4983
5119
  white-space: nowrap;
4984
5120
  vertical-align: baseline;
4985
5121
  border-radius: 0.25rem;
5122
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
5123
+ }
5124
+
5125
+ @media (prefers-reduced-motion: reduce) {
5126
+ .badge {
5127
+ transition: none;
5128
+ }
4986
5129
  }
4987
5130
 
4988
5131
  a.badge:hover, a.badge:focus {
@@ -5014,6 +5157,11 @@ a.badge-primary:hover, a.badge-primary:focus {
5014
5157
  background-color: #0062cc;
5015
5158
  }
5016
5159
 
5160
+ a.badge-primary:focus, a.badge-primary.focus {
5161
+ outline: 0;
5162
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
5163
+ }
5164
+
5017
5165
  .badge-secondary {
5018
5166
  color: #fff;
5019
5167
  background-color: #6c757d;
@@ -5024,6 +5172,11 @@ a.badge-secondary:hover, a.badge-secondary:focus {
5024
5172
  background-color: #545b62;
5025
5173
  }
5026
5174
 
5175
+ a.badge-secondary:focus, a.badge-secondary.focus {
5176
+ outline: 0;
5177
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
5178
+ }
5179
+
5027
5180
  .badge-success {
5028
5181
  color: #fff;
5029
5182
  background-color: #28a745;
@@ -5034,6 +5187,11 @@ a.badge-success:hover, a.badge-success:focus {
5034
5187
  background-color: #1e7e34;
5035
5188
  }
5036
5189
 
5190
+ a.badge-success:focus, a.badge-success.focus {
5191
+ outline: 0;
5192
+ box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
5193
+ }
5194
+
5037
5195
  .badge-info {
5038
5196
  color: #fff;
5039
5197
  background-color: #17a2b8;
@@ -5044,6 +5202,11 @@ a.badge-info:hover, a.badge-info:focus {
5044
5202
  background-color: #117a8b;
5045
5203
  }
5046
5204
 
5205
+ a.badge-info:focus, a.badge-info.focus {
5206
+ outline: 0;
5207
+ box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
5208
+ }
5209
+
5047
5210
  .badge-warning {
5048
5211
  color: #212529;
5049
5212
  background-color: #ffc107;
@@ -5054,6 +5217,11 @@ a.badge-warning:hover, a.badge-warning:focus {
5054
5217
  background-color: #d39e00;
5055
5218
  }
5056
5219
 
5220
+ a.badge-warning:focus, a.badge-warning.focus {
5221
+ outline: 0;
5222
+ box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
5223
+ }
5224
+
5057
5225
  .badge-danger {
5058
5226
  color: #fff;
5059
5227
  background-color: #dc3545;
@@ -5064,6 +5232,11 @@ a.badge-danger:hover, a.badge-danger:focus {
5064
5232
  background-color: #bd2130;
5065
5233
  }
5066
5234
 
5235
+ a.badge-danger:focus, a.badge-danger.focus {
5236
+ outline: 0;
5237
+ box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
5238
+ }
5239
+
5067
5240
  .badge-light {
5068
5241
  color: #212529;
5069
5242
  background-color: #f8f9fa;
@@ -5074,6 +5247,11 @@ a.badge-light:hover, a.badge-light:focus {
5074
5247
  background-color: #dae0e5;
5075
5248
  }
5076
5249
 
5250
+ a.badge-light:focus, a.badge-light.focus {
5251
+ outline: 0;
5252
+ box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
5253
+ }
5254
+
5077
5255
  .badge-dark {
5078
5256
  color: #fff;
5079
5257
  background-color: #343a40;
@@ -5084,6 +5262,11 @@ a.badge-dark:hover, a.badge-dark:focus {
5084
5262
  background-color: #1d2124;
5085
5263
  }
5086
5264
 
5265
+ a.badge-dark:focus, a.badge-dark.focus {
5266
+ outline: 0;
5267
+ box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
5268
+ }
5269
+
5087
5270
  .jumbotron {
5088
5271
  padding: 2rem 1rem;
5089
5272
  margin-bottom: 2rem;
@@ -5266,6 +5449,7 @@ a.badge-dark:hover, a.badge-dark:focus {
5266
5449
  display: flex;
5267
5450
  height: 1rem;
5268
5451
  overflow: hidden;
5452
+ line-height: 0;
5269
5453
  font-size: 0.75rem;
5270
5454
  background-color: #e9ecef;
5271
5455
  border-radius: 0.25rem;
@@ -5278,6 +5462,7 @@ a.badge-dark:hover, a.badge-dark:focus {
5278
5462
  flex-direction: column;
5279
5463
  -ms-flex-pack: center;
5280
5464
  justify-content: center;
5465
+ overflow: hidden;
5281
5466
  color: #fff;
5282
5467
  text-align: center;
5283
5468
  white-space: nowrap;
@@ -5285,7 +5470,7 @@ a.badge-dark:hover, a.badge-dark:focus {
5285
5470
  transition: width 0.6s ease;
5286
5471
  }
5287
5472
 
5288
- @media screen and (prefers-reduced-motion: reduce) {
5473
+ @media (prefers-reduced-motion: reduce) {
5289
5474
  .progress-bar {
5290
5475
  transition: none;
5291
5476
  }
@@ -5301,6 +5486,13 @@ a.badge-dark:hover, a.badge-dark:focus {
5301
5486
  animation: progress-bar-stripes 1s linear infinite;
5302
5487
  }
5303
5488
 
5489
+ @media (prefers-reduced-motion: reduce) {
5490
+ .progress-bar-animated {
5491
+ -webkit-animation: none;
5492
+ animation: none;
5493
+ }
5494
+ }
5495
+
5304
5496
  .media {
5305
5497
  display: -ms-flexbox;
5306
5498
  display: flex;
@@ -5320,6 +5512,7 @@ a.badge-dark:hover, a.badge-dark:focus {
5320
5512
  flex-direction: column;
5321
5513
  padding-left: 0;
5322
5514
  margin-bottom: 0;
5515
+ border-radius: 0.25rem;
5323
5516
  }
5324
5517
 
5325
5518
  .list-group-item-action {
@@ -5329,6 +5522,7 @@ a.badge-dark:hover, a.badge-dark:focus {
5329
5522
  }
5330
5523
 
5331
5524
  .list-group-item-action:hover, .list-group-item-action:focus {
5525
+ z-index: 1;
5332
5526
  color: #495057;
5333
5527
  text-decoration: none;
5334
5528
  background-color: #f8f9fa;
@@ -5343,25 +5537,18 @@ a.badge-dark:hover, a.badge-dark:focus {
5343
5537
  position: relative;
5344
5538
  display: block;
5345
5539
  padding: 0.75rem 1.25rem;
5346
- margin-bottom: -1px;
5347
5540
  background-color: #fff;
5348
5541
  border: 1px solid rgba(0, 0, 0, 0.125);
5349
5542
  }
5350
5543
 
5351
5544
  .list-group-item:first-child {
5352
- border-top-left-radius: 0.25rem;
5353
- border-top-right-radius: 0.25rem;
5545
+ border-top-left-radius: inherit;
5546
+ border-top-right-radius: inherit;
5354
5547
  }
5355
5548
 
5356
5549
  .list-group-item:last-child {
5357
- margin-bottom: 0;
5358
- border-bottom-right-radius: 0.25rem;
5359
- border-bottom-left-radius: 0.25rem;
5360
- }
5361
-
5362
- .list-group-item:hover, .list-group-item:focus {
5363
- z-index: 1;
5364
- text-decoration: none;
5550
+ border-bottom-right-radius: inherit;
5551
+ border-bottom-left-radius: inherit;
5365
5552
  }
5366
5553
 
5367
5554
  .list-group-item.disabled, .list-group-item:disabled {
@@ -5377,23 +5564,158 @@ a.badge-dark:hover, a.badge-dark:focus {
5377
5564
  border-color: #007bff;
5378
5565
  }
5379
5566
 
5380
- .list-group-flush .list-group-item {
5381
- border-right: 0;
5382
- border-left: 0;
5383
- border-radius: 0;
5567
+ .list-group-item + .list-group-item {
5568
+ border-top-width: 0;
5384
5569
  }
5385
5570
 
5386
- .list-group-flush .list-group-item:last-child {
5387
- margin-bottom: -1px;
5571
+ .list-group-item + .list-group-item.active {
5572
+ margin-top: -1px;
5573
+ border-top-width: 1px;
5388
5574
  }
5389
5575
 
5390
- .list-group-flush:first-child .list-group-item:first-child {
5391
- border-top: 0;
5576
+ .list-group-horizontal {
5577
+ -ms-flex-direction: row;
5578
+ flex-direction: row;
5392
5579
  }
5393
5580
 
5394
- .list-group-flush:last-child .list-group-item:last-child {
5395
- margin-bottom: 0;
5396
- border-bottom: 0;
5581
+ .list-group-horizontal > .list-group-item:first-child {
5582
+ border-bottom-left-radius: 0.25rem;
5583
+ border-top-right-radius: 0;
5584
+ }
5585
+
5586
+ .list-group-horizontal > .list-group-item:last-child {
5587
+ border-top-right-radius: 0.25rem;
5588
+ border-bottom-left-radius: 0;
5589
+ }
5590
+
5591
+ .list-group-horizontal > .list-group-item.active {
5592
+ margin-top: 0;
5593
+ }
5594
+
5595
+ .list-group-horizontal > .list-group-item + .list-group-item {
5596
+ border-top-width: 1px;
5597
+ border-left-width: 0;
5598
+ }
5599
+
5600
+ .list-group-horizontal > .list-group-item + .list-group-item.active {
5601
+ margin-left: -1px;
5602
+ border-left-width: 1px;
5603
+ }
5604
+
5605
+ @media (min-width: 576px) {
5606
+ .list-group-horizontal-sm {
5607
+ -ms-flex-direction: row;
5608
+ flex-direction: row;
5609
+ }
5610
+ .list-group-horizontal-sm > .list-group-item:first-child {
5611
+ border-bottom-left-radius: 0.25rem;
5612
+ border-top-right-radius: 0;
5613
+ }
5614
+ .list-group-horizontal-sm > .list-group-item:last-child {
5615
+ border-top-right-radius: 0.25rem;
5616
+ border-bottom-left-radius: 0;
5617
+ }
5618
+ .list-group-horizontal-sm > .list-group-item.active {
5619
+ margin-top: 0;
5620
+ }
5621
+ .list-group-horizontal-sm > .list-group-item + .list-group-item {
5622
+ border-top-width: 1px;
5623
+ border-left-width: 0;
5624
+ }
5625
+ .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
5626
+ margin-left: -1px;
5627
+ border-left-width: 1px;
5628
+ }
5629
+ }
5630
+
5631
+ @media (min-width: 768px) {
5632
+ .list-group-horizontal-md {
5633
+ -ms-flex-direction: row;
5634
+ flex-direction: row;
5635
+ }
5636
+ .list-group-horizontal-md > .list-group-item:first-child {
5637
+ border-bottom-left-radius: 0.25rem;
5638
+ border-top-right-radius: 0;
5639
+ }
5640
+ .list-group-horizontal-md > .list-group-item:last-child {
5641
+ border-top-right-radius: 0.25rem;
5642
+ border-bottom-left-radius: 0;
5643
+ }
5644
+ .list-group-horizontal-md > .list-group-item.active {
5645
+ margin-top: 0;
5646
+ }
5647
+ .list-group-horizontal-md > .list-group-item + .list-group-item {
5648
+ border-top-width: 1px;
5649
+ border-left-width: 0;
5650
+ }
5651
+ .list-group-horizontal-md > .list-group-item + .list-group-item.active {
5652
+ margin-left: -1px;
5653
+ border-left-width: 1px;
5654
+ }
5655
+ }
5656
+
5657
+ @media (min-width: 992px) {
5658
+ .list-group-horizontal-lg {
5659
+ -ms-flex-direction: row;
5660
+ flex-direction: row;
5661
+ }
5662
+ .list-group-horizontal-lg > .list-group-item:first-child {
5663
+ border-bottom-left-radius: 0.25rem;
5664
+ border-top-right-radius: 0;
5665
+ }
5666
+ .list-group-horizontal-lg > .list-group-item:last-child {
5667
+ border-top-right-radius: 0.25rem;
5668
+ border-bottom-left-radius: 0;
5669
+ }
5670
+ .list-group-horizontal-lg > .list-group-item.active {
5671
+ margin-top: 0;
5672
+ }
5673
+ .list-group-horizontal-lg > .list-group-item + .list-group-item {
5674
+ border-top-width: 1px;
5675
+ border-left-width: 0;
5676
+ }
5677
+ .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
5678
+ margin-left: -1px;
5679
+ border-left-width: 1px;
5680
+ }
5681
+ }
5682
+
5683
+ @media (min-width: 1200px) {
5684
+ .list-group-horizontal-xl {
5685
+ -ms-flex-direction: row;
5686
+ flex-direction: row;
5687
+ }
5688
+ .list-group-horizontal-xl > .list-group-item:first-child {
5689
+ border-bottom-left-radius: 0.25rem;
5690
+ border-top-right-radius: 0;
5691
+ }
5692
+ .list-group-horizontal-xl > .list-group-item:last-child {
5693
+ border-top-right-radius: 0.25rem;
5694
+ border-bottom-left-radius: 0;
5695
+ }
5696
+ .list-group-horizontal-xl > .list-group-item.active {
5697
+ margin-top: 0;
5698
+ }
5699
+ .list-group-horizontal-xl > .list-group-item + .list-group-item {
5700
+ border-top-width: 1px;
5701
+ border-left-width: 0;
5702
+ }
5703
+ .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
5704
+ margin-left: -1px;
5705
+ border-left-width: 1px;
5706
+ }
5707
+ }
5708
+
5709
+ .list-group-flush {
5710
+ border-radius: 0;
5711
+ }
5712
+
5713
+ .list-group-flush > .list-group-item {
5714
+ border-width: 0 0 1px;
5715
+ }
5716
+
5717
+ .list-group-flush > .list-group-item:last-child {
5718
+ border-bottom-width: 0;
5397
5719
  }
5398
5720
 
5399
5721
  .list-group-item-primary {
@@ -5539,10 +5861,6 @@ a.badge-dark:hover, a.badge-dark:focus {
5539
5861
  text-decoration: none;
5540
5862
  }
5541
5863
 
5542
- .close:not(:disabled):not(.disabled) {
5543
- cursor: pointer;
5544
- }
5545
-
5546
5864
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
5547
5865
  opacity: .75;
5548
5866
  }
@@ -5551,9 +5869,6 @@ button.close {
5551
5869
  padding: 0;
5552
5870
  background-color: transparent;
5553
5871
  border: 0;
5554
- -webkit-appearance: none;
5555
- -moz-appearance: none;
5556
- appearance: none;
5557
5872
  }
5558
5873
 
5559
5874
  a.close.disabled {
@@ -5567,11 +5882,11 @@ a.close.disabled {
5567
5882
  background-color: rgba(255, 255, 255, 0.85);
5568
5883
  background-clip: padding-box;
5569
5884
  border: 1px solid rgba(0, 0, 0, 0.1);
5570
- border-radius: 0.25rem;
5571
5885
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
5572
5886
  -webkit-backdrop-filter: blur(10px);
5573
5887
  backdrop-filter: blur(10px);
5574
5888
  opacity: 0;
5889
+ border-radius: 0.25rem;
5575
5890
  }
5576
5891
 
5577
5892
  .toast:not(:last-child) {
@@ -5643,7 +5958,7 @@ a.close.disabled {
5643
5958
  transform: translate(0, -50px);
5644
5959
  }
5645
5960
 
5646
- @media screen and (prefers-reduced-motion: reduce) {
5961
+ @media (prefers-reduced-motion: reduce) {
5647
5962
  .modal.fade .modal-dialog {
5648
5963
  transition: none;
5649
5964
  }
@@ -5654,20 +5969,65 @@ a.close.disabled {
5654
5969
  transform: none;
5655
5970
  }
5656
5971
 
5972
+ .modal.modal-static .modal-dialog {
5973
+ -webkit-transform: scale(1.02);
5974
+ transform: scale(1.02);
5975
+ }
5976
+
5977
+ .modal-dialog-scrollable {
5978
+ display: -ms-flexbox;
5979
+ display: flex;
5980
+ max-height: calc(100% - 1rem);
5981
+ }
5982
+
5983
+ .modal-dialog-scrollable .modal-content {
5984
+ max-height: calc(100vh - 1rem);
5985
+ overflow: hidden;
5986
+ }
5987
+
5988
+ .modal-dialog-scrollable .modal-header,
5989
+ .modal-dialog-scrollable .modal-footer {
5990
+ -ms-flex-negative: 0;
5991
+ flex-shrink: 0;
5992
+ }
5993
+
5994
+ .modal-dialog-scrollable .modal-body {
5995
+ overflow-y: auto;
5996
+ }
5997
+
5657
5998
  .modal-dialog-centered {
5658
5999
  display: -ms-flexbox;
5659
6000
  display: flex;
5660
6001
  -ms-flex-align: center;
5661
6002
  align-items: center;
5662
- min-height: calc(100% - (0.5rem * 2));
6003
+ min-height: calc(100% - 1rem);
5663
6004
  }
5664
6005
 
5665
6006
  .modal-dialog-centered::before {
5666
6007
  display: block;
5667
- height: calc(100vh - (0.5rem * 2));
6008
+ height: calc(100vh - 1rem);
6009
+ height: -webkit-min-content;
6010
+ height: -moz-min-content;
6011
+ height: min-content;
5668
6012
  content: "";
5669
6013
  }
5670
6014
 
6015
+ .modal-dialog-centered.modal-dialog-scrollable {
6016
+ -ms-flex-direction: column;
6017
+ flex-direction: column;
6018
+ -ms-flex-pack: center;
6019
+ justify-content: center;
6020
+ height: 100%;
6021
+ }
6022
+
6023
+ .modal-dialog-centered.modal-dialog-scrollable .modal-content {
6024
+ max-height: none;
6025
+ }
6026
+
6027
+ .modal-dialog-centered.modal-dialog-scrollable::before {
6028
+ content: none;
6029
+ }
6030
+
5671
6031
  .modal-content {
5672
6032
  position: relative;
5673
6033
  display: -ms-flexbox;
@@ -5709,9 +6069,9 @@ a.close.disabled {
5709
6069
  -ms-flex-pack: justify;
5710
6070
  justify-content: space-between;
5711
6071
  padding: 1rem 1rem;
5712
- border-bottom: 1px solid #e9ecef;
5713
- border-top-left-radius: 0.3rem;
5714
- border-top-right-radius: 0.3rem;
6072
+ border-bottom: 1px solid #dee2e6;
6073
+ border-top-left-radius: calc(0.3rem - 1px);
6074
+ border-top-right-radius: calc(0.3rem - 1px);
5715
6075
  }
5716
6076
 
5717
6077
  .modal-header .close {
@@ -5734,22 +6094,20 @@ a.close.disabled {
5734
6094
  .modal-footer {
5735
6095
  display: -ms-flexbox;
5736
6096
  display: flex;
6097
+ -ms-flex-wrap: wrap;
6098
+ flex-wrap: wrap;
5737
6099
  -ms-flex-align: center;
5738
6100
  align-items: center;
5739
6101
  -ms-flex-pack: end;
5740
6102
  justify-content: flex-end;
5741
- padding: 1rem;
5742
- border-top: 1px solid #e9ecef;
5743
- border-bottom-right-radius: 0.3rem;
5744
- border-bottom-left-radius: 0.3rem;
5745
- }
5746
-
5747
- .modal-footer > :not(:first-child) {
5748
- margin-left: .25rem;
6103
+ padding: 0.75rem;
6104
+ border-top: 1px solid #dee2e6;
6105
+ border-bottom-right-radius: calc(0.3rem - 1px);
6106
+ border-bottom-left-radius: calc(0.3rem - 1px);
5749
6107
  }
5750
6108
 
5751
- .modal-footer > :not(:last-child) {
5752
- margin-right: .25rem;
6109
+ .modal-footer > * {
6110
+ margin: 0.25rem;
5753
6111
  }
5754
6112
 
5755
6113
  .modal-scrollbar-measure {
@@ -5765,11 +6123,20 @@ a.close.disabled {
5765
6123
  max-width: 500px;
5766
6124
  margin: 1.75rem auto;
5767
6125
  }
6126
+ .modal-dialog-scrollable {
6127
+ max-height: calc(100% - 3.5rem);
6128
+ }
6129
+ .modal-dialog-scrollable .modal-content {
6130
+ max-height: calc(100vh - 3.5rem);
6131
+ }
5768
6132
  .modal-dialog-centered {
5769
- min-height: calc(100% - (1.75rem * 2));
6133
+ min-height: calc(100% - 3.5rem);
5770
6134
  }
5771
6135
  .modal-dialog-centered::before {
5772
- height: calc(100vh - (1.75rem * 2));
6136
+ height: calc(100vh - 3.5rem);
6137
+ height: -webkit-min-content;
6138
+ height: -moz-min-content;
6139
+ height: min-content;
5773
6140
  }
5774
6141
  .modal-sm {
5775
6142
  max-width: 300px;
@@ -5949,25 +6316,19 @@ a.close.disabled {
5949
6316
  margin-bottom: 0.5rem;
5950
6317
  }
5951
6318
 
5952
- .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
5953
- bottom: calc((0.5rem + 1px) * -1);
5954
- }
5955
-
5956
- .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
5957
- .bs-popover-top .arrow::after,
5958
- .bs-popover-auto[x-placement^="top"] .arrow::after {
5959
- border-width: 0.5rem 0.5rem 0;
6319
+ .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
6320
+ bottom: calc(-0.5rem - 1px);
5960
6321
  }
5961
6322
 
5962
- .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
6323
+ .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
5963
6324
  bottom: 0;
6325
+ border-width: 0.5rem 0.5rem 0;
5964
6326
  border-top-color: rgba(0, 0, 0, 0.25);
5965
6327
  }
5966
6328
 
5967
-
5968
- .bs-popover-top .arrow::after,
5969
- .bs-popover-auto[x-placement^="top"] .arrow::after {
6329
+ .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
5970
6330
  bottom: 1px;
6331
+ border-width: 0.5rem 0.5rem 0;
5971
6332
  border-top-color: #fff;
5972
6333
  }
5973
6334
 
@@ -5975,28 +6336,22 @@ a.close.disabled {
5975
6336
  margin-left: 0.5rem;
5976
6337
  }
5977
6338
 
5978
- .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
5979
- left: calc((0.5rem + 1px) * -1);
6339
+ .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
6340
+ left: calc(-0.5rem - 1px);
5980
6341
  width: 0.5rem;
5981
6342
  height: 1rem;
5982
6343
  margin: 0.3rem 0;
5983
6344
  }
5984
6345
 
5985
- .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
5986
- .bs-popover-right .arrow::after,
5987
- .bs-popover-auto[x-placement^="right"] .arrow::after {
5988
- border-width: 0.5rem 0.5rem 0.5rem 0;
5989
- }
5990
-
5991
- .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
6346
+ .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
5992
6347
  left: 0;
6348
+ border-width: 0.5rem 0.5rem 0.5rem 0;
5993
6349
  border-right-color: rgba(0, 0, 0, 0.25);
5994
6350
  }
5995
6351
 
5996
-
5997
- .bs-popover-right .arrow::after,
5998
- .bs-popover-auto[x-placement^="right"] .arrow::after {
6352
+ .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
5999
6353
  left: 1px;
6354
+ border-width: 0.5rem 0.5rem 0.5rem 0;
6000
6355
  border-right-color: #fff;
6001
6356
  }
6002
6357
 
@@ -6004,25 +6359,19 @@ a.close.disabled {
6004
6359
  margin-top: 0.5rem;
6005
6360
  }
6006
6361
 
6007
- .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
6008
- top: calc((0.5rem + 1px) * -1);
6009
- }
6010
-
6011
- .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
6012
- .bs-popover-bottom .arrow::after,
6013
- .bs-popover-auto[x-placement^="bottom"] .arrow::after {
6014
- border-width: 0 0.5rem 0.5rem 0.5rem;
6362
+ .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
6363
+ top: calc(-0.5rem - 1px);
6015
6364
  }
6016
6365
 
6017
- .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
6366
+ .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
6018
6367
  top: 0;
6368
+ border-width: 0 0.5rem 0.5rem 0.5rem;
6019
6369
  border-bottom-color: rgba(0, 0, 0, 0.25);
6020
6370
  }
6021
6371
 
6022
-
6023
- .bs-popover-bottom .arrow::after,
6024
- .bs-popover-auto[x-placement^="bottom"] .arrow::after {
6372
+ .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
6025
6373
  top: 1px;
6374
+ border-width: 0 0.5rem 0.5rem 0.5rem;
6026
6375
  border-bottom-color: #fff;
6027
6376
  }
6028
6377
 
@@ -6041,28 +6390,22 @@ a.close.disabled {
6041
6390
  margin-right: 0.5rem;
6042
6391
  }
6043
6392
 
6044
- .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
6045
- right: calc((0.5rem + 1px) * -1);
6393
+ .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
6394
+ right: calc(-0.5rem - 1px);
6046
6395
  width: 0.5rem;
6047
6396
  height: 1rem;
6048
6397
  margin: 0.3rem 0;
6049
6398
  }
6050
6399
 
6051
- .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
6052
- .bs-popover-left .arrow::after,
6053
- .bs-popover-auto[x-placement^="left"] .arrow::after {
6054
- border-width: 0.5rem 0 0.5rem 0.5rem;
6055
- }
6056
-
6057
- .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
6400
+ .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
6058
6401
  right: 0;
6402
+ border-width: 0.5rem 0 0.5rem 0.5rem;
6059
6403
  border-left-color: rgba(0, 0, 0, 0.25);
6060
6404
  }
6061
6405
 
6062
-
6063
- .bs-popover-left .arrow::after,
6064
- .bs-popover-auto[x-placement^="left"] .arrow::after {
6406
+ .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
6065
6407
  right: 1px;
6408
+ border-width: 0.5rem 0 0.5rem 0.5rem;
6066
6409
  border-left-color: #fff;
6067
6410
  }
6068
6411
 
@@ -6070,7 +6413,6 @@ a.close.disabled {
6070
6413
  padding: 0.5rem 0.75rem;
6071
6414
  margin-bottom: 0;
6072
6415
  font-size: 1rem;
6073
- color: inherit;
6074
6416
  background-color: #f7f7f7;
6075
6417
  border-bottom: 1px solid #ebebeb;
6076
6418
  border-top-left-radius: calc(0.3rem - 1px);
@@ -6120,7 +6462,7 @@ a.close.disabled {
6120
6462
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
6121
6463
  }
6122
6464
 
6123
- @media screen and (prefers-reduced-motion: reduce) {
6465
+ @media (prefers-reduced-motion: reduce) {
6124
6466
  .carousel-item {
6125
6467
  transition: none;
6126
6468
  }
@@ -6162,10 +6504,10 @@ a.close.disabled {
6162
6504
  .carousel-fade .active.carousel-item-right {
6163
6505
  z-index: 0;
6164
6506
  opacity: 0;
6165
- transition: 0s 0.6s opacity;
6507
+ transition: opacity 0s 0.6s;
6166
6508
  }
6167
6509
 
6168
- @media screen and (prefers-reduced-motion: reduce) {
6510
+ @media (prefers-reduced-motion: reduce) {
6169
6511
  .carousel-fade .active.carousel-item-left,
6170
6512
  .carousel-fade .active.carousel-item-right {
6171
6513
  transition: none;
@@ -6191,7 +6533,7 @@ a.close.disabled {
6191
6533
  transition: opacity 0.15s ease;
6192
6534
  }
6193
6535
 
6194
- @media screen and (prefers-reduced-motion: reduce) {
6536
+ @media (prefers-reduced-motion: reduce) {
6195
6537
  .carousel-control-prev,
6196
6538
  .carousel-control-next {
6197
6539
  transition: none;
@@ -6220,16 +6562,15 @@ a.close.disabled {
6220
6562
  display: inline-block;
6221
6563
  width: 20px;
6222
6564
  height: 20px;
6223
- background: transparent no-repeat center center;
6224
- background-size: 100% 100%;
6565
+ background: no-repeat 50% / 100% 100%;
6225
6566
  }
6226
6567
 
6227
6568
  .carousel-control-prev-icon {
6228
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
6569
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
6229
6570
  }
6230
6571
 
6231
6572
  .carousel-control-next-icon {
6232
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
6573
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
6233
6574
  }
6234
6575
 
6235
6576
  .carousel-indicators {
@@ -6266,7 +6607,7 @@ a.close.disabled {
6266
6607
  transition: opacity 0.6s ease;
6267
6608
  }
6268
6609
 
6269
- @media screen and (prefers-reduced-motion: reduce) {
6610
+ @media (prefers-reduced-motion: reduce) {
6270
6611
  .carousel-indicators li {
6271
6612
  transition: none;
6272
6613
  }
@@ -6327,6 +6668,8 @@ a.close.disabled {
6327
6668
  }
6328
6669
  50% {
6329
6670
  opacity: 1;
6671
+ -webkit-transform: none;
6672
+ transform: none;
6330
6673
  }
6331
6674
  }
6332
6675
 
@@ -6337,6 +6680,8 @@ a.close.disabled {
6337
6680
  }
6338
6681
  50% {
6339
6682
  opacity: 1;
6683
+ -webkit-transform: none;
6684
+ transform: none;
6340
6685
  }
6341
6686
  }
6342
6687
 
@@ -6545,6 +6890,10 @@ button.bg-dark:focus {
6545
6890
  border-color: #fff !important;
6546
6891
  }
6547
6892
 
6893
+ .rounded-sm {
6894
+ border-radius: 0.2rem !important;
6895
+ }
6896
+
6548
6897
  .rounded {
6549
6898
  border-radius: 0.25rem !important;
6550
6899
  }
@@ -6569,6 +6918,10 @@ button.bg-dark:focus {
6569
6918
  border-bottom-left-radius: 0.25rem !important;
6570
6919
  }
6571
6920
 
6921
+ .rounded-lg {
6922
+ border-radius: 0.3rem !important;
6923
+ }
6924
+
6572
6925
  .rounded-circle {
6573
6926
  border-radius: 50% !important;
6574
6927
  }
@@ -6820,8 +7173,8 @@ button.bg-dark:focus {
6820
7173
  padding-top: 56.25%;
6821
7174
  }
6822
7175
 
6823
- .embed-responsive-3by4::before {
6824
- padding-top: 133.333333%;
7176
+ .embed-responsive-4by3::before {
7177
+ padding-top: 75%;
6825
7178
  }
6826
7179
 
6827
7180
  .embed-responsive-1by1::before {
@@ -7614,6 +7967,27 @@ button.bg-dark:focus {
7614
7967
  }
7615
7968
  }
7616
7969
 
7970
+ .user-select-all {
7971
+ -webkit-user-select: all !important;
7972
+ -moz-user-select: all !important;
7973
+ -ms-user-select: all !important;
7974
+ user-select: all !important;
7975
+ }
7976
+
7977
+ .user-select-auto {
7978
+ -webkit-user-select: auto !important;
7979
+ -moz-user-select: auto !important;
7980
+ -ms-user-select: auto !important;
7981
+ user-select: auto !important;
7982
+ }
7983
+
7984
+ .user-select-none {
7985
+ -webkit-user-select: none !important;
7986
+ -moz-user-select: none !important;
7987
+ -ms-user-select: none !important;
7988
+ user-select: none !important;
7989
+ }
7990
+
7617
7991
  .overflow-auto {
7618
7992
  overflow: auto !important;
7619
7993
  }
@@ -7673,6 +8047,7 @@ button.bg-dark:focus {
7673
8047
  width: 1px;
7674
8048
  height: 1px;
7675
8049
  padding: 0;
8050
+ margin: -1px;
7676
8051
  overflow: hidden;
7677
8052
  clip: rect(0, 0, 0, 0);
7678
8053
  white-space: nowrap;
@@ -9580,8 +9955,20 @@ button.bg-dark:focus {
9580
9955
  }
9581
9956
  }
9582
9957
 
9958
+ .stretched-link::after {
9959
+ position: absolute;
9960
+ top: 0;
9961
+ right: 0;
9962
+ bottom: 0;
9963
+ left: 0;
9964
+ z-index: 1;
9965
+ pointer-events: auto;
9966
+ content: "";
9967
+ background-color: rgba(0, 0, 0, 0);
9968
+ }
9969
+
9583
9970
  .text-monospace {
9584
- font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
9971
+ font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
9585
9972
  }
9586
9973
 
9587
9974
  .text-justify {
@@ -9794,6 +10181,10 @@ a.text-dark:hover, a.text-dark:focus {
9794
10181
  text-decoration: none !important;
9795
10182
  }
9796
10183
 
10184
+ .text-break {
10185
+ word-wrap: break-word !important;
10186
+ }
10187
+
9797
10188
  .text-reset {
9798
10189
  color: inherit !important;
9799
10190
  }