active_frontend 17.5.0 → 17.5.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 281e73b26d47f982cfd0ae6a56b5bf2007041373b2cf5477f81a4e1c915c67a9
|
|
4
|
+
data.tar.gz: 7069afa31301e477a76472a6a5abb4c39931176d58ee2e71d60f67cbe03e3066
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d25622b175a7775d7df6759d5783de9b19b577867a0de3c8247eb09ab67ceb402227924a90149be17b4e44adf0e9b56d5f1240a6235808c3748ca0db9edc81cd
|
|
7
|
+
data.tar.gz: 00b5e59b1c253a0de18d531d4abf8dbec9435e99493e7202ba92d357d6ec2b968a8710abb25f83b27f452377cc27d042994d8aae3d889f09eb5550818ae2c2d2
|
|
@@ -149,11 +149,11 @@
|
|
|
149
149
|
// Masonry
|
|
150
150
|
// ==================================================
|
|
151
151
|
.card-masonry {
|
|
152
|
-
column-count:
|
|
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(
|
|
168
|
-
.card-masonry { column-count:
|
|
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.
|
|
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-
|
|
11
|
+
date: 2019-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|