scrollytelling-pageflow-navigation 1.6.1 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation.scss +1 -0
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss +22 -0
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile.scss +20 -0
- data/app/views/scrollytelling/pageflow/navigation/_widget.html.erb +1 -0
- data/lib/scrollytelling/pageflow/navigation/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8676011abe15d4d7559ff5ab5ceb7a78363b45a
|
4
|
+
data.tar.gz: 3f5552e6c481206a944615bc42e60fcc6b9ee50e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7c8c08d53732992248133cc96b56ee549467ec14361b2fd6f06b1d77c81dc9bb47bf077238c2be45e5b3a0f6e75ce0c731c0a22981cc0136fee49003f1c19e6d
|
7
|
+
data.tar.gz: 7d60475aca0d9dbf89fc512f094d654613ad38de724be30f9ebad94910c491d20047f21c23d4a76e0f63ec26dbe4465ae852ba1663fd6fd685a7c3c92aa915bb
|
@@ -0,0 +1,22 @@
|
|
1
|
+
.entry {
|
2
|
+
.indicator {
|
3
|
+
left: 12px;
|
4
|
+
bottom: 2%;
|
5
|
+
height: 40px;
|
6
|
+
padding: 0 0 0 40px;
|
7
|
+
line-height: 30px;
|
8
|
+
}
|
9
|
+
|
10
|
+
.scroll_indicator:before {
|
11
|
+
content: "\f0ab";
|
12
|
+
font-family: "FontAwesome";
|
13
|
+
font-size: 26px;
|
14
|
+
padding-left: 9px;
|
15
|
+
background-image: none;
|
16
|
+
}
|
17
|
+
|
18
|
+
.scroll_indicator.invert:before {
|
19
|
+
color: black;
|
20
|
+
background-image: none;
|
21
|
+
}
|
22
|
+
}
|
@@ -1,4 +1,24 @@
|
|
1
1
|
.navigation_mobile {
|
2
|
+
.parent_page {
|
3
|
+
position: absolute;
|
4
|
+
top: auto;
|
5
|
+
right: auto;
|
6
|
+
bottom: 6%;
|
7
|
+
left: 12px;
|
8
|
+
width: 40px;
|
9
|
+
height: 40px;
|
10
|
+
}
|
11
|
+
|
12
|
+
.parent_page:before {
|
13
|
+
content: "\f0a8";
|
14
|
+
font-family: "FontAwesome";
|
15
|
+
font-size: 26px;
|
16
|
+
}
|
17
|
+
|
18
|
+
.parent_page:after {
|
19
|
+
display: none;
|
20
|
+
}
|
21
|
+
|
2
22
|
.overview_mobile .credits a,
|
3
23
|
.imprint_mobile .credits a,
|
4
24
|
.sharing_mobile .credits a {
|
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.
|
4
|
+
version: 1.7.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-09-
|
11
|
+
date: 2016-09-23 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/_entry.scss
|
104
105
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile.scss
|
105
106
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
|
106
107
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss
|