jumbo-jekyll-theme 1.4.3.13 → 1.4.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d134c070ee47e015cf0b75541845692dec040fc3
4
- data.tar.gz: 52d86890cdf902bd725aeeb409f4a43c58c1ad90
3
+ metadata.gz: 9807f42a248e0f5c2ff8eba2888e9dc8d1da22f4
4
+ data.tar.gz: 6c8956b99cf4fc0cf5a075010072e529f837e2aa
5
5
  SHA512:
6
- metadata.gz: c129e46aa664c52ebd63c304bca41e2fad7a697d1530c19aa2bef0b0ca0101d2752df729c01cbaee6123195e49ac9eff54c057d0eef23c7908190658a3b2dc7b
7
- data.tar.gz: c1e48b5209c6f9df7b23f8c8dde1ee86ca5b2381801d2c357ca66b56c9e9045ae093ab9ac5bca4b4a82020bcddc770f6ff6d117d412d78a35aa6c6c41682f7af
6
+ metadata.gz: 88b7914e38452604ec72793766bfce70c685d348b9cc2ce3cf71199cc8e7fcb607710219b8354a78b63dcffde92aee7b4d0908b11f1986ecb6ac1a28a2249a57
7
+ data.tar.gz: 8d15666784dbebe693ce83f550eb7e7d4546bae72f53c22794f470cb41dba364a61ba1a3b84e864d3068a10127eaed63a0fb0bb1198f98a4e5497a412415f37c
@@ -54,9 +54,9 @@ ol.breadcrumb li a {
54
54
  }
55
55
 
56
56
  ol.breadcrumb span {
57
- font-size: 10px;
57
+ font-size: 12px;
58
58
  letter-spacing: 1px;
59
- text-transform: uppercase;
59
+ text-transform: none;
60
60
  text-decoration: none;
61
61
  color: $breadcrumb-span-color;
62
62
  opacity: .5;
@@ -12,6 +12,7 @@ $(document).mouseup(function(e)
12
12
 
13
13
  $(document).ready(function () {
14
14
 
15
+
15
16
  $('.dropdown-toggle').dropdown();
16
17
  // $(document).on('touchstart.dropdown.data-api', '.dropdown-submenu > a', function (event) {
17
18
  // event.preventDefault();
@@ -0,0 +1,10 @@
1
+ // Animated scroll to anchors and offset
2
+ var $root = $('html, body');
3
+
4
+ $('a[href^="#"]').click(function () {
5
+ $root.animate({
6
+ scrollTop: $( $.attr(this, 'href') ).offset().top-200
7
+ }, 500);
8
+
9
+ return false;
10
+ });
@@ -8,5 +8,6 @@
8
8
  //= require app/sticky-tab-bar
9
9
 
10
10
  //= require app/main
11
+ //= require app/scroll-to-anchors
11
12
  //= require app/tables
12
13
  //= require vendor/mc-validate
@@ -4,6 +4,7 @@
4
4
  //= require vendor/lazysizes.min
5
5
 
6
6
  //= require app/main
7
+ //= require app/scroll-to-anchors
7
8
  //= require app/tables
8
9
  //= require app/sticky-tab-bar
9
10
  //= require vendor/mc-validate
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.3.13
4
+ version: 1.4.3.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
@@ -515,6 +515,7 @@ files:
515
515
  - assets/js/app/mixitup.js
516
516
  - assets/js/app/openhours-timer.js
517
517
  - assets/js/app/rss.js
518
+ - assets/js/app/scroll-to-anchors.js
518
519
  - assets/js/app/search.js
519
520
  - assets/js/app/sticky-tab-bar-concept.js
520
521
  - assets/js/app/sticky-tab-bar.js