betterplace-content 0.1.52 → 0.1.53
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_sass/about-us/generic_content_header.sass +2 -1
- data/assets/css/default.sass +2 -1
- metadata +2 -3
- data/_sass/_variables.sass +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3d422fa282965b0817fa322efc20a4b7ca065024
|
4
|
+
data.tar.gz: a36b0c52ba63c1a7db3f827a08fa5c196835c1ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
data/assets/css/default.sass
CHANGED
@@ -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.
|
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-
|
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
|
data/_sass/_variables.sass
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
$site_baseurl: "{{ site.baseurl }}"
|