jekyll-theme-ethereal 0.5.1 → 0.5.2

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
  SHA256:
3
- metadata.gz: 3db3f8ca287a279a5d02be6dd29b109e809cb5b62c344c83543e662545b436c4
4
- data.tar.gz: 9a2fceee9e20f9f7f57c5cc322143b0e969d1e3c82dbf789d9a687818c28696b
3
+ metadata.gz: b9697afae909d0363e3388e7d1e2315ed0040b7210536baac2af9d72bc22efed
4
+ data.tar.gz: 9cdbf1c19d4edb03a4797c8daf674a9b0572c103c5614c6d9f42651c4e118388
5
5
  SHA512:
6
- metadata.gz: 32a8394414ec9f6adc30821131a40902520200440f5e16eb4aa3fda0263f8f881e3e00ce3bb59fa8a788c3b19ee30b13fb72e21b467ce937410f7972a55155a1
7
- data.tar.gz: cee3582b33ff070e3325ce2fd04b2aea2278cb1a69df9470af33cec87f8a349f82cab0173662b1e4e9b316899a43e6252573b26376739f93102520f200f69007
6
+ metadata.gz: 200aa8c1a2707f35f1d080829e27f3e125ab290436b5a1c1b41c4d057ed08271996c3ff4136df67794a7e6983ff30420d474762440a4417c61aeb064c700ff0e
7
+ data.tar.gz: 573222ed617056e7d7d6b0d20c347dd5b3078ed940217ec6996275eba62a9b688651cefadac7b216b1d9821cddb9fc3b90b6e7b49c5eb618e3b187f4380c00dc
data/_sass/large.scss CHANGED
@@ -38,6 +38,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
38
38
  @import 'large/components/gallery';
39
39
  @import 'large/components/panel';
40
40
  @import 'large/components/panel-banner';
41
+ @import 'large/components/panel-map';
41
42
  @import 'large/components/panel-spotlight';
42
43
 
43
44
  // Layout.
File without changes
data/_sass/main.scss CHANGED
@@ -31,6 +31,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
31
31
  @import 'main/components/gallery';
32
32
  @import 'main/components/panel';
33
33
  @import 'main/components/panel-banner';
34
+ @import 'main/components/panel-map';
34
35
  @import 'main/components/panel-spotlight';
35
36
 
36
37
  // Layout.
File without changes
data/_sass/medium.scss CHANGED
@@ -36,6 +36,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
36
36
  @import 'medium/components/button';
37
37
  @import 'medium/components/gallery';
38
38
  @import 'medium/components/panel';
39
+ @import 'medium/components/panel-map';
39
40
  @import 'medium/components/panel-banner';
40
41
  @import 'medium/components/panel-spotlight';
41
42
 
File without changes
data/_sass/short.scss CHANGED
@@ -38,6 +38,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
38
38
  @import 'short/components/gallery';
39
39
  @import 'short/components/panel';
40
40
  @import 'short/components/panel-banner';
41
+ @import 'short/components/panel-map';
41
42
  @import 'short/components/panel-spotlight';
42
43
 
43
44
  // Layout.
File without changes
data/_sass/small.scss CHANGED
@@ -39,6 +39,7 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/lice
39
39
  @import 'small/components/gallery';
40
40
  @import 'small/components/panel';
41
41
  @import 'small/components/panel-banner';
42
+ @import 'small/components/panel-map';
42
43
  @import 'small/components/panel-spotlight';
43
44
 
44
45
  // Layout.
@@ -0,0 +1,13 @@
1
+ /* Panel (Map) */
2
+
3
+ @include breakpoint('<=small') {
4
+ .panel.map {
5
+ @include vendor('align-items', 'stretch');
6
+ position: relative;
7
+ height: 100vh;
8
+
9
+ #map-container {
10
+ height: 100%;
11
+ }
12
+ }
13
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-ethereal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Mougeolle
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-01-22 00:00:00.000000000 Z
11
+ date: 2020-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -117,6 +117,7 @@ files:
117
117
  - _sass/large/components/_image.scss
118
118
  - _sass/large/components/_list.scss
119
119
  - _sass/large/components/_panel-banner.scss
120
+ - _sass/large/components/_panel-map.scss
120
121
  - _sass/large/components/_panel-spotlight.scss
121
122
  - _sass/large/components/_panel.scss
122
123
  - _sass/large/components/_table.scss
@@ -144,6 +145,7 @@ files:
144
145
  - _sass/main/components/_image.scss
145
146
  - _sass/main/components/_list.scss
146
147
  - _sass/main/components/_panel-banner.scss
148
+ - _sass/main/components/_panel-map.scss
147
149
  - _sass/main/components/_panel-spotlight.scss
148
150
  - _sass/main/components/_panel.scss
149
151
  - _sass/main/components/_table.scss
@@ -166,6 +168,7 @@ files:
166
168
  - _sass/medium/components/_image.scss
167
169
  - _sass/medium/components/_list.scss
168
170
  - _sass/medium/components/_panel-banner.scss
171
+ - _sass/medium/components/_panel-map.scss
169
172
  - _sass/medium/components/_panel-spotlight.scss
170
173
  - _sass/medium/components/_panel.scss
171
174
  - _sass/medium/components/_table.scss
@@ -189,6 +192,7 @@ files:
189
192
  - _sass/short/components/_image.scss
190
193
  - _sass/short/components/_list.scss
191
194
  - _sass/short/components/_panel-banner.scss
195
+ - _sass/short/components/_panel-map.scss
192
196
  - _sass/short/components/_panel-spotlight.scss
193
197
  - _sass/short/components/_panel.scss
194
198
  - _sass/short/components/_table.scss
@@ -211,6 +215,7 @@ files:
211
215
  - _sass/small/components/_image.scss
212
216
  - _sass/small/components/_list.scss
213
217
  - _sass/small/components/_panel-banner.scss
218
+ - _sass/small/components/_panel-map.scss
214
219
  - _sass/small/components/_panel-spotlight.scss
215
220
  - _sass/small/components/_panel.scss
216
221
  - _sass/small/components/_table.scss