active_frontend 17.6.2 → 17.6.3

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: 947b7f81eb0fb31ec14194f1a69336a8bc2d68d59074df7fede6370423f6c892
4
- data.tar.gz: 725fb46110d391eafe1ae0d5c387a03bcfebced446dc04640758fd953f385e96
3
+ metadata.gz: 6884b295858c037f5dd9498f46c690f1f8c26e41b9a810f51b35115a422bb2fd
4
+ data.tar.gz: 2c6aab3a692b80db4d6bcf180c6962c0b68dcaa5055343341c96f950da8a02d4
5
5
  SHA512:
6
- metadata.gz: 5cd3d63acab14c7aaa65f44a58cd6a15a3264d61181d2527e2fed4a62dc9060d4dc55e065a58db730ce11912938f24e0c35af5437fbb7fdc8416e81c43f9803b
7
- data.tar.gz: a3ef0d53c03e2e348ce907e0b2e80fa4044549a9416bf80d1e6cbdbbbff5233cd3d0ea3474afefa5652ddff0995a2abc70ee7cbed5bc9a426bb5fe07fa15e15d
6
+ metadata.gz: d31eeed3f6b6b09b1365a19481b989ad2e19dd26c37bef7107a86bff2422caef436f9acb47d6db63befd2bb43f5ef6a794afb0428aa8fa5356b8be815ef46cc0
7
+ data.tar.gz: 4945c8d016ebe8c5271a99dd3da75799eeb3aecde0de2c315482dbb64bafdde273d1927418de6320f4081c71be22940941e88bf944fdfef75b4aa245889c7abe
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '17.6.2'
4
+ VERSION ||= '17.6.3'
5
5
  end
@@ -74,10 +74,11 @@
74
74
  }
75
75
  }
76
76
  .container-grid {
77
+ align-content: flex-start;
77
78
  align-items: flex-start;
78
79
  display: grid;
79
80
  grid-gap: 20px;
80
- grid-template-columns: repeat(3, 1fr);
81
+ grid-template-columns: calc(33.33333% - 10px) calc(33.33333% - 20px) calc(33.33333% - 10px);
81
82
 
82
83
  @each $name in center, flex-end, flex-start, space-around, space-between, stretch {
83
84
  &.align-content-#{$name} { align-content: $name; }
@@ -131,7 +132,7 @@
131
132
  // ==================================================
132
133
  @media only screen and (min-width: breakpoint-min-width(xl)) {
133
134
  .container-cols { column-count: 4; }
134
- .container-grid { grid-template-columns: repeat(4, 1fr); }
135
+ .container-grid { grid-template-columns: calc(25% - 10px) calc(25% - 20px) calc(25% - 20px) calc(25% - 10px); }
135
136
  }
136
137
  @media only screen and (min-width: breakpoint-min-width(b)) and (max-width: breakpoint-max-width(l)) {
137
138
  @each $name, $widths in $grid-container-widths {
@@ -155,7 +156,7 @@
155
156
  }
156
157
 
157
158
  .container-cols { column-count: 2; }
158
- .container-grid { grid-template-columns: repeat(2, 1fr); }
159
+ .container-grid { grid-template-columns: calc(50% - 10px) calc(50% - 10px); }
159
160
  .hidden-desktop { display: inherit; }
160
161
  .hidden-tablet { display: none; }
161
162
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 17.6.2
4
+ version: 17.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez