active_frontend 14.0.24 → 14.0.25

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
  SHA1:
3
- metadata.gz: 63f6ca70f58f2a658a32bd1ff453d0fd5f5b822b
4
- data.tar.gz: 5e363e845e3570a4113b40ad5b5998603c075107
3
+ metadata.gz: 3bc49e4d45595080810dc854fd771af3c58e3b35
4
+ data.tar.gz: 450bfcd506418bd7b0214abb4cc13a47e10dadad
5
5
  SHA512:
6
- metadata.gz: 2ed9620098f3111af8787eacfc16267fe6c3a7dd2c653a8b612ec841d6eee7a472ef655afe9c4f138b3a06410d6b2b92ae76950b74e41edfd16e570603bff626
7
- data.tar.gz: 29be0ad50f9bab23dd2f6f345c5c80d1eaedd8ba6d0f9f435e83925009faf68c673cdd2e5242c7835fb47de4802e024bfaf68bfb5ce03f7aa97dccbb7c5e9d81
6
+ metadata.gz: c95ca3c149ffdf21f4c9146ce31ffbce53f744b5b7b3bcd8a4a573cf5cb08b5016879a633dc6fd80932553f93980760956cf9ad4252db26502220b2378c325c8
7
+ data.tar.gz: 4001e089bce96e97f41218dc0b5a63e959a9523bc6da30eb1bceba5c8ed8ed54ef747736e55994759b6686c5cf1b9375e44e0163cf45cf36df067f08fdf8b4ae
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.24'.freeze
2
+ VERSION = '14.0.25'.freeze
3
3
  end
@@ -172,9 +172,9 @@ $grid-column-widths: (
172
172
  three-fourths: 75%
173
173
  );
174
174
  $grid-container-widths: (
175
- l: (calc(100% - 160px), 1360px),
176
- m: (calc(100% - 80px), 1180px),
177
- b: (calc(100% - 40px), 960px),
175
+ l: (calc(100% - 260px), 1360px),
176
+ m: (calc(100% - 140px), 1180px),
177
+ b: (calc(100% - 60px), 960px),
178
178
  s: (calc(100% - 20px), 760px),
179
179
  null: (100%, null)
180
180
  );
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: 14.0.24
4
+ version: 14.0.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-11-29 00:00:00.000000000 Z
11
+ date: 2016-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails