betterplace-content 0.7.78 → 0.7.79

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: 33547327918dff9fa601b7f8df759f1033bd7d194e5c018941c3b0260682d2ff
4
- data.tar.gz: bda0f5a70fa2300e56519cc4a519a9a52cfdcf1fa60f04215e45a203eb640fc9
3
+ metadata.gz: f68cabe330921bc43c2ff5e308a48eacfe420782dc5c772003568f75f29c6023
4
+ data.tar.gz: 959d5346e2e99f2e6f46bba488b7967714268d396b3657294e20cf62a5cf1de4
5
5
  SHA512:
6
- metadata.gz: 4efc82baa908d027beba8d10773b2f731c492a145f9265e6f9ffe672988db32640b99458c756da2e97612b830c2c3291ad70dd6ff7c2489d98c0cb2054cdd29f
7
- data.tar.gz: e3b193be5046290fe0f0e0312440d6441cbb0d548576115e585d2988be6ab72369fa5f3669aa39e8cce17450f0c1da25b570db10855c9e5272fe376b6edfe2c7
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
- &.desktop-only {
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(7n) .tile {
105
- background: #4597a2;
106
- }
107
- &:nth-child(7n+1) .tile {
108
- background: #f5cd47;
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(7n+4) .tile {
117
- background: #6d2c64;
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(7n+5) .tile {
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(7n+6) .tile {
123
- background: #60b2a4;
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.78
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-16 00:00:00.000000000 Z
11
+ date: 2021-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll