scrollytelling-pageflow-navigation 1.14.3 → 1.14.4
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 +0 -5
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_home_button.scss +0 -4
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_overrides.scss +20 -0
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss +0 -7
- data/app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss +0 -4
- data/lib/scrollytelling/pageflow/navigation/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2438ce279e9895ac13b2a0832d3865953f1a224
|
4
|
+
data.tar.gz: 193da54062bea4569bf43f534a80e9dc3ab78216
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e23c2c55fe4045648bff9074fb26145d80a1f478c973a5889eb092d4b0ec1795e04460e5e8629616811c4869a34bf9784ff596a80f6f29e039ea483c46401506
|
7
|
+
data.tar.gz: 0b6290db74ab073bbf028dfde603df0ba97f82bec4dd9980be7c6b0279d2421fac9acdc629dabcd966d02e2298664c8e12fcc23cfc36f4c131ae3d62f6cd7ade
|
@@ -0,0 +1,20 @@
|
|
1
|
+
@include mobile {
|
2
|
+
#scrollytelling-pageflow-navigation,
|
3
|
+
ul.scrollytelling-sharing {
|
4
|
+
display: none;
|
5
|
+
}
|
6
|
+
|
7
|
+
ul.scrollytelling-home_button {
|
8
|
+
top: 10px;
|
9
|
+
left: 20px;
|
10
|
+
}
|
11
|
+
|
12
|
+
ul.scrollytelling-options {
|
13
|
+
bottom: 20px;
|
14
|
+
right: 10px;
|
15
|
+
}
|
16
|
+
|
17
|
+
.entry .indicator {
|
18
|
+
left: 20px;
|
19
|
+
}
|
20
|
+
}
|
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.14.
|
4
|
+
version: 1.14.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joost Baaij
|
@@ -111,6 +111,7 @@ files:
|
|
111
111
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_entry.scss
|
112
112
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_home_button.scss
|
113
113
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_navigation.scss
|
114
|
+
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_mobile_overrides.scss
|
114
115
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_navigation.scss
|
115
116
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_options.scss
|
116
117
|
- app/assets/stylesheets/scrollytelling/pageflow/navigation/_parent_page.scss
|