betterplace-content 0.1.52 → 0.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9231f3c7ed8071cd972aecb83689827a234b4e15
4
- data.tar.gz: 6845ed0a424957087a1d2ebd69b60ffbddbb87f6
3
+ metadata.gz: 3d422fa282965b0817fa322efc20a4b7ca065024
4
+ data.tar.gz: a36b0c52ba63c1a7db3f827a08fa5c196835c1ea
5
5
  SHA512:
6
- metadata.gz: 1eb14de6f192b690c50e32fe502477e444da0554a278ddafbf1aed78ae208d61e7444818330a81ef23058dd66059e089f4fd146f97ba2e19cf900e3e488d5843
7
- data.tar.gz: 041c4fa064c94eaaad2dea42058c6641cbd5c99c0a9de583e8a52ce625d09ce831cba670fedf7bf566909ad0ceee48d284e8c0a9e671e7a3103c58e9f0d81e75
6
+ metadata.gz: a00ad4c59b762b0bf18ff954d983a688615017d76bb749a24b018a10106a4d61dc9c099a9c0c2844dbae29ffb9c4caee0bf5fdec0b7d7a349f5d6c0b12920e12
7
+ data.tar.gz: ac55d36ac0bc7a6ea6e06a760a717182639d30ed7046577ac37d99e9a11f2761210ede0c2b2982f699f2b160db879285cf90bc3228895f7009f5d82d296a193e
@@ -1,18 +1,19 @@
1
1
  .generic-content-header.large-content-header
2
2
  color: white
3
3
  z-index: 10
4
- background-size: cover
5
4
 
6
5
  +desktop
7
6
  margin-top: -56px
8
7
  padding-top: 41px
9
8
  height: 560px
10
9
  background: url('#{$site_baseurl}/assets/theme_images/about-us/generic-content-header_desktop.jpg') no-repeat 50% 0 $very-light-grey
10
+ background-size: cover
11
11
 
12
12
  +phone
13
13
  height: 380px
14
14
  background: url('#{$site_baseurl}/assets/theme_images/about-us/generic-content-header_phone.jpg') no-repeat 50% 0
15
15
  padding: 0 20px
16
+ background-size: cover
16
17
 
17
18
  h1
18
19
  text-shadow: 1px 1px 0px #000
@@ -1,11 +1,12 @@
1
1
  ---
2
2
  ---
3
3
 
4
+ $site_baseurl: "{{ site.baseurl }}"
5
+
4
6
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600')
5
7
  @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css')
6
8
 
7
9
  @import "colors"
8
- @import "variables"
9
10
  @import "media_queries"
10
11
 
11
12
  @import "generics_bootstrap"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: betterplace-content
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.52
4
+ version: 0.1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - betterplace.org Developers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-11-14 00:00:00.000000000 Z
11
+ date: 2017-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,7 +72,6 @@ files:
72
72
  - _layouts/help.html
73
73
  - _layouts/post.html
74
74
  - _layouts/redirect.html
75
- - _sass/_variables.sass
76
75
  - _sass/about-us.sass
77
76
  - _sass/about-us/because.sass
78
77
  - _sass/about-us/feature.sass
@@ -1 +0,0 @@
1
- $site_baseurl: "{{ site.baseurl }}"