betterplace-content 0.6.15 → 0.6.16

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: 8cc656c4328be1bec737762381259b505f3b7e47e9533907f1f6ac3fc0096e44
4
- data.tar.gz: ccc9683d9f5f03370089d048ec4c7a69175667a8fd12daeb2f32c596f46bc299
3
+ metadata.gz: dc0311e4e03e2780fc92a1aefb82f2b2295f0b0fbace9d24148169c96f53334f
4
+ data.tar.gz: 6d3cefa32c78e82f26b534c04e0d3c7a6d7854f117798bd645b30a99b847fb29
5
5
  SHA512:
6
- metadata.gz: 382f7a65f762108a8a51a980392e36af660a6222a3af855da1d0c8ee4637985bc13f0db11a17e92e9a289b3267883799446ca0ee9090ed2613f21ed2144951b8
7
- data.tar.gz: 611c35b68b2db73aafca7ac01e313f4a0e3079cdd8b076216fe8ed8d840edc5c30210264e4c6778916237a8016385b5e7373e95b8312f3941f8312026af6651c
6
+ metadata.gz: 002b8f74d835e01e20e993836a9dc441c7c203b7d1809d091531121418f8b50a8b6912f0bce13b6083f24dcca134f8b3a732d5888d7b3fcb933a435e6f4f5be4
7
+ data.tar.gz: 92a4665b73ebab9b6658610859abef74a3501822f0a34fe9f512ef31710c38e0cb3ba4b2a976e8d9c1c1bfc017e7f69015986f0a29e5fc26fa5d00b693736f1e
@@ -6,7 +6,6 @@
6
6
  <li><a href="{{ include.hostname }}/c/kontakt">Kontakt</a></li>
7
7
  <li><a href="{{ include.hostname }}/c/stellen">Jobs</a></li>
8
8
  <li><a href="{{ include.hostname }}/c/unser-team">Team</a></li>
9
- <li><a href="{{ include.hostname }}/c/botschafter">Botschafter</a></li>
10
9
  <li><a href="{{ include.hostname }}/c/neues/termine">Termine</a></li>
11
10
  <li><a href="{{ include.hostname }}/c/medien">Presse</a></li>
12
11
  </ul>
@@ -76,15 +76,6 @@ body.team
76
76
  +phone
77
77
  text-decoration: underline
78
78
 
79
- .unit-select-external-link
80
- font-size: 16px
81
-
82
- +phone
83
- display: inline-block
84
- max-width: 90px
85
- line-height: 90%
86
- vertical-align: middle
87
-
88
79
  .unit-descriptions
89
80
  font-size: 14px
90
81
  line-height: 22px
@@ -8,7 +8,6 @@ $site_baseurl: "{{ site.baseurl }}"
8
8
  @import initialize/colors
9
9
  @import initialize/media_queries
10
10
 
11
- @import generics/city_list
12
11
  @import generics/comments
13
12
  @import generics/content-header
14
13
  @import generics/desktop-navigation
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.6.15
4
+ version: 0.6.16
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: 2019-07-19 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -98,7 +98,6 @@ files:
98
98
  - _sass/about-us/why.sass
99
99
  - _sass/about-us/wrapper.sass
100
100
  - _sass/error404.sass
101
- - _sass/generics/city_list.scss
102
101
  - _sass/generics/comments.sass
103
102
  - _sass/generics/content-header.sass
104
103
  - _sass/generics/desktop-navigation.scss
@@ -193,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
193
192
  - !ruby/object:Gem::Version
194
193
  version: '0'
195
194
  requirements: []
196
- rubygems_version: 3.0.3
195
+ rubygems_version: 3.0.1
197
196
  signing_key:
198
197
  specification_version: 4
199
198
  summary: betterplace.org's Jekyll Content Theme
@@ -1,59 +0,0 @@
1
- .generic-city-list {
2
- display: flex;
3
- flex-wrap: wrap;
4
-
5
- @mixin list-item-background($color1, $color2) {
6
- background: linear-gradient(to bottom, $color1 0%, $color2 100%);
7
-
8
- &:hover {
9
- background: linear-gradient(to bottom, darken($color1, 5%) 0%, darken($color2, 5%) 100%);
10
- }
11
- }
12
-
13
- a {
14
-
15
- display: flex;
16
- align-items: center;
17
- justify-content: center;
18
- padding: 0;
19
- margin-bottom: 1px;
20
- color: white;
21
- font-family: "Open Sans";
22
- font-weight: 300;
23
-
24
- @include desktop { width: calc(25% - 2px); font-size: 29px; }
25
- @include phone { width: calc(50% - 2px); font-size: 25px; }
26
-
27
- &:not(:nth-of-type(4n)) {
28
- margin-right: 1px;
29
- }
30
-
31
- &:nth-of-type(1) { @include list-item-background( #cede5e, #96af2d); }
32
- &:nth-of-type(2) { @include list-item-background( #bdd285, #899f55); }
33
- &:nth-of-type(3) { @include list-item-background( #63c8b3, #489283); }
34
- &:nth-of-type(4) { @include list-item-background( #5096a7, #437d8b); }
35
- &:nth-of-type(5) { @include list-item-background( #92ae39, #6c8a24); }
36
- &:nth-of-type(6) { @include list-item-background( #748c48, #556b31); }
37
- &:nth-of-type(7) { @include list-item-background( #3b7a6c, #346d60); }
38
- &:nth-of-type(8) { @include list-item-background( #346773, #2b545d); }
39
- &:nth-of-type(9) { @include list-item-background( #627b17, #475f0f); }
40
- &:nth-of-type(10) { @include list-item-background( #4d6322, #374819); }
41
- &:nth-of-type(11) { @include list-item-background( #2e5f54, #29554b); }
42
- &:nth-of-type(12) { @include list-item-background( #326370, #15282d); }
43
-
44
- &:hover,
45
- &:focus,
46
- &:visited {
47
- cursor: pointer;
48
- text-decoration: none;
49
- color: white;
50
- }
51
-
52
- &:before {
53
- content: '';
54
- float: left;
55
- padding-top: 100%;
56
- display: table;
57
- }
58
- }
59
- }