scrollytelling-pageflow-navigation 1.10.0 → 1.10.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 75679c79b37888505e21e5c19456c9ee8b48b5e7
4
- data.tar.gz: 27fd0e04634c21a8b5a39e4b7f4c96cdd96b9679
3
+ metadata.gz: 453c7fd3b7d479fb63384bba4ef55aba08636c34
4
+ data.tar.gz: ab998583a7502c1b51ca12ccb2fb31c21aab4003
5
5
  SHA512:
6
- metadata.gz: b2132011948098e6f08a43613a787c436c3232e96170a2eb29ec57f3c548b29e5461e984553d30741d63c8c5dd63e06864bf3e1617405c68e0a8eeaafe44cc8d
7
- data.tar.gz: c89db8498f2bcf03c4e4c8e9ffaff6d517372f25625c03b75b60dd9459a9f1daa3eac04161d14a74ab597f3f2791e09831793dbda84fd0ba20e114f3ad45c314
6
+ metadata.gz: c24883e7808acd2156a8d20228bef8e2cb40e4b1be43f29f1b0159b67519fd43a8aaad7c14c730f69c7d361f6aeb723845927cb444aa286851c1f9074a63b9eb
7
+ data.tar.gz: b149d80f4c9bdb95c3a27320f6bdc7917f71698b7e2824f08d4e15a53e12bcacd6904dc4c165e62c035ad7c5f914341a5cbd4df65907b8cac25a4ca074eff152
@@ -2,10 +2,14 @@
2
2
  .indicator {
3
3
  left: 2%;
4
4
  bottom: 2%;
5
- padding: 0 0 0 40px;
5
+ padding: 0;
6
6
  @include scrollytelling-indicator;
7
7
  }
8
8
 
9
+ .indicator.invert {
10
+ color: $scrollytelling-invert-nav-color;
11
+ }
12
+
9
13
  .scroll_indicator:before {
10
14
  content: "\f0ab";
11
15
  font-family: "FontAwesome";
@@ -1,7 +1,7 @@
1
1
  module Scrollytelling
2
2
  module Pageflow
3
3
  module Navigation
4
- VERSION = "1.10.0"
4
+ VERSION = "1.10.1"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-pageflow-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij