active_frontend 17.5.0 → 17.5.1

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: 9b64fc3dba66723574e6216fa7608db7c649901dfb6e3098d7d7d85ddfb66892
4
- data.tar.gz: 16a3fbb3d9dc0e1f025ebf20dc0e3c71227b0d88b088690a3af0c09fe7770106
3
+ metadata.gz: 281e73b26d47f982cfd0ae6a56b5bf2007041373b2cf5477f81a4e1c915c67a9
4
+ data.tar.gz: 7069afa31301e477a76472a6a5abb4c39931176d58ee2e71d60f67cbe03e3066
5
5
  SHA512:
6
- metadata.gz: 873011f570ff8c39834d85bd1fa57ae5544246db74b5d2caf9e07bb60d6b615b26ccac4a4f31a134979d8359e57e0797b99b5b29b210c09e71b901ef3856ac69
7
- data.tar.gz: b93fdf41724058c1ade6484708d9cabdfcb52dd129ae9623da8bcdcc519752528953428aa74e901b57242402d76f86e31d169c38633bea03529149ad5f8a3dfc
6
+ metadata.gz: d25622b175a7775d7df6759d5783de9b19b577867a0de3c8247eb09ab67ceb402227924a90149be17b4e44adf0e9b56d5f1240a6235808c3748ca0db9edc81cd
7
+ data.tar.gz: 00b5e59b1c253a0de18d531d4abf8dbec9435e99493e7202ba92d357d6ec2b968a8710abb25f83b27f452377cc27d042994d8aae3d889f09eb5550818ae2c2d2
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.5.0'
4
+ VERSION ||= '17.5.1'
5
5
  end
@@ -208,6 +208,7 @@ $grid-column-widths: (
208
208
  three-fourths: 75%
209
209
  );
210
210
  $grid-container-widths: (
211
+ xl: (calc(100% - 380px), 1530px),
211
212
  l: (calc(100% - 260px), 1360px),
212
213
  m: (calc(100% - 140px), 1180px),
213
214
  b: (calc(100% - 60px), 960px),
@@ -149,11 +149,11 @@
149
149
  // Masonry
150
150
  // ==================================================
151
151
  .card-masonry {
152
- column-count: 4;
152
+ column-count: 3;
153
153
  column-gap: 20px;
154
154
  white-space: normal;
155
155
 
156
- > .card {
156
+ > .card-brick {
157
157
  display: inline-block;
158
158
  margin-bottom: 20px;
159
159
  width: 100%;
@@ -164,8 +164,8 @@
164
164
 
165
165
  // Media Queries
166
166
  // ==================================================
167
- @media only screen and (min-width: breakpoint-min-width(b)) and (max-width: breakpoint-max-width(m)) {
168
- .card-masonry { column-count: 3; }
167
+ @media only screen and (min-width: breakpoint-min-width(xl)) {
168
+ .card-masonry { column-count: 4; }
169
169
  }
170
170
  @media only screen and (min-width: breakpoint-min-width(s)) and (max-width: breakpoint-max-width(b)) {
171
171
  .card-masonry { column-count: 2; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.5.0
4
+ version: 17.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-06-12 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails