betterplace-content 0.5.8 → 0.5.9
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 +5 -5
- data/_sass/lpm/_background_colors.sass +30 -35
- data/_sass/lpm/_variables.sass +4 -0
- data/_sass/lpm/_video.sass +8 -0
- data/assets/css/landingpage_modules.sass +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 509e43a545f53fc22a7b716d061d2539a65a2e87b3305e43e31499ec11580c06
|
|
4
|
+
data.tar.gz: 3b659b0c5ad44b2fa5e4644f67d8cc8e23c275c39c58e3c4341573ca09f63761
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '079588175eaa80d0e46c4b4a24392a8ebb7fccae43bde03789e4e2b1ccedd6404b6bf7132dbf24dcc13de69f83bb820463bec9abc4ac2be1973b7d2f11c8bdc9'
|
|
7
|
+
data.tar.gz: 4c0f8ed7d65e1637637fadee43ddc3eff3f64c9308dc414f9fbeacd7665c3080239ec6aa7638bb5362ed170b0270b4167c952ae84e6b21d915c9afe6e1247e69
|
|
@@ -1,36 +1,31 @@
|
|
|
1
|
-
|
|
2
|
-
.bg-color-silver-delight
|
|
3
|
-
background-color: $very-light-grey
|
|
4
|
-
.bg-color-happy-give
|
|
5
|
-
background-color: $happy-give
|
|
6
|
-
.bg-color-good-choice
|
|
7
|
-
background-color: $good-choice
|
|
8
|
-
.bg-color-light-sky
|
|
9
|
-
background-color: $light-sky
|
|
10
|
-
.bg-color-mindful-way
|
|
11
|
-
background-color: $mindful-way
|
|
12
|
-
.bg-color-peaceful-step
|
|
13
|
-
background-color: $peaceful-step
|
|
14
|
-
.bg-color-tolerant-turn
|
|
15
|
-
background-color: $tolerant-turn
|
|
16
|
-
.bg-color-open-mind
|
|
17
|
-
background-color: $open-mind
|
|
18
|
-
.bg-color-sunny-day
|
|
19
|
-
background-color: $sunny-day
|
|
1
|
+
@mixin generate-backgrounds($color, $selector)
|
|
20
2
|
|
|
21
|
-
.
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
3
|
+
.bg-color-#{$selector}
|
|
4
|
+
background-color: $color
|
|
5
|
+
|
|
6
|
+
.lpm-#{$selector}-stripe
|
|
7
|
+
background-image: linear-gradient(white 0%, white 120px, $color 120px, $color 100%)
|
|
8
|
+
|
|
9
|
+
// .text-color-#{$selector}
|
|
10
|
+
// color: $color
|
|
11
|
+
|
|
12
|
+
+generate-backgrounds($happy-give, happy-give)
|
|
13
|
+
+generate-backgrounds($green-spirit, green-spirit)
|
|
14
|
+
+generate-backgrounds($smart-brain, smart-brain)
|
|
15
|
+
+generate-backgrounds($happy-give, happy-give)
|
|
16
|
+
+generate-backgrounds($good-choice, good-choice)
|
|
17
|
+
+generate-backgrounds($light-sky, light-sky)
|
|
18
|
+
+generate-backgrounds($mindful-way, mindful-way)
|
|
19
|
+
+generate-backgrounds($peaceful-step, peaceful-step)
|
|
20
|
+
+generate-backgrounds($tolerant-turn, tolerant-turn)
|
|
21
|
+
+generate-backgrounds($open-mind, open-mind)
|
|
22
|
+
+generate-backgrounds($sunny-day, sunny-day)
|
|
23
|
+
+generate-backgrounds($strong-grey, strong-grey)
|
|
24
|
+
+generate-backgrounds($very-light-grey, silver-delight)
|
|
25
|
+
|
|
26
|
+
.text-color-white
|
|
27
|
+
color: white
|
|
28
|
+
|
|
29
|
+
.bg-color-green-spirit
|
|
30
|
+
.generic-teaser-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active
|
|
31
|
+
background-color: white
|
data/_sass/lpm/_variables.sass
CHANGED
|
@@ -10,6 +10,9 @@ $breakpoint-md: 1024px
|
|
|
10
10
|
// TODO: Diese Datei sollten wir später loswerden, damit alles über theme/colors.sass läuft.
|
|
11
11
|
|
|
12
12
|
$happy-give: #FF6F6C
|
|
13
|
+
$green-spirit: #9ecb09
|
|
14
|
+
$smart-brain: #309B89
|
|
15
|
+
$happy-give: #ff6f6c
|
|
13
16
|
$good-choice: #AECFD1
|
|
14
17
|
$light-sky: #4597A2
|
|
15
18
|
$mindful-way: #4E414B
|
|
@@ -17,3 +20,4 @@ $peaceful-step: #EDEED0
|
|
|
17
20
|
$tolerant-turn: #6D2C64
|
|
18
21
|
$open-mind: #FFB38C
|
|
19
22
|
$sunny-day: #F6CE46
|
|
23
|
+
$strong-grey: #3f3f3f
|
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.5.
|
|
4
|
+
version: 0.5.9
|
|
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: 2018-
|
|
11
|
+
date: 2018-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -120,6 +120,7 @@ files:
|
|
|
120
120
|
- _sass/lpm/_list.sass
|
|
121
121
|
- _sass/lpm/_seperator.sass
|
|
122
122
|
- _sass/lpm/_variables.sass
|
|
123
|
+
- _sass/lpm/_video.sass
|
|
123
124
|
- _sass/pages/freundeskreis.sass
|
|
124
125
|
- _sass/pages/help.sass
|
|
125
126
|
- _sass/pages/jobs.sass
|
|
@@ -191,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
191
192
|
version: '0'
|
|
192
193
|
requirements: []
|
|
193
194
|
rubyforge_project:
|
|
194
|
-
rubygems_version: 2.6
|
|
195
|
+
rubygems_version: 2.7.6
|
|
195
196
|
signing_key:
|
|
196
197
|
specification_version: 4
|
|
197
198
|
summary: betterplace.org's Jekyll Content Theme
|