betterplace-content 0.7.78 → 0.7.79
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 +41 -16
- 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: f68cabe330921bc43c2ff5e308a48eacfe420782dc5c772003568f75f29c6023
|
|
4
|
+
data.tar.gz: 959d5346e2e99f2e6f46bba488b7967714268d396b3657294e20cf62a5cf1de4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa1cfb0c5f1b1b3627247d4b61b1c4b7eb2e6c0ddc80f3d5ff7627e172e640a25ed950755f36c77bafd0da3b0963f5cc763ac3676d0f3cdce513bede08c27c64
|
|
7
|
+
data.tar.gz: a5b07c5014ec26bbdae8b412669afc886f5b2ae9330de64bccd031b15606e5bf2167bcf8159136f5a5b4d223b038a14de16694e9939191c29f6bb5b95f2c9095
|
|
@@ -66,10 +66,16 @@
|
|
|
66
66
|
width: $column-width;
|
|
67
67
|
padding: $gutter/2;
|
|
68
68
|
|
|
69
|
-
&.
|
|
69
|
+
&.spacer:nth-child(-n+5),
|
|
70
|
+
&.spacer:nth-last-child(-n+9) {
|
|
70
71
|
display: none;
|
|
71
72
|
}
|
|
72
73
|
|
|
74
|
+
&.spacer.halfling:nth-child(-n+2),
|
|
75
|
+
&.spacer.halfling:nth-last-child(-n+2) {
|
|
76
|
+
display: block;
|
|
77
|
+
}
|
|
78
|
+
|
|
73
79
|
&:nth-child(2n+1) .tile {
|
|
74
80
|
margin-top: -0.5 * ($tile-aspect-ratio + $gutter-per-column);
|
|
75
81
|
.speech-bubble {
|
|
@@ -101,26 +107,45 @@
|
|
|
101
107
|
z-index: 0;
|
|
102
108
|
}
|
|
103
109
|
|
|
104
|
-
&:nth-child(
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
&:nth-child(
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
&:nth-child(7n+2) .tile {
|
|
111
|
-
background: #ff6f6c;
|
|
112
|
-
}
|
|
113
|
-
&:nth-child(7n+3) .tile {
|
|
110
|
+
&:nth-child(30n+1) .tile,
|
|
111
|
+
&:nth-child(30n+7) .tile,
|
|
112
|
+
&:nth-child(30n+14) .tile,
|
|
113
|
+
&:nth-child(30n+16) .tile,
|
|
114
|
+
&:nth-child(30n+22) .tile,
|
|
115
|
+
&:nth-child(30n+29) .tile {
|
|
114
116
|
background: #60b2a4;
|
|
115
117
|
}
|
|
116
|
-
&:nth-child(
|
|
117
|
-
|
|
118
|
+
&:nth-child(30n+2) .tile,
|
|
119
|
+
&:nth-child(30n+9) .tile,
|
|
120
|
+
&:nth-child(30n+11) .tile,
|
|
121
|
+
&:nth-child(30n+17) .tile,
|
|
122
|
+
&:nth-child(30n+24) .tile,
|
|
123
|
+
&:nth-child(30n+26) .tile {
|
|
124
|
+
background: #ff6f6c;
|
|
118
125
|
}
|
|
119
|
-
&:nth-child(
|
|
126
|
+
&:nth-child(30n+3) .tile,
|
|
127
|
+
&:nth-child(30n+10) .tile,
|
|
128
|
+
&:nth-child(30n+13) .tile,
|
|
129
|
+
&:nth-child(30n+20) .tile,
|
|
130
|
+
&:nth-child(30n+23) .tile,
|
|
131
|
+
&:nth-child(30n+30) .tile {
|
|
120
132
|
background: #f5cd47;
|
|
121
133
|
}
|
|
122
|
-
&:nth-child(
|
|
123
|
-
|
|
134
|
+
&:nth-child(30n+4) .tile,
|
|
135
|
+
&:nth-child(30n+6) .tile,
|
|
136
|
+
&:nth-child(30n+12) .tile,
|
|
137
|
+
&:nth-child(30n+19) .tile,
|
|
138
|
+
&:nth-child(30n+21) .tile,
|
|
139
|
+
&:nth-child(30n+27) .tile {
|
|
140
|
+
background: #2B8475;
|
|
141
|
+
}
|
|
142
|
+
&:nth-child(30n+5) .tile,
|
|
143
|
+
&:nth-child(30n+8) .tile,
|
|
144
|
+
&:nth-child(30n+15) .tile,
|
|
145
|
+
&:nth-child(30n+18) .tile,
|
|
146
|
+
&:nth-child(30n+25) .tile,
|
|
147
|
+
&:nth-child(30n+28) .tile {
|
|
148
|
+
background: #6d2c64;
|
|
124
149
|
}
|
|
125
150
|
|
|
126
151
|
.tile {
|
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.79
|
|
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-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|