betterplace-content 0.7.79 → 0.7.80
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 +17 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ee4ba6a8f61c94a108f0865e0e02a23f5a344203694ea2f96663328f444248a
|
|
4
|
+
data.tar.gz: 6fec854d55f0d6ad6c3ce2034243c55d630977ebdf2c337adbceddca6c9bd8ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ec597d2d17c5dd5701586dccf9e9a1970a3df65030fec88fdbac50733f81345869fb00ca589ad02e5476c2fa5d7e3dcbbb1bf6decbad92446f4d7727adafe5e
|
|
7
|
+
data.tar.gz: e4960864ae571ee72485dbeffe2f4d3c4610fd61928bfead770f84f389c8b432924577745c02928c03a494c7c69784f5e9d4c92e546b4da6130d0f24a96a7dd0
|
|
@@ -188,12 +188,27 @@
|
|
|
188
188
|
opacity: 0;
|
|
189
189
|
transition: opacity 0.3s;
|
|
190
190
|
|
|
191
|
-
|
|
191
|
+
.name {
|
|
192
|
+
margin: 0.5em 0 0.25em;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.description {
|
|
196
|
+
margin: 0.25em 0 0.5em;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.info {
|
|
200
|
+
margin: 1.25em 0 0.5em;
|
|
201
|
+
|
|
202
|
+
p {
|
|
203
|
+
margin: 0;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.description, .info {
|
|
192
208
|
color: $dark-grey;
|
|
193
209
|
font-weight: 300;
|
|
194
210
|
font-size: 0.875em;
|
|
195
211
|
line-height: 1.25;
|
|
196
|
-
margin-bottom: .25em;
|
|
197
212
|
}
|
|
198
213
|
}
|
|
199
214
|
|
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.80
|
|
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: 2021-02-
|
|
11
|
+
date: 2021-02-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|