betterplace-content 0.7.116 → 0.7.117
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 +4 -4
- data/_sass/generics/team_list_interlaced.scss +29 -9
- metadata +3 -4
- data/_sass/pages/team.sass +0 -32
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e460446a3b8ed12259391b52dd9a3f5df3c825e2191f32d91b539101b9e788b7
|
|
4
|
+
data.tar.gz: 15c1b35e661cf88980a403032408e4317bd946bc4f737ecfbbbc8b4c19bc845e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 07a4e197b78e9d924d6313e6ff2235a5aa59258ea7491b29a14ade3ec7489d01ab9c97bbbe7564e39a1f4a7ad116fd3d8d76cfe87c7bbf5a4f0eb5475c0166a0
|
|
7
|
+
data.tar.gz: 5464e21d89508080670390fe6ef1260ba657e1275181d044ec1449d71fcda9970f97624cafecfcf579b7682ef250315beaa1d029ae7722241a6febec73930245
|
|
@@ -77,20 +77,33 @@
|
|
|
77
77
|
display: block;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
|
|
81
|
-
|
|
80
|
+
.tile .speech-bubble {
|
|
81
|
+
// Move speech bubbles down.
|
|
82
|
+
top: 50%;
|
|
83
|
+
bottom: auto;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&:nth-child(2n) .tile {
|
|
82
87
|
.speech-bubble {
|
|
83
|
-
|
|
84
|
-
|
|
88
|
+
// Move speech bubbles to the left.
|
|
89
|
+
right: 100%;
|
|
90
|
+
left: auto;
|
|
91
|
+
|
|
92
|
+
&:before {
|
|
93
|
+
left: auto;
|
|
94
|
+
right: -2em;
|
|
95
|
+
border-width: 1em 0 1em 2em;
|
|
96
|
+
}
|
|
85
97
|
}
|
|
86
98
|
}
|
|
87
99
|
|
|
88
|
-
&:nth-child(
|
|
89
|
-
|
|
100
|
+
&:nth-child(2n+1) .tile {
|
|
101
|
+
margin-top: -0.5 * ($tile-aspect-ratio + $gutter-per-column);
|
|
90
102
|
}
|
|
91
103
|
|
|
92
|
-
|
|
93
|
-
|
|
104
|
+
// Truncate list on mobile.
|
|
105
|
+
&:nth-child(n+14) {
|
|
106
|
+
display: none;
|
|
94
107
|
}
|
|
95
108
|
|
|
96
109
|
&.halfling {
|
|
@@ -264,7 +277,7 @@
|
|
|
264
277
|
height: 0;
|
|
265
278
|
border-style: solid;
|
|
266
279
|
border-width: 1em 2em 1em 0;
|
|
267
|
-
border-color: transparent white
|
|
280
|
+
border-color: transparent white;
|
|
268
281
|
top: 50%;
|
|
269
282
|
margin-top: -1em;
|
|
270
283
|
}
|
|
@@ -287,4 +300,11 @@
|
|
|
287
300
|
}
|
|
288
301
|
}
|
|
289
302
|
}
|
|
303
|
+
|
|
304
|
+
// Show whole team list.
|
|
305
|
+
#ui-toggle-expand-teamlist:checked ~ & {
|
|
306
|
+
li {
|
|
307
|
+
display: block;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
290
310
|
}
|
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.7.
|
|
4
|
+
version: 0.7.117
|
|
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: 2022-06-
|
|
11
|
+
date: 2022-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -150,7 +150,6 @@ files:
|
|
|
150
150
|
- _sass/pages/help.sass
|
|
151
151
|
- _sass/pages/jobs.sass
|
|
152
152
|
- _sass/pages/news.sass
|
|
153
|
-
- _sass/pages/team.sass
|
|
154
153
|
- _sass/post.sass
|
|
155
154
|
- assets/css/default.sass
|
|
156
155
|
- assets/css/landingpage_modules.sass
|
|
@@ -213,7 +212,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
213
212
|
- !ruby/object:Gem::Version
|
|
214
213
|
version: '0'
|
|
215
214
|
requirements: []
|
|
216
|
-
rubygems_version: 3.
|
|
215
|
+
rubygems_version: 3.2.22
|
|
217
216
|
signing_key:
|
|
218
217
|
specification_version: 4
|
|
219
218
|
summary: betterplace.org's Jekyll Content Theme
|
data/_sass/pages/team.sass
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
body.team
|
|
2
|
-
|
|
3
|
-
.unit-select
|
|
4
|
-
padding: 0.5rem 0
|
|
5
|
-
display: flex
|
|
6
|
-
position: relative
|
|
7
|
-
z-index: 10 // Stay on top of targetable sheet’s padding.
|
|
8
|
-
|
|
9
|
-
a
|
|
10
|
-
display: block
|
|
11
|
-
padding: 0.25rem 0.75rem
|
|
12
|
-
border-right: 1px solid #4c4b4a
|
|
13
|
-
|
|
14
|
-
&:first-child
|
|
15
|
-
padding-left: 0
|
|
16
|
-
|
|
17
|
-
&:last-child
|
|
18
|
-
border-right-width: 0
|
|
19
|
-
|
|
20
|
-
section.targetable
|
|
21
|
-
padding-top: 3rem // Have some space between target anchor an content.
|
|
22
|
-
margin-top: -3rem // Reset position.
|
|
23
|
-
// Hide not targeted section.
|
|
24
|
-
height: 0
|
|
25
|
-
overflow: hidden
|
|
26
|
-
opacity: 0
|
|
27
|
-
transition: opacity 0.3s ease
|
|
28
|
-
|
|
29
|
-
&:target
|
|
30
|
-
height: auto
|
|
31
|
-
overflow: initial
|
|
32
|
-
opacity: 1
|