scrollytelling-pageflow-navigation 1.3.0 → 1.4.0

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: bb7e4d0244473cd72d596f0865b72ec8cae5a948
4
- data.tar.gz: 464585523255f4b70f88b1f7e40f3a1387380bd5
3
+ metadata.gz: 16924ebe90a0011bf34b0e2ca9d516fc7e92171b
4
+ data.tar.gz: dcda1e104e598ce10f1a05064ea5a58b7f32760c
5
5
  SHA512:
6
- metadata.gz: 3332a79d30f046adbbe3c45bca324ec03d0d083a71b61e1c0acc59b14aa53b63f03e596aa6d73e0ed28471b3c385acdaa042c68abacd2a814c20f084020820a9
7
- data.tar.gz: 3ecd13ee19f760ef66c30eb6df3e41e3ae9fe26657770ad018d04d94ec9b6b4cad9b1ff14af5cae3f0ecc97b1715e611df7310daf2f16138128fc1ddc829c2f8
6
+ metadata.gz: 5e4ef4e02162ef53835ad84f28517ccb6eb99c581066dfda9e7062409a2ffbd9249bbb097ab0d6d7d0496d06354b1de5f944d0a95dcbe1e6effe9d1390fb6510
7
+ data.tar.gz: f5d446ea2d4a5acf5f4f74b5a43882c2a6845e58414a4e249d86e60e9af7eb15ea85b971ba17bf03329b1100102bb129824939cd380dd0dce50c4947e1325fb6
@@ -4,4 +4,5 @@ $scrollytelling-invert-tooltip-bg-color: white !default;
4
4
  $scrollytelling-sharing-size: 40px !default;
5
5
 
6
6
  @import "./navigation/navigation";
7
+ @import "./navigation/mobile";
7
8
  @import "./navigation/options";
@@ -0,0 +1,52 @@
1
+ .navigation_mobile {
2
+ .overview_mobile .credits a,
3
+ .imprint_mobile .credits a,
4
+ .sharing_mobile .credits a {
5
+ margin-top: 0;
6
+ color: inherit;
7
+ display: inline;
8
+ }
9
+
10
+ &.active {
11
+ .menu.index {
12
+ &:before {
13
+ font-family: "FontAwesome";
14
+ content: "\f00d";
15
+ font-size: 30px;
16
+ }
17
+ }
18
+ }
19
+ .menu.index,
20
+ .menu.sharing,
21
+ .menu.imprint,
22
+
23
+ .overview_mobile:after,
24
+ .imprint_mobile:after,
25
+ .sharing_mobile:after {
26
+ background-image: none;
27
+ }
28
+
29
+ .menu.index {
30
+ &:before {
31
+ font-family: "FontAwesome";
32
+ content: "\f0c9";
33
+ font-size: 30px;
34
+ }
35
+ }
36
+
37
+ .menu.sharing {
38
+ &:before {
39
+ font-family: "FontAwesome";
40
+ content: "\f045";
41
+ font-size: 30px;
42
+ }
43
+ }
44
+
45
+ .menu.imprint {
46
+ &:before {
47
+ font-family: "FontAwesome";
48
+ content: "\f05a";
49
+ font-size: 30px;
50
+ }
51
+ }
52
+ }
@@ -1,7 +1,7 @@
1
1
  module Scrollytelling
2
2
  module Pageflow
3
3
  module Navigation
4
- VERSION = "1.3.0"
4
+ VERSION = "1.4.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrollytelling-pageflow-navigation
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joost Baaij
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-07-29 00:00:00.000000000 Z
11
+ date: 2016-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pageflow
@@ -101,6 +101,7 @@ files:
101
101
  - app/assets/javascripts/scrollytelling/pageflow/navigation/sharing.js
102
102
  - app/assets/javascripts/scrollytelling/pageflow/navigation/widget_type.js
103
103
  - app/assets/stylesheets/scrollytelling/pageflow/navigation.scss
104
+ - app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile.scss
104
105
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
105
106
  - app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss
106
107
  - app/views/scrollytelling/pageflow/navigation/_widget.html.erb